Skip to content

Commit 0da182a

Browse files
committed
version and changelog updates
1 parent 2aded63 commit 0da182a

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

readme.txt

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=== Sitewide Sales ===
2-
Contributors: strangerstudios, dlparker1005, pbrocks
2+
Contributors: strangerstudios, dlparker1005
33
Tags: sales, sale, woocommerce, paid memberships pro, pmpro, black friday, cyber monday, discount
44
Requires at least:
5-
Tested up to: 5.4.2
6-
Stable tag: 1.0
5+
Tested up to: 5.5.1
6+
Stable tag: 1.1
77

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

@@ -22,6 +22,21 @@ This plugin requires WooCommerce or Paid Memberships Pro to function. New integr
2222
1. Create a new `Sitewide Sale` under `Sitewide Sales` > `Add New`.
2323

2424
== Changelog ==
25+
= 1.1 - 2020-09-21 =
26+
* NOTE: Sending launch emails today.
27+
* FEATURE: Added a one click migration from PMPro Sitewide Sales.
28+
* BUG FIX: Fixed issue where the wrong discount code/coupon might show up on the "Fancy Coupon" landing page.
29+
* BUG FIX: Fixed the banner tracking code and a few other reporting inaccuracies.
30+
* 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.
31+
* BUG FIX/ENHANCEMENT: Fixed warning message when a sale doesn't have a type set.
32+
* BUG FIX/ENHANCEMENT: Better error handling when checking for updates with an active license.
33+
* ENHANCEMENT: Improved the HTML and CSS for some of the templates.
34+
* ENHANCEMENT: Fixed styling of notices in the admin.
35+
* ENHANCEMENT: Updated styling of the admin pages to be more responsive.
36+
* ENHANCEMENT: Updated the recommended privacy policy text.
37+
* REFACTOR: Updated prefixes on options, functions, and hooks to make them consistently swsales_.
38+
* REFACTOR: Moved the classes folder out of the includes folder. This is a bit more consistent with how PMPro code is structured.
39+
2540
= 1.0 =
2641
* NOTE: Initial soft launch.
2742
* ENHANCEMENT: Adding support for updates through the Stranger Studios license server.

sitewide-sales.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Run Black Friday, Cyber Monday, or other flash sales on your WordPress-powered eCommerce or membership site.
66
* Author: Stranger Studios
77
* Author URI: https://www.strangerstudios.com
8-
* Version: 1.0
8+
* Version: 1.1
99
* Plugin URI:
1010
* License: GNU GPLv2+
1111
* Text Domain: sitewide-sales
@@ -16,7 +16,7 @@
1616

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

19-
define( 'SWSALES_VERSION', '1.0' );
19+
define( 'SWSALES_VERSION', '1.1' );
2020
define( 'SWSALES_DIR', dirname( __FILE__ ) );
2121
define( 'SWSALES_BASENAME', plugin_basename( __FILE__ ) );
2222

0 commit comments

Comments
 (0)