Skip to content

Commit

Permalink
v2.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf committed Mar 8, 2024
1 parent 364a0be commit f84458b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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

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.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' ) ) {
Expand All @@ -24,7 +24,7 @@ class WpMenuCart {
/**
* @var string
*/
protected $plugin_version = '2.14.2';
protected $plugin_version = '2.14.3';

/**
* @var string
Expand Down

0 comments on commit f84458b

Please sign in to comment.