Enhancements
- We've added some options and some host specific info to our tracking class. Most notably, we're tracking the PHP version for our users now, so we can see whether we, at some point, might drop PHP 5.2 support before WordPress does.
- Auto-deactivate plugin in the rare case that the SPL (Standard PHP Library) extension is not available.
- Switch from inline
xmlns
to inline use of theprefix
attribute for breadcrumbs as that makes validation work. Fixes [Issue 1186]((https://github.com/Yoast/wordpress-seo/issues/1186).
Bugfixes
Check whether snippet preview is shown on page before hiding / showing errors, deducted from #1178
Fixed incorrect sitemap last modified date as reported in issue 1136 - props rscs.
Specify post ID when using
wp_enqueue_media()
to set up correctly for the post being edited. Pull #1165, props benhuson.Fixed unreachable filter
wpseo_sitemap_[post_type]_content
as reported in pull #1163, also fixes unreachable filterwpseo_sitemap_author_content
. Props jakub-klapka.Fixed PHP notice as reported by maxiwheat in issue #1160.
Backed out pagination overflow redirect as it's causing too many issues.
i18n
Make sure extensions menu is fully i18n compatible.