Skip to content

Commit

Permalink
Version 3.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Oct 8, 2014
1 parent 4358853 commit 0b88850
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b88850

Please sign in to comment.