diff --git a/readme.txt b/readme.txt index 5724f77..8832ad6 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: woocommerce, menu, bar, cart, basket, header, shopping cart, navigation, e Requires at least: 3.4 Tested up to: 6.6 Requires PHP: 5.3 -Stable tag: 2.14.3 +Stable tag: 2.14.4 Automatically displays a shopping cart in your menu bar. Works with WooCommerce and Easy Digital Downloads (EDD) @@ -83,6 +83,9 @@ Once the plugin is activated navigate to Settings > Menu Cart Setup. Select your == Changelog == += 2.14.4 (2024-06-26) = +* Tested up to WooCommerce 9.0 & WP 6.6 + = 2.14.3 (2024-03-08) = * Tweak: add explicit labels for the disabling options for the e-commerce plugin and menus * Fix: deprecated warning with PHP 8.2 and WPCS diff --git a/wp-menu-cart.php b/wp-menu-cart.php index 537325b..a9abbb1 100755 --- a/wp-menu-cart.php +++ b/wp-menu-cart.php @@ -3,14 +3,14 @@ * Plugin Name: WP Menu Cart * Plugin URI: https://wpovernight.com/downloads/menu-cart-pro/ * Description: Extension for your e-commerce plugin (WooCommerce or Easy Digital Downloads) that places a cart icon with number of items and total cost in the menu bar. Activate the plugin, set your options and you're ready to go! Will automatically conform to your theme styles. - * Version: 2.14.3 + * Version: 2.14.4 * Author: WP Overnight * Author URI: https://wpovernight.com/ * License: GPLv2 or later * License URI: https://opensource.org/licenses/gpl-license.php * Text Domain: wp-menu-cart * WC requires at least: 3.0 - * WC tested up to: 8.7 + * WC tested up to: 9.0 */ if ( ! defined( 'ABSPATH' ) ) { @@ -24,7 +24,7 @@ class WpMenuCart { /** * @var string */ - protected $plugin_version = '2.14.3'; + protected $plugin_version = '2.14.4'; /** * @var string