Skip to content

Commit

Permalink
Version 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Apr 11, 2014
1 parent 92b58c0 commit 3e52223
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
### HEAD
### 3.2.4

* Fix: Footer layout fixes.
* Fix: Metadata now aligned to the left.
* Fix: Performance improvements
* Fix: Removed the updater nag
* Fix: Reset stylesheet path & url transients on compile
* Fix: fatal error when mb_convert_encoding is not installed on the server
* Fix: removed \<hr\> from breadcrumbs
* Fix: Fatal error when mb_convert_encoding is not installed on the server
* Fix: Removed \<hr\> from breadcrumbs
* Fix: Removed \<hr\> form pagination links.
* New: Started simplified customizer implementation
* New: Bootstrap styling for non-bootstrap form elements
* New: Started BuddyPress integration. (activity)

### 3.2.3

Expand Down
2 changes: 1 addition & 1 deletion lib/updater/updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function shoestrap_theme_updater() {

$edd_updater = new EDD_SL_Theme_Updater( array(
'remote_api_url' => 'http://shoestrap.org',
'version' => '3.2.3',
'version' => '3.2.4',
'license' => 'c5305a091a9e61268c5be6096bfa3d38',
'item_name' => 'Shoestrap 3',
'author' => 'aristath, fovoc, dovyp'
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.3
Version: 3.2.4
Author: aristath, fovoc, dovyp
Author URI: http://wpmu.io
License: GPL v3 License
Expand Down

0 comments on commit 3e52223

Please sign in to comment.