diff --git a/CHANGELOG.md b/CHANGELOG.md index c256f3b354..6b1c88312b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,19 @@ -### HEAD +### 3.2.6 * Fix: Undefined index notices on theme activation * Fix: Deprecated functions compatibility * Fix: Featured Image dimentions for archives * New: Post Format meta element * New: Moved all Redux options to a single file -* New: Implemented Redux SubSections (requires Redux 3.2.3) -* New: Started work on an "Easy" mode. Will be completed on the next Redux Update. +* New: Implemented Redux SubSections +* Fix: Allow adding subsections fia a filter +* Fix: Allow adding options via a filter +* Fix: Code cleanups +* Fix: Share links +* Fix: Layouts per post type +* Fix: Removed absolute link to local.wordpress.dev in the stylesheet +* Fix: typos +* Fix: Socail Share Networks compatibility with latest Redux ### 3.2.5 diff --git a/functions.php b/functions.php index d14aef7eab..18aa84129e 100644 --- a/functions.php +++ b/functions.php @@ -2,7 +2,7 @@ // Define the theme version if ( ! defined( 'SHOESTRAP_VERSION' ) ) { - define( 'SHOESTRAP_VERSION', '3.2.5' ); + define( 'SHOESTRAP_VERSION', '3.2.6' ); } if ( class_exists( 'BuddyPress' ) ) { diff --git a/style.css b/style.css index bdc022d1c1..d28528317d 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ Theme Name: Shoestrap 3 Theme URI: http://shoestrap.org Description: Advanced WordPress theme based on Bootstrap. -Version: 3.2.5 +Version: 3.2.6 Author: aristath, fovoc, dovyp Author URI: http://wpmu.io License: GPL v3 License