Skip to content

Commit

Permalink
Version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomollet committed May 11, 2020
1 parent d217c5b commit cba47ce
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### 0.6.0: May 11h, 2020
* **Fix** - Gravity Forms hidden fields were still visible


### 0.5.9: December 5th, 2019
* **Fix** - Update obsolete filter woocommerce_stock_html by woocommerce_get_stock_html
* **Fix** - Enable again the bottom description field
Expand Down
5 changes: 5 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -9256,6 +9256,11 @@ body.template-fullwidthnotitle #content .page-header, body.template-fullwidthnot
left: -9000px;
}

.gform_wrapper .gf_invisible, .gform_wrapper .gfield_visibility_hidden {
visibility: hidden;
position: absolute;
left: -9999px;
}
.gform_wrapper .ginput_complex.ginput_container_name span {
display: inline-block;
vertical-align: top;
Expand Down
2 changes: 1 addition & 1 deletion css/styles.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/styles.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stormbringer",
"version": "0.5.9",
"version": "0.6.0",
"description": "WordPress theme",
"license": "Apache-2.0",
"repository" : {
Expand Down
1 change: 1 addition & 0 deletions scss/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,4 @@




2 changes: 1 addition & 1 deletion stormbringer-child/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stormbringer",
"version": "0.5.9",
"version": "0.6.0",
"description": "WordPress theme",
"license": "Apache-2.0",
"repository" : {
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://github.com/nicomollet/stormbringer
Github Theme URI: https://github.com/nicomollet/stormbringer
Github Branch: master
Description: A simple responsive theme based on twitter's bootstrap framework.
Version: 0.5.9
Version: 0.6.0
Author: Nicolas Mollet
Author URI: http://www.nicolasmollet.com
Text Domain: stormbringer
Expand Down

0 comments on commit cba47ce

Please sign in to comment.