Skip to content

Commit f1b6c56

Browse files
committed
Up version
1 parent a0e9378 commit f1b6c56

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 0.3.5: July 27th, 2017
2+
* Gravity Forms: fix submit button
3+
* Template: allow fullwidth for post
4+
* Woocommerce: Sticky payment
5+
* Woocommerce: Add to cart spinner
6+
17
### 0.3.4: July 25th, 2017
28
* Woocommerce CSS compatibility
39
* New shortcode [woocommerce_cart_link] to display a link to Woocommerce cart

package.json

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

0 commit comments

Comments
 (0)