WooCommerce Menu Cart - Version 2.7.8.1

Version Description

  • Fix: Plugin header
Download this release

Release Info

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

Code changes from version 2.7.8 to 2.7.8.1

Files changed (2) hide show
  1. readme.txt +4 -1
  2. wp-menu-cart.php +4 -4
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: woocommerce, menu, bar, cart, basket, header, shopping cart, navigation, e
5
  Requires at least: 3.4
6
  Tested up to: 5.4
7
  Requires PHP: 5.3
8
- Stable tag: 2.7.7
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.7.8 =
89
  * Improved: Site/user locale detection
90
  * Improved: Textdomain fallback
5
  Requires at least: 3.4
6
  Tested up to: 5.4
7
  Requires PHP: 5.3
8
+ Stable tag: 2.7.8.1
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.7.8.1 =
89
+ * Fix: Plugin header
90
+
91
  = 2.7.8 =
92
  * Improved: Site/user locale detection
93
  * Improved: Textdomain fallback
wp-menu-cart.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php
2
  /**
3
- * Plugin Name: WP Menu Cart
4
  * Plugin URI: www.wpovernight.com/plugins
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.7.8
7
  * Author: Jeremiah Prummer, Ewout Fernhout
8
  * Author URI: www.wpovernight.com/
9
  * License: GPL2
@@ -321,7 +321,7 @@ class WpMenuCart {
321
  'wpmenucart',
322
  plugins_url( '/javascript/wpmenucart.js' , __FILE__ ),
323
  array( 'jquery' ),
324
- '2.7.8',
325
  true
326
  );
327
 
@@ -351,7 +351,7 @@ class WpMenuCart {
351
  'wpmenucart-edd-ajax',
352
  plugins_url( '/javascript/wpmenucart-edd-ajax.js', __FILE__ ),
353
  array( 'jquery' ),
354
- '2.7.8'
355
  );
356
 
357
  wp_localize_script(
1
  <?php
2
  /**
3
+ * Plugin Name: WooCommerce Menu Cart
4
  * Plugin URI: www.wpovernight.com/plugins
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.7.8.1
7
  * Author: Jeremiah Prummer, Ewout Fernhout
8
  * Author URI: www.wpovernight.com/
9
  * License: GPL2
321
  'wpmenucart',
322
  plugins_url( '/javascript/wpmenucart.js' , __FILE__ ),
323
  array( 'jquery' ),
324
+ '2.7.8.1',
325
  true
326
  );
327
 
351
  'wpmenucart-edd-ajax',
352
  plugins_url( '/javascript/wpmenucart-edd-ajax.js', __FILE__ ),
353
  array( 'jquery' ),
354
+ '2.7.8.1'
355
  );
356
 
357
  wp_localize_script(