Skip to content

Commit

Permalink
Update changelog; bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagonoronha committed May 21, 2018
1 parent c628ea7 commit 74a9da6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
Expand Down
10 changes: 5 additions & 5 deletions storefront-hamburger-menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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' ) );

Expand Down

0 comments on commit 74a9da6

Please sign in to comment.