diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e73898..cd66d24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ ### Unreleased + + +### 0.4.6: January 5th, 2018 +* **Tweak** Webfontloader: disable completely FOUT effect * **Fix** - Webfontloader: force loading after 5 seconds ### 0.4.5: January 4th, 2018 diff --git a/package.json b/package.json index eb759a7..797bf2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stormbringer", - "version": "0.4.5", + "version": "0.4.6", "description": "WordPress theme", "license": "Apache-2.0", "repository" : { diff --git a/scss/helpers/_common.scss b/scss/helpers/_common.scss index 58e8881..130a16d 100644 --- a/scss/helpers/_common.scss +++ b/scss/helpers/_common.scss @@ -356,10 +356,10 @@ nav.pagination { h1, h2, h3, h4, h5, h6, p, ul, a{ .js &{ - visibility: hidden; + //visibility: hidden; } .wf-active &, .wf-inactive &, .wf-error &, .no-js &{ - visibility: visible; + //visibility: visible; } // For Hustle Popups .wph-modal &, .inc_opt_popup &{ diff --git a/stormbringer-child/package.json b/stormbringer-child/package.json index 728f44f..a9a6ef0 100644 --- a/stormbringer-child/package.json +++ b/stormbringer-child/package.json @@ -1,6 +1,6 @@ { "name": "stormbringer", - "version": "0.4.5", + "version": "0.4.6", "description": "WordPress theme", "license": "Apache-2.0", "repository" : { diff --git a/style.css b/style.css index eb24d5f..5c67213 100644 --- a/style.css +++ b/style.css @@ -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.4.5 +Version: 0.4.6 Author: Nicolas Mollet Author URI: http://www.nicolasmollet.com Text Domain: stormbringer