Skip to content

Commit

Permalink
Version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Jan 23, 2015
1 parent 3891bcc commit eca82f1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### 3.3.0

* Fix: Added check for HTTPS to brand image (props @rchq)
* Fix: Replace comment_date() with get_comments_date(). (props @aplatanado)
* Fix: Compiler compatibility issues when the site is a multisite using domain-mapping
* Fix: Remove title tag from posts' titles
* Fix: Transparent value in color controls
* Fix: navbar_social_links function should be static (props @cadr-sa)
* Fix: Color validations causing error evaluating function `darken`.
* Fix: Updating modernizr
* Fix: Branding URL HTTPS (props @rchq)

### 3.2.9

* Fix: Forgotten filter in base.php file
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.9' );
define( 'SHOESTRAP_VERSION', '3.3.0' );
}

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

0 comments on commit eca82f1

Please sign in to comment.