Skip to content

Commit 50bb442

Browse files
committed
Changelog update
Update version 0.4.0
1 parent 6a0dfbb commit 50bb442

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
### Unreleased
2-
* **New** - Lazy Load effect
2+
3+
4+
### 0.4.0: October 6th, 2017
5+
* **New** - Lazy Load: disable on carousels
6+
* **New** - Lazy Load: effect when showing
7+
* **New** - Hooks before content and after content
8+
* **Tweak** - Menu .active class for current item
9+
* **Tweak** - Well last paragraph margin
10+
* **Tweak** - WooCommerce: align coupon code input
11+
* **Tweak** - WooCommerce: tabs panel styling
12+
* **Tweak** - WooCommerce: adjust padding on widget cart
13+
* **Tweak** - Hide empty sidebar message (sidebars: blog main shop)
14+
* **Fix** - Gravity Forms: Hide hidden sublabels
15+
* **Fix** - Gravity Forms: Remove submission to Analytics event
16+
* **Fix** - Bug showing adminbar
317

418
### 0.3.9: September 19th, 2017
519
* Up version fix

package.json

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

0 commit comments

Comments
 (0)