From 0fbbe4d85d720489ef2cc06dffb02d838f60716d Mon Sep 17 00:00:00 2001 From: Nico Mollet Date: Tue, 31 Oct 2017 16:58:00 +0100 Subject: [PATCH] Update version to 0.4.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- stormbringer-child/package.json | 2 +- stormbringer-child/style.css | 2 +- style.css | 3 ++- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcd2a92..6619786 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ ### Unreleased + + +### 0.4.1: October 31st, 2017 +* **New** - Empty WP Rocket cache on save product +* **New** - WooCommerce: cart items refreshed by ajax (compatible with cache plugins like WP Rocket) +* **Tweak** - WooCommerce: Style woocommerce-notice * **Tweak** - WooCommerce: update templates for 3.2.0 +* **Tweak** - WooCommerce: product inner also on subcategories +* **Tweak** - WooCommerce: widget price, hide input +* **Tweak** - WooCommerce: replace deprecated WC_Cart::get_cart_url by wc_get_cart_url() +* **Tweak** - WooCommerce: focus search input in handheld bar +* **Tweak** - Grunt assets filename fix with minutes and seconds ### 0.4.0: October 6th, 2017 * **New** - Lazy Load: disable on carousels diff --git a/package.json b/package.json index 155d2d3..4f8c394 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stormbringer", - "version": "0.4.0", + "version": "0.4.1", "description": "WordPress theme", "license": "Apache-2.0", "repository" : { diff --git a/stormbringer-child/package.json b/stormbringer-child/package.json index 403a507..b782015 100644 --- a/stormbringer-child/package.json +++ b/stormbringer-child/package.json @@ -1,6 +1,6 @@ { "name": "stormbringer", - "version": "0.4.0", + "version": "0.4.1", "description": "WordPress theme", "license": "Apache-2.0", "repository" : { diff --git a/stormbringer-child/style.css b/stormbringer-child/style.css index 67d156f..961216a 100644 --- a/stormbringer-child/style.css +++ b/stormbringer-child/style.css @@ -2,6 +2,6 @@ Theme Name: Stormbringer Child Description: Child theme for Stormbringer Author: Nicolas Mollet -Version: 0.4.0 +Version: 0.4.1 Template: stormbringer */ \ No newline at end of file diff --git a/style.css b/style.css index 8d4bae4..5c9e7ec 100644 --- a/style.css +++ b/style.css @@ -4,11 +4,12 @@ Theme URI: https://github.com/nicomollet/stormbringer Github Theme URI: https://github.com/nicomollet/stormbringer Github Branch: master Description: A simple responsive theme based on twitter's bootstrap framework. -Version: 0.4.0 +Version: 0.4.1 Author: Nicolas Mollet Author URI: http://www.nicolasmollet.com Text Domain: stormbringer Tags: translation-ready, full-width-template, custom-menu, grid-layout +Requires PHP: 5.6 License: GNU General Public License v2.0 & Apache License 2.0 License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0 */