diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b1c88312b..c48aa7e134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +### 3.2.7 + +* Fix: Remove breadcrumbs if Woo Child is activated +* Fix: LESS compiler conditionals (props @marc.boyer) +* New: Ability to display both logo & sitename in navbar brand area +* Fix: Remove duplicate control +* Fix: Removed Reference to Local.Wordpress.Dev (props @marceux) +* Fix: Adding separate blog template +* Fix: bugfix Secondary NavBar Margin +* Fix: Glyphicons fail to render (props @François Moreau) +* Fix: remove Transparent option in Jumbotron Background Color +* New: enable the title attribute in Nav Walker +* New: updating Bootstrap v.3.2.0 + ### 3.2.6 * Fix: Undefined index notices on theme activation diff --git a/functions.php b/functions.php index 18aa84129e..f15a1c44ee 100644 --- a/functions.php +++ b/functions.php @@ -2,7 +2,7 @@ // Define the theme version if ( ! defined( 'SHOESTRAP_VERSION' ) ) { - define( 'SHOESTRAP_VERSION', '3.2.6' ); + define( 'SHOESTRAP_VERSION', '3.2.7' ); } if ( class_exists( 'BuddyPress' ) ) { diff --git a/style.css b/style.css index d28528317d..ebdb81b9ed 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.6 +Version: 3.2.7 Author: aristath, fovoc, dovyp Author URI: http://wpmu.io License: GPL v3 License