Skip to content

Commit

Permalink
Version 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Apr 2, 2014
1 parent c9706aa commit 5e7ffc3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 3.2.3

* Fix: Removing deprecated github-updater zip file
* Fix: Better updater nag.
* Fix: No more https errors when domain mapping is used.
* Fix: Float featured images on archives to the left.
* Fix: Removing <hr> from content-single.
* New: Added comment count to Post Meta.
* New: Added default styling for CF7 (conditionally, only when CF7 is installed).

### 3.2.2

* Fix: Header backgrounds
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.2',
'version' => '3.2.3',
'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.2
Version: 3.2.3
Author: aristath, fovoc, dovyp
Author URI: http://wpmu.io
License: GPL v3 License
Expand Down

0 comments on commit 5e7ffc3

Please sign in to comment.