Skip to content

Commit bf7c30a

Browse files
authored
Merge pull request #355 from addonify/development
1.2.14
2 parents f71b00e + 8576309 commit bf7c30a

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

README.txt

Lines changed: 8 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.7.1
8-
Stable tag: 1.2.13
7+
Tested up to: 6.8
8+
Stable tag: 1.2.14
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

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

132132
== Changelog ==
133133

134+
= 1.2.14 - 25 March, 2025 =
135+
136+
- Tested: Up to WordPress version 6.8
137+
- Tested: Up to WooCommerce version 9.7.1
138+
139+
134140
= 1.2.13 - 06 February, 2025 =
135141

136142
- Added: Donation link in the plugin setting page.

addonify-floating-cart.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
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.13
13+
* Version: 1.2.14
1414
* Requires at least: 6.0.0
1515
* Requires PHP: 7.4
16-
* Tested up to: 6.7.1
16+
* Tested up to: 6.8
1717
* Author: Addonify
1818
* Author URI: https://addonify.com/
1919
* License: GPLv2 or later
@@ -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.13' );
36+
define( 'ADDONIFY_FLOATING_CART_VERSION', '1.2.14' );
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)