diff --git a/CHANGELOG.md b/CHANGELOG.md index e6027b5..088b918 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +### 0.9.0: August 12th, 2022 * **Tweak** - WooCommerce avoid error "Attempt to read property post_type on null" by avoiding usage of is_product is pre_get_posts ### 0.8.9: August 12th, 2022 diff --git a/package-lock.json b/package-lock.json index 1091f72..752fcba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stormbringer", - "version": "0.8.9", + "version": "0.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stormbringer", - "version": "0.8.9", + "version": "0.9.0", "license": "Apache-2.0", "devDependencies": { "grunt": "^1.5.3", diff --git a/package.json b/package.json index f3f196a..505fa62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stormbringer", - "version": "0.8.9", + "version": "0.9.0", "description": "WordPress theme", "license": "Apache-2.0", "keywords": [], diff --git a/stormbringer-child/package.json b/stormbringer-child/package.json index 8cb234b..966d6f8 100644 --- a/stormbringer-child/package.json +++ b/stormbringer-child/package.json @@ -1,6 +1,6 @@ { "name": "stormbringer", - "version": "0.8.9", + "version": "0.9.0", "description": "WordPress theme", "license": "Apache-2.0", "keywords": [], diff --git a/stormbringer-child/style.css b/stormbringer-child/style.css index 790c8a4..de11c22 100644 --- a/stormbringer-child/style.css +++ b/stormbringer-child/style.css @@ -2,6 +2,6 @@ Theme Name: Stormbringer Child Description: Child theme for Stormbringer Author: Nicolas Mollet -Version: 0.8.9 +Version: 0.9.0 Template: stormbringer */ \ No newline at end of file diff --git a/style.css b/style.css index e68cd34..2afcb16 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.8.9 +Version: 0.9.0 Author: Nicolas Mollet Author URI: http://www.nicolasmollet.com Text Domain: stormbringer