Skip to content

Commit

Permalink
readme and version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ideadude committed Jul 27, 2022
1 parent 12df1e2 commit b49ec4e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: strangerstudios, dlparker1005
Tags: sales, sale, woocommerce, paid memberships pro, pmpro, black friday, cyber monday, discount
Requires at least: 5.2
Tested up to: 5.8.1
Stable tag: 1.2
Stable tag: 1.3

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

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

== Changelog ==
= 1.3 - 2022-07-?? =
= 1.3 - 2022-07-27 =
* FEATURE: Added "Reusable Blocks" as a banner type.
* 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.
* 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.
* 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.
* 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.
* FEATURE: Added support for the Popup Maker plugin. You can choose a popup to use as your banner.
* FEATURE: Added "Sale Period Visibility" to Elementor and Divi elements/sections.
* FEATURE: Built-in Block Patterns and Styles for Sale Banners.
* FEATURE: Added Countdown Timer Block for use with sales.
* ENHANCEMENT: Added close (x) to banners and setting to "close until new session" so closed banners don't show up again.
* ENHANCEMENT: Added filter swsales_banner_dismiss_link_html so custom code can hide or change the dismiss link on banners.
* ENHANCEMENT: Added new sale banner templates.
* ENHANCEMENT: Updated WooSelect to latest version.
* 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.
* ENHANCEMENT: Moved the mini report on the edit sale page to the sidebar, with links to the detailed report.
Expand All @@ -48,6 +51,7 @@ This plugin offers modules for [WooCommerce](https://sitewidesales.com/modules/w
* BUG FIX/ENHANCEMENT: Removed strikethrough pricing on variable downloads.
* BUG FIX/ENHANCEMENT: PMPro daily revenue chart now shows in local time.
* BUG FIX: Fixed WC coupon expiration warning message showing when shouldnt.
* BUG FIX: Fixed issue where report charts would break if using certain date format settings.

= 1.2 - 2021-09-22 =
* FEATURE: Added EDD module
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.2
* Version: 1.3
* 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.2' );
define( 'SWSALES_VERSION', '1.3' );
define( 'SWSALES_BASE_FILE', __FILE__ );
define( 'SWSALES_DIR', dirname( __FILE__ ) );
define( 'SWSALES_BASENAME', plugin_basename( __FILE__ ) );
Expand Down

0 comments on commit b49ec4e

Please sign in to comment.