Skip to content

Commit

Permalink
Change log update & version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
barrykooij committed Jul 15, 2014
1 parent 62339b1 commit 72f430b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
14 changes: 11 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
Stable tag: 1.5.4

Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the WordPress SEO plugin by Yoast.

Expand Down Expand Up @@ -128,13 +128,20 @@ You'll find the [FAQ on Yoast.com](https://yoast.com/wordpress/plugins/seo/faq/)
- restoring site to default settings from multisite settings page was not working.
- initializing new blogs with settings from a chosen default blog was not working (might still not be completely stable for WP multisite with WPSEO in must-use plugins directory, stable in all other cases).
- wrong option debug information shown on multisite settings page
* Fixed an issue with sitemap transient caching for plugins not using paginated sitemaps (like news seo).
* Fixed: an issue with sitemap transient caching for plugins not using paginated sitemaps (like news seo).
* Check if get_queried_object_id is not 0 before enqueueing wp_enqueue_media.
* Set rssafter to empty string on test_embed_rss() test.
* Fixed Bing URL - props [GodThor](https://github.com/GodThor).
* Fixed: Bing URL - props [GodThor](https://github.com/GodThor).
* Prevent from loading if WP is installing - props [Jrf](http://profiles.wordpress.org/jrf).
* Fixed: Incorrect timezone in the root sitemap.
* Fixed: Multiselect fields are now properly saved in wpseo meta boxes.
* Force canonical links to be absolute, relative is NOT an option.
* Fixed: Breadcrumb on search pages.
* Added CDATA in sitemap image captions and titles.
* Various sitemap fixes and improvements - props [Rarst] (https://github.com/Rarst).

* Enhancements
* Heavily reduce query load for XML sitemaps by caching XML sitemaps in transients.
* New `wpseo_register_extra_replacements` action hook which lets plugin/theme builders add new `%%...%%` replacement variables - including relevant help texts -. See [function documentation](https://github.com/Yoast/wordpress-seo/blob/master/inc/wpseo-functions.php) for an example of how to use this new functionality.
* If the final string - after replacement - would contain two separators with nothing between them, this extra separator will be removed.
* All remaining not replaced replacement vars are now stripped from the strings (without breaking the snippet preview).
Expand All @@ -146,6 +153,7 @@ You'll find the [FAQ on Yoast.com](https://yoast.com/wordpress/plugins/seo/faq/)
* More optimization improvements to snippet preview.
* Add filter to allow other plugins to interact with our metaboxes outside of the standard pages - props [Jrf](http://profiles.wordpress.org/jrf).
* Replace variables through an AJAX call, which makes them work in the post editor too and allows for more variables to be replaced in the title.
* Added priority filters for XML sitemaps.

* Other enhancements
* Security improvement: As the .htaccess / robots.txt files are site-wide files, on a multi-site WP installation they will no longer be available for editing to individual site owners. For super-admins, the 'SEO -> Edit Files' admin page will now be accessible through the Network Admin.
Expand Down
2 changes: 1 addition & 1 deletion wp-seo-main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.3' );
define( 'WPSEO_VERSION', '1.5.4' );

if ( ! defined( 'WPSEO_PATH' ) ) {
define( 'WPSEO_PATH', plugin_dir_path( WPSEO_FILE ) );
Expand Down
2 changes: 1 addition & 1 deletion wp-seo.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: WordPress SEO
Version: 1.5.3.3
Version: 1.5.4
Plugin URI: https://yoast.com/wordpress/plugins/seo/#utm_source=wpadmin&utm_medium=plugin&utm_campaign=wpseoplugin
Description: The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.
Author: Joost de Valk
Expand Down

0 comments on commit 72f430b

Please sign in to comment.