WordPress SEO was updated to version 1.5.2.3, from version 1.5.2.2. Changelog:
- Added missing settings menu pages to wp admin bar.
- Replaced old AdWords keyword tool link.
- Fix wp admin bar keyword density check link.
- Taxonomy sitemap will now also show if empty.
- Prevent infinite loop triggered by sitemap_close().
- Fixed a link count Page Analysis bug.
- Fixed a keyword density problem in the Page Analysis.
- Fixed OpenGraph/GooglePlus/Twitter tags not showing in a select few themes.
- Fixed Facebook Apps not being saved/ “Failed to retrieve your apps from Facebook”.
- Fixed duplicate feedback messages on WPSEO -> Social pages.
- Flush our force title rewrite buffer earlier in wp_footer so it can be used by other plugins in wp_footer.
- Start the force rewrite buffer late (at 999) in template_redirect instead of get_header because of several themes not using get_header.
- Fixed ‘Page %d of %d’ / %%page%% variable not being replaced when on pages.
- Restore robots meta box per post to its former glory, it now shows even when blog is not set to public.
- Fixed individual page robots settings not being respected when using a page as blog.
- Fixed: Too aggressive html escaping of the breadcrumbs.
- Fixed: Last breadcrumb wasn’t always determined correctly resulting in crumbs not being linked when they should have been.
- Fixed: Breadcrumbs were sometimes missing separators and default texts since v1.5.0.
- Fixed: 404 date based breadcrumb and title creation could cause corruption of the $post object.
- Fixed: Filtering posts based on SEO score via the dropdown at the top of a post/page overview page no longer worked.
- Added filters for the change frequencies of different URLs added to the sitemap.
- Added filter wpseo_sitemap_exclude_empty_terms to allow including empty terms in the XML sitemap.
- Private posts now default to noindex (even though they technically probably couldn’t be indexed anyway).
- Show a warning message underneath a post’s robots meta settings when site is set to noindex sitewide in WP core.
- Updated licensing class to show a notice when requests to yoast.com are blocked because of WP_HTTP_BLOCK_EXTERNALS.
- Refactored the breadcrumb class.