From d4029318c358adc5bf585419a7ec09fe8205e6d0 Mon Sep 17 00:00:00 2001 From: David Parker Date: Thu, 25 Jan 2024 12:57:11 -0500 Subject: [PATCH] Updated changelog and version numbers --- package.json | 2 +- readme.txt | 9 +++++++-- sitewide-sales.php | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7b159ec..6dd81ff 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/readme.txt b/readme.txt index 577b1ab..52359fa 100644 --- a/readme.txt +++ b/readme.txt @@ -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. @@ -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. diff --git a/sitewide-sales.php b/sitewide-sales.php index 059f6ae..d9235f8 100644 --- a/sitewide-sales.php +++ b/sitewide-sales.php @@ -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 @@ -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__ ) );