Skip to content

Commit

Permalink
Version 3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Apr 16, 2014
1 parent 2c80afa commit 8eb24b1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
### HEAD
### 3.2.5

* Fix: Compatibility with WordPress 3.9
* Fix: Header Background
* Fix: Header Text Colors
* Fix: Jumbotron Text Size
* Fix: Regenerating .pot file
* Fix: Titles on archives
* Fix: Changed default height of textareas to 10em.
* Fix: TGL now only loads if Redux is not installed
* Fix: Removed container class from Extra Header widgets.
* New: Support HTML5 Galleries & Captions ([feature added in WP 3.9](http://make.wordpress.org/core/2014/04/15/html5-galleries-captions-in-wordpress-3-9/#comments))

### 3.2.4
Expand Down
5 changes: 5 additions & 0 deletions functions.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

// Define the theme version
if ( ! defined( 'SHOESTRAP_VERSION' ) ) {
define( 'SHOESTRAP_VERSION', '3.2.5' );
}

if ( class_exists( 'BuddyPress' ) ) {
require_once locate_template( '/lib/buddypress.php' );
}
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.4',
'version' => SHOESTRAP_VERSION,
'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.4
Version: 3.2.5
Author: aristath, fovoc, dovyp
Author URI: http://wpmu.io
License: GPL v3 License
Expand Down

0 comments on commit 8eb24b1

Please sign in to comment.