Bugfixes
- Fixes a bug where the focus keyword test in the Yoast SEO metabox was broken as a regression of removing the autocomplete functionality.
- Removes the autocomplete functionality from the focus keyword field in the Yoast SEO metabox because Google is shutting down its autocomplete API as of August 10th.
Bugfixes
- Fixes a bug where non-admin users were no longer able to update their profile with Yoast SEO active.
- Fixes a bug where all labels in the Yoast SEO admin were bold.
Bugfixes
- Makes sure authors and editors cannot submit advanced metadata on a post when the advanced tab in the metabox has been disabled for them. Thanks Peter Allor from IBM for finding and reporting this issue.
- Fixes a bug where upgrading to version 2.3 would occasionally cause WSOD's on both admin and frontend. We were unable to pinpoint the exact conflicting plugins and themes, but we are quite confident it was caused by us using, and others hooking into, WP_Query too early.
- Makes sure users can close the tour by circumventing possible JavaScript caching issues that might occur.
Bugfixes
- Fixes a bug where the JSON+LD output was outputted twice when company or person info wasn't set.
- Fixes a compatibility issue with Video SEO and WooCommerce SEO add-ons causing WSOD on the frontend for video's and WooCommerce products.
- Fixes a compatibility issue with BBPress caused by hooking
current_user_can too early.
Bugfixes
- Fixes an issue where (in rare cases) people upgrading to 2.0 got stuck in a redirect loop on their admin.
- Fixes a broken link in the Dutch translation, causing the Pinterest tab on the Social settings page to overflow into the Google+ tab.
- Fixes a small typo on the about page.
- Security fix: fixed possible CSRF and blind SQL injection vulnerabilities in bulk editor. Added strict sanitation to order_by and order params. Added extra nonce checks on requests sending additional parameters. Minimal capability needed to access the bulk editor is now Editor. Thanks Ryan Dewhurst from WPScan for discovering and responsibly disclosing this issue.
Bugfixes
- Repair missing dependencies...
Bugfixes
- Fixes a bug where the rel="next" and rel="prev" links were broken for all taxonomies.
- Removes an obsolete quote from the html for the seo metabox.
Bugfixes
- Fixes a bug where the keyword analysis was broken.
- Fixes a bug where our plugin raised a fatal error in the wpseo_admin bar when the $wpseo_front global was used.
Bugfixes
- Fixes a bug where the translations were corrupted due to an issue with out glotpress grunt task.
- Security fix: fixed possible cross scripting issue with encoded entities in a post title. This could potentially allow an author on your site to execute JavaScript when you visit that posts edit page, allowing them to do rights expansion or otherwise. Thanks to Joe Hoyle for responsibly disclosing this issue.
Bugfixes
- Revert earlier logic change that broke taxonomy sitemaps.