Skip to content

Commit

Permalink
Version 3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Jul 23, 2014
1 parent bb8be83 commit 33b50d1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

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.5' );
define( 'SHOESTRAP_VERSION', '3.2.6' );
}

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

0 comments on commit 33b50d1

Please sign in to comment.