Skip to content

Commit b49ec4e

Browse files
committed
readme and version update
1 parent 12df1e2 commit b49ec4e

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

readme.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: strangerstudios, dlparker1005
33
Tags: sales, sale, woocommerce, paid memberships pro, pmpro, black friday, cyber monday, discount
44
Requires at least: 5.2
55
Tested up to: 5.8.1
6-
Stable tag: 1.2
6+
Stable tag: 1.3
77

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

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

2424
== Changelog ==
25-
= 1.3 - 2022-07-?? =
25+
= 1.3 - 2022-07-27 =
2626
* FEATURE: Added "Reusable Blocks" as a banner type.
2727
* FEATURE: Added a "Sale Content" block that works similar to the sitewide_sale shortcode. The content from the sale settings will show up depending on the period.
2828
* FEATURE: Added a "Sale Period" nested block. You can nest other blocks inside of it and set the period (before/during/after) to show that content.
29-
* FEATURE: Also added a "Sale Period Visibility" advanced option to Group blocks and Column blocks. You can set these nested blocks to only show before/during/after a sale.
29+
* FEATURE: Added a "Sale Period Visibility" advanced option to Group blocks and Column blocks. You can set these nested blocks to only show before/during/after a sale.
3030
* FEATURE: Added support for the Popup Maker plugin. You can choose a popup to use as your banner.
31+
* FEATURE: Added "Sale Period Visibility" to Elementor and Divi elements/sections.
3132
* FEATURE: Built-in Block Patterns and Styles for Sale Banners.
33+
* FEATURE: Added Countdown Timer Block for use with sales.
3234
* ENHANCEMENT: Added close (x) to banners and setting to "close until new session" so closed banners don't show up again.
3335
* ENHANCEMENT: Added filter swsales_banner_dismiss_link_html so custom code can hide or change the dismiss link on banners.
36+
* ENHANCEMENT: Added new sale banner templates.
3437
* ENHANCEMENT: Updated WooSelect to latest version.
3538
* ENHANCEMENT: Using the woocommerce_product_is_on_sale filter to show products in the shop as "on sale" if the code is applied to the view.
3639
* ENHANCEMENT: Moved the mini report on the edit sale page to the sidebar, with links to the detailed report.
@@ -48,6 +51,7 @@ This plugin offers modules for [WooCommerce](https://sitewidesales.com/modules/w
4851
* BUG FIX/ENHANCEMENT: Removed strikethrough pricing on variable downloads.
4952
* BUG FIX/ENHANCEMENT: PMPro daily revenue chart now shows in local time.
5053
* BUG FIX: Fixed WC coupon expiration warning message showing when shouldnt.
54+
* BUG FIX: Fixed issue where report charts would break if using certain date format settings.
5155

5256
= 1.2 - 2021-09-22 =
5357
* FEATURE: Added EDD module

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.2
8+
* Version: 1.3
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.2' );
19+
define( 'SWSALES_VERSION', '1.3' );
2020
define( 'SWSALES_BASE_FILE', __FILE__ );
2121
define( 'SWSALES_DIR', dirname( __FILE__ ) );
2222
define( 'SWSALES_BASENAME', plugin_basename( __FILE__ ) );

0 commit comments

Comments
 (0)