WooCommerce Menu Cart - Version 2.10.4

Version Description

  • Tested up to WooCommerce 6.1 & WP5.9
Download this release

Release Info

Developer wpovernight
Plugin Icon 128x128 WooCommerce Menu Cart
Version 2.10.4
Comparing to
See all releases

Code changes from version 2.10.3 to 2.10.4

Files changed (2) hide show
  1. readme.txt +7 -4
  2. wp-menu-cart.php +6 -6
readme.txt CHANGED
@@ -1,11 +1,11 @@
1
  === WooCommerce Menu Cart ===
2
- Contributors: jprummer, pomegranate
3
- Donate link: https://www.wpovernight.com/
4
  Tags: woocommerce, menu, bar, cart, basket, header, shopping cart, navigation, edd, ecommerce, eshop, wp-ecommerce, jigoshop, wpec
5
  Requires at least: 3.4
6
- Tested up to: 5.8
7
  Requires PHP: 5.3
8
- Stable tag: 2.10.3
9
 
10
  Automatically displays a shopping cart in your menu bar. Works with WooCommerce, WP-Ecommerce, EDD, Eshop and Jigoshop
11
 
@@ -85,6 +85,9 @@ Once the plugin is activated navigate to Settings > Menu Cart Setup. Select your
85
 
86
  == Changelog ==
87
 
 
 
 
88
  = 2.10.3 =
89
  * Fix: Updated WooCommerce compatibility header
90
 
1
  === WooCommerce Menu Cart ===
2
+ Contributors: pomegranate, jprummer, alexmigf, yordansoares, kluver, dpeyou
3
+ Donate link: https://wpovernight.com/downloads/menu-cart-pro/
4
  Tags: woocommerce, menu, bar, cart, basket, header, shopping cart, navigation, edd, ecommerce, eshop, wp-ecommerce, jigoshop, wpec
5
  Requires at least: 3.4
6
+ Tested up to: 5.9
7
  Requires PHP: 5.3
8
+ Stable tag: 2.10.4
9
 
10
  Automatically displays a shopping cart in your menu bar. Works with WooCommerce, WP-Ecommerce, EDD, Eshop and Jigoshop
11
 
85
 
86
  == Changelog ==
87
 
88
+ = 2.10.4 =
89
+ * Tested up to WooCommerce 6.1 & WP5.9
90
+
91
  = 2.10.3 =
92
  * Fix: Updated WooCommerce compatibility header
93
 
wp-menu-cart.php CHANGED
@@ -1,16 +1,16 @@
1
  <?php
2
  /**
3
  * Plugin Name: WooCommerce Menu Cart
4
- * Plugin URI: https://wpovernight.com/
5
  * Description: Extension for your e-commerce plugin (WooCommerce, WP-Ecommerce, Easy Digital Downloads, Eshop or Jigoshop) 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.
6
- * Version: 2.10.3
7
- * Author: Jeremiah Prummer, Ewout Fernhout
8
  * Author URI: https://wpovernight.com/
9
  * License: GPLv2 or later
10
- * License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
11
  * Text Domain: wp-menu-cart
12
  * WC requires at least: 2.0.0
13
- * WC tested up to: 6.0.0
14
  */
15
 
16
  if ( ! defined( 'ABSPATH' ) ) {
@@ -21,7 +21,7 @@ if ( ! class_exists( 'WpMenuCart' ) && ! class_exists( 'WPO_Menu_Cart_Pro' ) ) :
21
 
22
  class WpMenuCart {
23
 
24
- protected $plugin_version = '2.10.3';
25
  public static $plugin_slug;
26
  public static $plugin_basename;
27
 
1
  <?php
2
  /**
3
  * Plugin Name: WooCommerce Menu Cart
4
+ * Plugin URI: https://wpovernight.com/downloads/menu-cart-pro/
5
  * Description: Extension for your e-commerce plugin (WooCommerce, WP-Ecommerce, Easy Digital Downloads, Eshop or Jigoshop) 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.
6
+ * Version: 2.10.4
7
+ * Author: WP Overnight
8
  * Author URI: https://wpovernight.com/
9
  * License: GPLv2 or later
10
+ * License URI: https://opensource.org/licenses/gpl-license.php
11
  * Text Domain: wp-menu-cart
12
  * WC requires at least: 2.0.0
13
+ * WC tested up to: 6.1
14
  */
15
 
16
  if ( ! defined( 'ABSPATH' ) ) {
21
 
22
  class WpMenuCart {
23
 
24
+ protected $plugin_version = '2.10.4';
25
  public static $plugin_slug;
26
  public static $plugin_basename;
27