diff --git a/readme.txt b/readme.txt index c734f4d..1134f66 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: pomegranate, jprummer, alexmigf, yordansoares, kluver, dpeyou Donate link: https://wpovernight.com/downloads/menu-cart-pro/ Tags: woocommerce, menu, bar, cart, basket, header, shopping cart, navigation, edd, ecommerce Requires at least: 3.4 -Tested up to: 6.4 +Tested up to: 6.5 Requires PHP: 5.3 -Stable tag: 2.14.2 +Stable tag: 2.14.3 Automatically displays a shopping cart in your menu bar. Works with WooCommerce and Easy Digital Downloads (EDD) @@ -83,6 +83,13 @@ Once the plugin is activated navigate to Settings > Menu Cart Setup. Select your == Changelog == += 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 +* Fix: jumping of a menu on the page load +* Translations: Updated translation template (POT) +* Tested up to WooCommerce 8.7 & WP 6.5 + = 2.14.2 (2023-11-08) = * Tested up to WooCommerce 8.3 & WP 6.4 diff --git a/wp-menu-cart.php b/wp-menu-cart.php index 2c41bcd..537325b 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.2 + * Version: 2.14.3 * 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.3 + * WC tested up to: 8.7 */ if ( ! defined( 'ABSPATH' ) ) { @@ -24,7 +24,7 @@ class WpMenuCart { /** * @var string */ - protected $plugin_version = '2.14.2'; + protected $plugin_version = '2.14.3'; /** * @var string