diff --git a/CHANGELOG.md b/CHANGELOG.md index ff37892..37b4687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ### Unreleased -* **Fix** - bug with Gravity Forms multi page forms + +### 0.5.0: July 189th, 2018 +* **Fix** - Bug with Gravity Forms multi page forms * **Tweak** - Template compatibility with WooCommerce 3.4.0 +* **Tweak**- Correct sanitize of preprocessor mod +* **Tweak** - Avoid PHP notices ### 0.4.9: May 11th, 2018 * **Fix** - Version update diff --git a/package.json b/package.json index 86c064e..b6d4c8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stormbringer", - "version": "0.4.9", + "version": "0.5.0", "description": "WordPress theme", "license": "Apache-2.0", "repository" : { diff --git a/stormbringer-child/package.json b/stormbringer-child/package.json index ab2ec9a..0defcb2 100644 --- a/stormbringer-child/package.json +++ b/stormbringer-child/package.json @@ -1,6 +1,6 @@ { "name": "stormbringer", - "version": "0.4.9", + "version": "0.5.0", "description": "WordPress theme", "license": "Apache-2.0", "repository" : { diff --git a/style.css b/style.css index ee7b71f..4069019 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.9 +Version: 0.5.0 Author: Nicolas Mollet Author URI: http://www.nicolasmollet.com Text Domain: stormbringer