WooCommerce Menu Cart - Version 2.5.8.1

Version Description

  • Fix: settings link from plugin page
Download this release

Release Info

Developer pomegranate
Plugin Icon 128x128 WooCommerce Menu Cart
Version 2.5.8.1
Comparing to
See all releases

Code changes from version 2.5.8 to 2.5.8.1

includes/wpmenucart-settings.php CHANGED
@@ -256,7 +256,7 @@ class WpMenuCart_Settings {
256
  * Add settings link to plugins page
257
  */
258
  public function wpmenucart_add_settings_link( $links ) {
259
- $settings_link = '<a href="options-general.php?page=wpmenucart_options_page">'. __( 'Settings', 'woocommerce' ) . '</a>';
260
  array_push( $links, $settings_link );
261
  return $links;
262
  }
256
  * Add settings link to plugins page
257
  */
258
  public function wpmenucart_add_settings_link( $links ) {
259
+ $settings_link = '<a href="admin.php?page=wpmenucart_options_page">'. __( 'Settings', 'woocommerce' ) . '</a>';
260
  array_push( $links, $settings_link );
261
  return $links;
262
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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: 4.6
7
- Stable tag: 2.5.8
8
 
9
  Automatically displays a shopping cart in your menu bar. Works with WooCommerce, WP-Ecommerce, EDD, Eshop and Jigoshop
10
 
@@ -83,6 +83,9 @@ Once the plugin is activated navigate to Settings > Menu Cart Setup. Select your
83
 
84
  == Changelog ==
85
 
 
 
 
86
  = 2.5.8 =
87
  * Translations: Added Croatian, Hebrew, Hungarian (updated) & Vietnamese
88
  * Fix: Built-in AJAX for multiple menus
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: 4.6
7
+ Stable tag: 2.5.8.1
8
 
9
  Automatically displays a shopping cart in your menu bar. Works with WooCommerce, WP-Ecommerce, EDD, Eshop and Jigoshop
10
 
83
 
84
  == Changelog ==
85
 
86
+ = 2.5.8.1 =
87
+ * Fix: settings link from plugin page
88
+
89
  = 2.5.8 =
90
  * Translations: Added Croatian, Hebrew, Hungarian (updated) & Vietnamese
91
  * Fix: Built-in AJAX for multiple menus
wp-menu-cart.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WooCommerce Menu Cart
4
  Plugin URI: www.wpovernight.com/plugins
5
  Description: Extension for WooCommerce 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.5.8
7
  Author: Jeremiah Prummer, Ewout Fernhout
8
  Author URI: www.wpovernight.com/
9
  License: GPL2
3
  Plugin Name: WooCommerce Menu Cart
4
  Plugin URI: www.wpovernight.com/plugins
5
  Description: Extension for WooCommerce 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.5.8.1
7
  Author: Jeremiah Prummer, Ewout Fernhout
8
  Author URI: www.wpovernight.com/
9
  License: GPL2