Skip to content

Commit 0fbbe4d

Browse files
committed
Update version to 0.4.1
1 parent 381e13f commit 0fbbe4d

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
### Unreleased
2+
3+
4+
### 0.4.1: October 31st, 2017
5+
* **New** - Empty WP Rocket cache on save product
6+
* **New** - WooCommerce: cart items refreshed by ajax (compatible with cache plugins like WP Rocket)
7+
* **Tweak** - WooCommerce: Style woocommerce-notice
28
* **Tweak** - WooCommerce: update templates for 3.2.0
9+
* **Tweak** - WooCommerce: product inner also on subcategories
10+
* **Tweak** - WooCommerce: widget price, hide input
11+
* **Tweak** - WooCommerce: replace deprecated WC_Cart::get_cart_url by wc_get_cart_url()
12+
* **Tweak** - WooCommerce: focus search input in handheld bar
13+
* **Tweak** - Grunt assets filename fix with minutes and seconds
314

415
### 0.4.0: October 6th, 2017
516
* **New** - Lazy Load: disable on carousels

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stormbringer",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "WordPress theme",
55
"license": "Apache-2.0",
66
"repository" : {

stormbringer-child/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stormbringer",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "WordPress theme",
55
"license": "Apache-2.0",
66
"repository" : {

stormbringer-child/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
Theme Name: Stormbringer Child
33
Description: Child theme for Stormbringer
44
Author: Nicolas Mollet
5-
Version: 0.4.0
5+
Version: 0.4.1
66
Template: stormbringer
77
*/

style.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ Theme URI: https://github.com/nicomollet/stormbringer
44
Github Theme URI: https://github.com/nicomollet/stormbringer
55
Github Branch: master
66
Description: A simple responsive theme based on twitter's bootstrap framework.
7-
Version: 0.4.0
7+
Version: 0.4.1
88
Author: Nicolas Mollet
99
Author URI: http://www.nicolasmollet.com
1010
Text Domain: stormbringer
1111
Tags: translation-ready, full-width-template, custom-menu, grid-layout
12+
Requires PHP: 5.6
1213
License: GNU General Public License v2.0 & Apache License 2.0
1314
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
1415
*/

0 commit comments

Comments
 (0)