Skip to content

Commit bc58b1c

Browse files
committed
Up version to 0.3.7
1 parent 09eb910 commit bc58b1c

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 0.3.7: August 22nd, 2017
2+
* **New** - WooCommerce: class for cart widgets empty/notempty
3+
* **New** - WooCommerce: account page title in shortcode
4+
* **Fix** - Hustle popup classes
5+
* **Fix** - Login/rememberme order
6+
* **Fix** - Remove PHP Notices
7+
* **Fix** - Remove console.log
8+
* **Fix** - Elementor buttons color
9+
* **Fix** - Undefined variable: class in footer.php
10+
111
### 0.3.6: August 7th, 2017
212
* WooCommerce: Shortcode for displaying a link to account
313
* WooCommerce: Checkout, fix coupon_code

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stormbringer",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
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.3.6",
3+
"version": "0.3.7",
44
"description": "WordPress theme",
55
"license": "Apache-2.0",
66
"repository" : {

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.3.6
7+
Version: 0.3.7
88
Author: Nicolas Mollet
99
Author URI: http://www.nicolasmollet.com
1010
Text Domain: stormbringer

0 commit comments

Comments
 (0)