Skip to content

Commit 68fcfd1

Browse files
committed
V1.4.4 release
* Version bump - update version number and readme.
1 parent 4aef655 commit 68fcfd1

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

readme.txt

Lines changed: 5 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.8
6-
Stable tag: 1.4.3
5+
Tested up to: 6.9
6+
Stable tag: 1.4.4
77

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

@@ -22,6 +22,9 @@ 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.4 - 2026-02-09 =
26+
* BUG FIX: BUG FIX: Fixed a bug with hiding banners at checkout in WooCommerce module, this now includes the checkout and order confirmation pages. #182 (@kimcoleman)
27+
2528
= 1.4.3 - 2025-10-29 =
2629
* BUG FIX: Fixed an issue where the close banner functionality was not working as expected. #180 (@andrelimwaza)
2730

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

0 commit comments

Comments
 (0)