Skip to content

Commit

Permalink
v2.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf committed Sep 13, 2024
1 parent 70274c2 commit 35abb09
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions languages/wp-menu-cart.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GPLv2 or later.
msgid ""
msgstr ""
"Project-Id-Version: WP Menu Cart 2.14.5\n"
"Project-Id-Version: WP Menu Cart 2.14.6\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-menu-cart\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-08-30T08:58:00+02:00\n"
"POT-Creation-Date: 2024-09-13T13:17:42+02:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.7.1\n"
"X-Domain: wp-menu-cart\n"
Expand Down
8 changes: 7 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: 6.6
Requires PHP: 5.3
Stable tag: 2.14.5
Stable tag: 2.14.6

Automatically displays a shopping cart in your menu bar. Works with WooCommerce and Easy Digital Downloads (EDD)

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

== Changelog ==

= 2.14.6 (2024-09-13) =
* New: filter hook `wpmenucart_cart_url`
* Fix: issue with using `wc_get_cart_url()` in Woo version 9.3
* Translations: Updated translation template (POT)
* Tested up to WooCommerce 9.3

= 2.14.5 (2024-08-30) =
* Fix: undefined key errors from settings array
* Translations: Updated translation template (POT)
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.5
* Version: 2.14.6
* 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: 9.2
* WC tested up to: 9.3
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand All @@ -24,7 +24,7 @@ class WpMenuCart {
/**
* @var string
*/
protected $plugin_version = '2.14.5';
protected $plugin_version = '2.14.6';

/**
* @var string
Expand Down

0 comments on commit 35abb09

Please sign in to comment.