Skip to content

Commit

Permalink
2.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Spreeuw committed Oct 14, 2020
1 parent 0b76d45 commit 74b88bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 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: 5.5
Requires PHP: 5.3
Stable tag: 2.9.5
Stable tag: 2.9.6

Automatically displays a shopping cart in your menu bar. Works with WooCommerce, WP-Ecommerce, EDD, Eshop and Jigoshop

Expand Down Expand Up @@ -85,6 +85,10 @@ Once the plugin is activated navigate to Settings > Menu Cart Setup. Select your

== Changelog ==

= 2.9.6 =
* Tweak: Improved font loading performance for modern browsers
* Tested up to WooCommerce 4.6

= 2.9.5 =
* Added filters for menu item data
* Fix: backwards compatibility for WooCommerce 3.2
Expand Down
4 changes: 2 additions & 2 deletions wp-menu-cart.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WP Menu Cart
* Plugin URI: www.wpovernight.com/plugins
* 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.
* Version: 2.9.5
* Version: 2.9.6
* Author: Jeremiah Prummer, Ewout Fernhout
* Author URI: www.wpovernight.com/
* License: GPL2
Expand All @@ -14,7 +14,7 @@

class WpMenuCart {

protected $plugin_version = '2.9.5';
protected $plugin_version = '2.9.6';
public static $plugin_slug;
public static $plugin_basename;

Expand Down

0 comments on commit 74b88bb

Please sign in to comment.