Skip to content

Commit 2f20a92

Browse files
authored
Merge pull request #368 from addonify/development
📦 Bumped: Version bumped to 1.2.17
2 parents 866eba4 + 2b48400 commit 2f20a92

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

README.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Contributors: addonify
44
Tags: cart, floating cart, side cart, mini cart, woocommerce cart
55
Requires at least: 6.0.0
66
Requires PHP: 7.4
7-
Tested up to: 6.8
8-
Stable tag: 1.2.16
7+
Tested up to: 6.9
8+
Stable tag: 1.2.17
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -131,6 +131,10 @@ For more information on shortcode, follow the [documentation](https://docs.addon
131131

132132
== Changelog ==
133133

134+
= 1.2.17 - 27 December, 2025 =
135+
136+
- Bumped: Version bumped to 1.2.17 to fix the release issue.
137+
134138
= 1.2.16 - 27 December, 2025 =
135139

136140
- Fixed: Unauthenticated attacker can update option value for "udp_agent_allow_tracking" via "init" hook.

addonify-floating-cart.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: Addonify Floating Cart For WooCommerce
1111
* Plugin URI: https://addonify.com/addonify-floating-cart
1212
* Description: Addonify Floating Cart is a free WooCommerce addon that adds a sticky, interactive cart, letting visitors manage items without visiting the cart page.
13-
* Version: 1.2.15
13+
* Version: 1.2.17
1414
* Requires at least: 6.0.0
1515
* Requires PHP: 7.4
1616
* Tested up to: 6.9
@@ -33,7 +33,7 @@
3333
* Start at version 1.0.0 and use SemVer - https://semver.org
3434
* Rename this for your plugin and update it as you release new versions.
3535
*/
36-
define( 'ADDONIFY_FLOATING_CART_VERSION', '1.2.16' );
36+
define( 'ADDONIFY_FLOATING_CART_VERSION', '1.2.17' );
3737
define( 'ADDONIFY_FLOATING_CART_BASENAME', plugin_basename( __FILE__ ) );
3838
define( 'ADDONIFY_FLOATING_CART_PATH', plugin_dir_path( __FILE__ ) );
3939
define( 'ADDONIFY_FLOATING_CART_DB_INITIALS', 'addonify_fc_' );

0 commit comments

Comments
 (0)