Skip to content

Commit

Permalink
Updated changelog and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
dparker1005 committed Jan 25, 2024
1 parent b8bf1f4 commit d402931
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sitewide-sales",
"version": "1.4.0",
"version": "1.4.1",
"description": "Flash Sales for WordPress",
"main": "webpack.config.js",
"directories": {
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: strangerstudios, dlparker1005
Tags: sales, sale, woocommerce, paid memberships pro, pmpro, black friday, cyber monday, discount
Requires at least: 5.2
Tested up to: 6.3
Stable tag: 1.4
Tested up to: 6.4
Stable tag: 1.4.1

Run Black Friday, Cyber Monday, or other flash sales on your WordPress-powered eCommerce or membership site.

Expand All @@ -22,6 +22,11 @@ This plugin offers modules for [WooCommerce](https://sitewidesales.com/modules/w
1. Create a new `Sitewide Sale` under `Sitewide Sales` > `Add New`.

== Changelog ==
= 1.4.1 - 2024-01-25 =
* ENHANCEMENT: Updated the PMPro module to be compatible with PMPro 3.0+. #143 (@dparker1005)
* ENHANCEMENT: Now showing the latest coupons or discount codes in select dropdown to help sites with a large number of codes. #168 (@kimcoleman)
* ENHANCEMENT: Added filter `swsales_pmpro_discount_code_limit` to limit the number of PMPro discount codes shown in the dropdown. #168 (@kimcoleman)
* ENHANCEMENT: Added filter `swsales_edd_discount_code_limit` to limit the number of EDD discount codes shown in the dropdown. #168 (@kimcoleman)

= 1.4 - 2023-11-01 =
* FEATURE: Added feature to compare sale data for two separate sales for Reports.
Expand Down
4 changes: 2 additions & 2 deletions sitewide-sales.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Run Black Friday, Cyber Monday, or other flash sales on your WordPress-powered eCommerce or membership site.
* Author: Stranger Studios
* Author URI: https://www.strangerstudios.com
* Version: 1.4
* Version: 1.4.1
* Plugin URI:
* License: GNU GPLv2+
* Text Domain: sitewide-sales
Expand All @@ -16,7 +16,7 @@

defined( 'ABSPATH' ) || die( 'File cannot be accessed directly' );

define( 'SWSALES_VERSION', '1.4' );
define( 'SWSALES_VERSION', '1.4.1' );
define( 'SWSALES_BASE_FILE', __FILE__ );
define( 'SWSALES_DIR', dirname( __FILE__ ) );
define( 'SWSALES_BASENAME', plugin_basename( __FILE__ ) );
Expand Down

0 comments on commit d402931

Please sign in to comment.