Skip to content

Commit

Permalink
version 3.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fovoc committed Oct 8, 2014
1 parent 027bd22 commit 64f0fca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.2.8
* Fix: No breadcrumbs if Woo Child is activated


### 3.2.7

* Fix: Remove breadcrumbs if Woo Child is activated
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.7' );
define( 'SHOESTRAP_VERSION', '3.2.8' );
}

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.7
Version: 3.2.8
Author: aristath, fovoc, dovyp
Author URI: http://wpmu.io
License: GPL v3 License
Expand Down

0 comments on commit 64f0fca

Please sign in to comment.