diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a8a5b5..c8265fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,19 @@ +### 0.3.6: August 7th, 2017 +* WooCommerce: Shortcode for displaying a link to account +* WooCommerce: Checkout, fix coupon_code +* WooCommerce: Product Single: product variations as list-item +* WooCommerce: Adjust handheld bar +* Hustle: Flash Of Unstyled Text fix +* Fix conflict between Toggle Grid and Hustle (with dashicons enqueue + ### 0.3.5: July 27th, 2017 * Gravity Forms: fix submit button * Template: allow fullwidth for post -* Woocommerce: Sticky payment -* Woocommerce: Add to cart spinner +* WooCommerce: Sticky payment +* WooCommerce: Add to cart spinner ### 0.3.4: July 25th, 2017 -* Woocommerce CSS compatibility +* WooCommerce CSS compatibility * New shortcode [woocommerce_cart_link] to display a link to Woocommerce cart * New shortcode [woocommerce_account_link] to display a link to Woocommerce account @@ -26,7 +34,7 @@ * Theme check ### 0.2.8: February 15th, 2017 -* Woocommerce compatibility (new attempt) +* WooCommerce compatibility (new attempt) ### 0.2.7: January 19th, 2017 * Separate stormbringer and godspeed optimizations diff --git a/package.json b/package.json index 64d7d5b..9048bd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stormbringer", - "version": "0.3.5", + "version": "0.3.6", "description": "WordPress theme", "license": "Apache-2.0", "repository" : { diff --git a/stormbringer-child/package.json b/stormbringer-child/package.json index 0f19caf..7886e00 100644 --- a/stormbringer-child/package.json +++ b/stormbringer-child/package.json @@ -1,6 +1,6 @@ { "name": "stormbringer", - "version": "0.3.5", + "version": "0.3.6", "description": "WordPress theme", "license": "Apache-2.0", "repository" : { diff --git a/style.css b/style.css index 400ce5a..0bd392d 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.3.5 +Version: 0.3.6 Author: Nicolas Mollet Author URI: http://www.nicolasmollet.com Text Domain: stormbringer