Skip to content

Commit

Permalink
Closes #2: Add inline styling to the main Storefront stylesheet.
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagonoronha committed Apr 21, 2016
1 parent 11b295c commit 373d675
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: tiagonoronha, woothemes
Tags: woocommerce, ecommerce, storefront, menu, hamburger
Requires at least: 4.0
Tested up to: 4.4.2
Stable tag: 1.1.1
Stable tag: 1.1.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -27,7 +27,10 @@ This plugin requires the Storefront theme to be installed.

== Changelog ==

= 1.1.1 - 13.04.2016 =
= 1.1.2 - 21.04.2016 =
* Fix - Add inline styling to the main Storefront stylesheet.

= 1.1.1 - 13.03.2016 =
* Fix - Make sure the close button gets added to the handheld menu.

= 1.1.0 - 03.04.2016 =
Expand Down
6 changes: 3 additions & 3 deletions storefront-hamburger-menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* 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.1.1
* Version: 1.1.2
* Author: WooThemes
* Author URI: http://woothemes.com/
* Requires at least: 4.0.0
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.1.1';
$this->version = '1.1.2';

register_activation_hook( __FILE__, array( $this, 'install' ) );

Expand Down Expand Up @@ -244,7 +244,7 @@ public function shm_add_customizer_css() {
}
';

wp_add_inline_style( 'storefront-woocommerce-style', $wc_style );
wp_add_inline_style( 'storefront-style', $wc_style );
}

/**
Expand Down

0 comments on commit 373d675

Please sign in to comment.