Skip to content

Commit

Permalink
v2.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf committed Jun 26, 2024
1 parent f64ea98 commit 7b5f551
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions wp-menu-cart.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ) ) {
Expand All @@ -24,7 +24,7 @@ class WpMenuCart {
/**
* @var string
*/
protected $plugin_version = '2.14.3';
protected $plugin_version = '2.14.4';

/**
* @var string
Expand Down

0 comments on commit 7b5f551

Please sign in to comment.