Skip to content

Commit afbd03d

Browse files
committed
Up version to 0.3.6
1 parent 06292c0 commit afbd03d

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

CHANGELOG.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1+
### 0.3.6: August 7th, 2017
2+
* WooCommerce: Shortcode for displaying a link to account
3+
* WooCommerce: Checkout, fix coupon_code
4+
* WooCommerce: Product Single: product variations as list-item
5+
* WooCommerce: Adjust handheld bar
6+
* Hustle: Flash Of Unstyled Text fix
7+
* Fix conflict between Toggle Grid and Hustle (with dashicons enqueue
8+
19
### 0.3.5: July 27th, 2017
210
* Gravity Forms: fix submit button
311
* Template: allow fullwidth for post
4-
* Woocommerce: Sticky payment
5-
* Woocommerce: Add to cart spinner
12+
* WooCommerce: Sticky payment
13+
* WooCommerce: Add to cart spinner
614

715
### 0.3.4: July 25th, 2017
8-
* Woocommerce CSS compatibility
16+
* WooCommerce CSS compatibility
917
* New shortcode [woocommerce_cart_link] to display a link to Woocommerce cart
1018
* New shortcode [woocommerce_account_link] to display a link to Woocommerce account
1119

@@ -26,7 +34,7 @@
2634
* Theme check
2735

2836
### 0.2.8: February 15th, 2017
29-
* Woocommerce compatibility (new attempt)
37+
* WooCommerce compatibility (new attempt)
3038

3139
### 0.2.7: January 19th, 2017
3240
* Separate stormbringer and godspeed optimizations

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stormbringer",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
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.5",
3+
"version": "0.3.6",
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.5
7+
Version: 0.3.6
88
Author: Nicolas Mollet
99
Author URI: http://www.nicolasmollet.com
1010
Text Domain: stormbringer

0 commit comments

Comments
 (0)