From 6c310820d55a880ac99ee09c2a1b33fa3417f756 Mon Sep 17 00:00:00 2001 From: Barry Kooij Date: Thu, 15 May 2014 20:43:33 +0200 Subject: [PATCH] Version bump to 1.5.3.1 --- readme.txt | 4 ++-- wp-seo-main.php | 2 +- wp-seo.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 78d9624421c..4c8e93ea52f 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ License URI: http://www.gnu.org/licenses/gpl.html Tags: seo, SEO, google, meta, meta description, search engine optimization, xml sitemap, xml sitemaps, google sitemap, sitemap, sitemaps, robots meta, rss, rss footer, yahoo, bing, news sitemaps, XML News Sitemaps, WordPress SEO, WordPress SEO by Yoast, yoast, multisite, canonical, nofollow, noindex, keywords, meta keywords, description, webmaster tools, google webmaster tools, seo pack Requires at least: 3.5 Tested up to: 3.9.1 -Stable tag: 1.5.3 +Stable tag: 1.5.3.1 Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the WordPress SEO plugin by Yoast. @@ -109,7 +109,7 @@ You'll find the [FAQ on Yoast.com](https://yoast.com/wordpress/plugins/seo/faq/) == Changelog == -= Trunk = += 1.5.3.1 = * Fix regression issue - non-replacement of %%name%% variable as reported in [issue #1104](https://github.com/Yoast/wordpress-seo/issues/1104) by [firstinflight](https://github.com/firstinflight) - props [Jrf](http://profiles.wordpress.org/jrf). * Fixed an issue where %%category%% was not replaced on certain pages. * Added support for %%tag%% even if the ID is empty. diff --git a/wp-seo-main.php b/wp-seo-main.php index e7eca2a142d..1fbcbbbdc87 100644 --- a/wp-seo-main.php +++ b/wp-seo-main.php @@ -14,7 +14,7 @@ * @internal Nobody should be able to overrule the real version number as this can cause serious issues * with the options, so no if ( ! defined() ) */ -define( 'WPSEO_VERSION', '1.5.3' ); +define( 'WPSEO_VERSION', '1.5.3.1' ); if ( ! defined( 'WPSEO_PATH' ) ) { define( 'WPSEO_PATH', plugin_dir_path( WPSEO_FILE ) ); diff --git a/wp-seo.php b/wp-seo.php index 56eb6d3c47a..b00f507bc3e 100644 --- a/wp-seo.php +++ b/wp-seo.php @@ -1,7 +1,7 @@