Skip to content

Commit 6ec6a6b

Browse files
committed
version update/bump
1 parent db8627d commit 6ec6a6b

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

readme.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: strangerstudios, dlparker1005
33
Tags: sales, sale, woocommerce, paid memberships pro, pmpro, black friday, cyber monday, discount
44
Requires at least: 5.2
5-
Tested up to: 6.4
6-
Stable tag: 1.4.1
5+
Tested up to: 6.8
6+
Stable tag: 1.4.2
77

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

@@ -22,6 +22,13 @@ 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.4.2 - 2025-10-17 =
26+
* SECURITY: Improved security by sanitzation and escaping of output data. #177 (@andrelimwaza)
27+
* ENHANCEMENT: Improved localizations and text domains for better translation support. #176 (@andrewlimaza)
28+
* BUG FIX: Fixed warnings that localization was loaded too early. #175 (@kimcoleman)
29+
* BUG FIX: Fixed an issue where a nonce failed message would show when restoring a sale from the trash. #179 (@andrewlimaza)
30+
* BUG FIX: Fixed a fatal error when viewing a report with no available data. #169 (@dparker1005)
31+
2532
= 1.4.1 - 2024-01-25 =
2633
* ENHANCEMENT: Updated the PMPro module to be compatible with PMPro 3.0+. #143 (@dparker1005)
2734
* ENHANCEMENT: Now showing the latest coupons or discount codes in select dropdown to help sites with a large number of codes. #168 (@kimcoleman)

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

0 commit comments

Comments
 (0)