From 0da182a485c19740f4255eb550afb5609ca0c66e Mon Sep 17 00:00:00 2001 From: Jason Coleman Date: Wed, 23 Sep 2020 01:45:50 +1000 Subject: [PATCH] version and changelog updates --- readme.txt | 21 ++++++++++++++++++--- sitewide-sales.php | 4 ++-- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/readme.txt b/readme.txt index 6c96477..4c3c418 100644 --- a/readme.txt +++ b/readme.txt @@ -1,9 +1,9 @@ === Sitewide Sales === -Contributors: strangerstudios, dlparker1005, pbrocks +Contributors: strangerstudios, dlparker1005 Tags: sales, sale, woocommerce, paid memberships pro, pmpro, black friday, cyber monday, discount Requires at least: -Tested up to: 5.4.2 -Stable tag: 1.0 +Tested up to: 5.5.1 +Stable tag: 1.1 Run Black Friday, Cyber Monday, or other flash sales on your WordPress-powered eCommerce or membership site. @@ -22,6 +22,21 @@ This plugin requires WooCommerce or Paid Memberships Pro to function. New integr 1. Create a new `Sitewide Sale` under `Sitewide Sales` > `Add New`. == Changelog == += 1.1 - 2020-09-21 = +* NOTE: Sending launch emails today. +* FEATURE: Added a one click migration from PMPro Sitewide Sales. +* BUG FIX: Fixed issue where the wrong discount code/coupon might show up on the "Fancy Coupon" landing page. +* BUG FIX: Fixed the banner tracking code and a few other reporting inaccuracies. +* BUG FIX/ENHANCEMENT: Fixed issue with the WooCommerce landing pages not always showing the discounts if the setting to apply the discount code automatically wasn't set. +* BUG FIX/ENHANCEMENT: Fixed warning message when a sale doesn't have a type set. +* BUG FIX/ENHANCEMENT: Better error handling when checking for updates with an active license. +* ENHANCEMENT: Improved the HTML and CSS for some of the templates. +* ENHANCEMENT: Fixed styling of notices in the admin. +* ENHANCEMENT: Updated styling of the admin pages to be more responsive. +* ENHANCEMENT: Updated the recommended privacy policy text. +* REFACTOR: Updated prefixes on options, functions, and hooks to make them consistently swsales_. +* REFACTOR: Moved the classes folder out of the includes folder. This is a bit more consistent with how PMPro code is structured. + = 1.0 = * NOTE: Initial soft launch. * ENHANCEMENT: Adding support for updates through the Stranger Studios license server. diff --git a/sitewide-sales.php b/sitewide-sales.php index ac9891a..b9912a4 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.0 + * Version: 1.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.0' ); +define( 'SWSALES_VERSION', '1.1' ); define( 'SWSALES_DIR', dirname( __FILE__ ) ); define( 'SWSALES_BASENAME', plugin_basename( __FILE__ ) );