diff --git a/readme.txt b/readme.txt index accf5f3..f68671e 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: tiagonoronha, woothemes Tags: woocommerce, ecommerce, storefront, menu, hamburger Requires at least: 4.0 -Tested up to: 4.7.5 -Stable tag: 1.2.1 +Tested up to: 4.9 +Stable tag: 1.2.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -27,6 +27,9 @@ This plugin requires the Storefront theme to be installed. == Changelog == += 1.2.2 - 21.05.2018 = +* Tweak - Storefront 2.3 compatibility. + = 1.2.1 - 01.06.2017 = * Fix - Change the value of max-width media query to 767px to match the responsive breakpoint in Storefront. * Tweak - Load JavaScript once DOM is ready, don't need to wait until window.onload fires. diff --git a/storefront-hamburger-menu.php b/storefront-hamburger-menu.php index 2bd0575..ae14a38 100644 --- a/storefront-hamburger-menu.php +++ b/storefront-hamburger-menu.php @@ -3,11 +3,11 @@ * Plugin Name: Storefront Hamburger Menu * Plugin URI: https://wordpress.org/plugins/storefront-hamburger-menu/ * Description: Storefront Hamburger Menu turns the default handheld navigation into an off-screen sidebar menu with a "hamburger" toggle. - * Version: 1.2.1 - * Author: WooThemes - * Author URI: http://woothemes.com/ + * Version: 1.2.2 + * Author: WooCommerce + * Author URI: http://woocommerce.com/ * Requires at least: 4.0.0 - * Tested up to: 4.5.3 + * Tested up to: 4.9 * * Text Domain: storefront-hamburger-menu * Domain Path: /languages/ @@ -74,7 +74,7 @@ public function __construct() { $this->token = 'storefront-hamburger-menu'; $this->plugin_url = plugin_dir_url( __FILE__ ); $this->plugin_path = plugin_dir_path( __FILE__ ); - $this->version = '1.2.1'; + $this->version = '1.2.2'; register_activation_hook( __FILE__, array( $this, 'install' ) );