Skip to content

Commit

Permalink
version and changelog updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ideadude committed Sep 22, 2020
1 parent 2aded63 commit 0da182a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
21 changes: 18 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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.
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.0
* Version: 1.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.0' );
define( 'SWSALES_VERSION', '1.1' );
define( 'SWSALES_DIR', dirname( __FILE__ ) );
define( 'SWSALES_BASENAME', plugin_basename( __FILE__ ) );

Expand Down

0 comments on commit 0da182a

Please sign in to comment.