diff --git a/CHANGELOG.md b/CHANGELOG.md index 115bf63b2b..1246968d17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/functions.php b/functions.php index ab2f198ba7..d494bafec0 100644 --- a/functions.php +++ b/functions.php @@ -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' ) ) { diff --git a/style.css b/style.css index 106867c2ac..1d0a95793c 100644 --- a/style.css +++ b/style.css @@ -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