Skip to main content

Yoast SEO changelog - page 7

Subscribe through this plugin's RSS feed or follow us on to stay up-to-date with new releases!

1.6.2

Bugfixes

  • Fixed security issue with XSS in bulk editor, props @ryanhellyer.
  • Fix bug where URL would show wrongly in snippet preview for static homepage.
  • Fix bug where filtering for posts without a focus keyword in the posts overview wouldn't work.
  • Fix a bug where code wouldn't be escaped in the bulk editor.

Enhancements

  • When meta description is present, og:description is filled with that on category pages.
  • Texturize some pointers, props @nacin.
  • Fix typo in tour, props @markjaquith.
  • Code optimization in the replace vars functionality, props @dannyvankooten.

1.6.1

Bugfixes

  • Remove tags from title and description for snippet preview.
  • Fix several notices.
  • Improve escaping of values in the bulk editor before saving.

Enhancements

  • New admin icon using SVG, which uses proper color.
  • Introduced a filter for the XML Sitemap base URL, wpseo_sitemaps_base_url
  • Introduced a filter for the JSON+LD output: wpseo_json_ld_search_output
  • For developers: the GitHub version now contains a full Grunt implementation for many actions.

1.6

This update removes more code than it adds, because Google stopped support for rel=author. It adds the new json+ld code for search in sitelinks though, so could have some cool results!

1.5.5.3

Bugfixes

  • Prevent dying on edit post page for new posts / pages without focus keyword.
  • Fix replacement of %%excerpt%% in snippet preview.

1.5.5.2

Bugfixes

  • Fix wrong SEO Analysis value icon, regression from 1.5.5.1

Enhancements

  • Add role specific removal from XML Author sitemap
  • Add option to exclude user from XML Author sitemap on user profile page

1.5.5.1

Bugfixes

  • Fixed a potential error with $canonical not being a string after being filtered.
  • Fixed more bugs with first paragraph keyword detection.
  • Fixed bug in saving new opengraph title and images variables in the social settings.
  • Fixed bug where SEO score incorrectly reported as 'Bad' when no focus keyword set, props smerriman for finding, props Jrf for the fix.
  • Override woo_title() output harder than before to remove need for force rewrite with WooThemes themes.

Enhancements

  • Replace %%parent_title%% variable client side through JS.
  • i18n
  • updated ar, cs_CZ, fr_FR, hr, pl_PL, pt_BR and ru_RU
  • new .pot file based off of the 1.5.5 version

1.5.4.2

Bugfixes

  • Fixed several notices for undefined variables.
  • Properly trim meta description to its desired size again, regression caused in 1.5.4.
  • Fix empty last modified date for term sitemaps in sitemap index.
  • Fix bug where wpseo_sitemap_exclude_empty_terms filter wouldn't work for index sitemap.

Enhancements

  • Improve nonce checking in bulk title & description editor.
  • Prevent direct access to XSL file.
  • Improve code styling to match WordPress code standard even more strictly, props Jrf.
  • Add button to copy home meta description to home OpenGraph description.

1.5.4.1

Bugfixes

  • Properly minified the metabox JS file, fixing snippet preview, props Jrf.
  • Format unix timestamp to string in sitemap, fixes possible fatal error in XML sitemap.

1.5.3.2

Bugfixes

  • Backing out earlier change, as this breaks the snippet preview.
  • Enhancement
  • Reintroduced the 'Strip the category base (usually /category/) from the category URL.' option.

1.5.3.1

Bugfixes

  • Fix regression issue - non-replacement of %%name%% variable as reported in issue #1104 by firstinflight - props Jrf.
  • Fixed an issue where %%category%% was not replaced on certain pages.
  • Added support for %%tag%% even if the ID is empty.
  • All remaining not replaced title vars are now stripped from the title.
  • Added a fallback to post_date in the sitemap 'mod' property for when a post is lacking the post_date_gmt value.

1.5.2.8

Bugfixes

  • Added some missing textdomains.
  • Fixed a license manager request bug.
  • Work-around for fatal error caused by other plugins doing front-end post updates without loading all the required WP files, such as the WP Google Forms plugin - props Jrf.
  • Fixed incorrect link to Issues in CONTRIBUTING.md - props GaryJones.
  • Fixed a fatal error caused by not checking if Google Suggest request reponse is valid - props jeremyfelt.
  • Fixed a screen option bug in bulk edit options - props designerken.
  • Fixed warnings on edit files section - props Jrf.
  • Fixed a warning when post_type is an array - props unr.
  • i18n
  • Updated el_GR, hu_HU, nl_NL and pl_PL

1.5.2.7

Bugfixes

  • Fixed a WordPress Network license bug.
  • i18n
  • Updated el_GR, fa_IR, hu, it_IT, pt_PT, ru_RU, tr_TK and zh_CN
  • Added Malay

1.5.2.5

Bugfixes

  • Fixed: Premium support link was being added to all plugins, not just ours ;-)
  • Only show the breadcrumbs-blog-remove option if user uses page_for_posts as it's not applicable otherwise and can cause confusion.
  • Clean up url query vars after use in our settings page to avoid actions being executed twice - props Jrf.

1.5.2.3

Note: if you already upgraded to v1.5+, you will need to retrieve your Facebook Apps again and please also check your Google+ URL. We had some bugs with both being escaped too aggressively. Sorry about that.

1.5.2.2

Bugfixes

  • Fix for issue with Soliloquy image slider was not applied to minified js file.
  • Fixed some PHP 'undefined index' notices.
  • Fix banner images overlapping text in help tabs.
  • Fixed meta description tag not showing for taxonomy (category/tag/etc) pages as reported in issue #737 and #780 - props Jrf.
  • Prevent a fatal error if wp_remote_get() fails while testing whether the title needs to be force rewritten as reported by homeispv - props Jrf.

Enhancements

1.5.2

Bugfixes

  • If mbstring extension isn't loaded, fatal error was thrown.

1.5

This release contains tons and tons of bugfixes and security improvements. Credits for this release largely go to Juliette Reinders Folmer aka Jrf / jrfnl.

Also a heartfelt thanks go out to the beta testers who tested all the changes. Special mentions for testers Woyto, Bnpositive, Surbma, DavidCH1, TheITJuggler, kletskater who caught a number of bugs and provided us with actionable information to fix these.

This version also incorporates the SEO Extended plugin functionality into WP SEO with graceful thanks to Faison and Scott Offord for their great work on this plugin.

This version contains a lot of changes under the hood which will break backward compatibility, i.e. once you've upgraded, downgrading will break things.So make sure you make a backup of your settings/database before upgrading.

1.4.25

Bugfixes

  • Do not include external URLs in XML sitemap (Issue #528) - props tivnet.
  • Get home_url out of the sitemap loop - props tivnet.
  • Add support for html entities - props julienmeyer.
  • Fixed wrong use of __FILE__.
  • Enhancement
  • WPSEO_FILE now has a 'defined' check.
  • Removed unneeded dirname calls.
  • i18n
  • Updated cs_CZ, de_DE, fr_FR & tr_TK

1.4.23

Bugfixes

  • Fix for serious sitemap issue which caused all pages of a split sitemap to be the same (show the first 1000 urls) - props Jrf.
  • Fixed a bug in the WPSEO tour in WP Network installs
  • clean_permalink 301 redirect issue when using https - props pirategaspard
  • i18n
  • Updated cs_CZ, fa_IR, fr_FR, hu, hu_HU, pl_PL, ru_RU & zh_CN

1.4.22

Bugfixes

  • Reverted change to XML sitemaps stylesheet URL as that was giving issues on multisite installs.
  • Reverted change to XML sitemap loading as we were no longer exposing some variables that other plugins relied upon.
  • Fix bug with author sitemap showing for everyone.
  • Enhancement
  • No longer save empty meta post variables, issue #463. Clean up of DB is coming in future release, if you want to clean your DB now, see that issue for SQL queries.

1.3.4.1

  • Bug in page analysis regex.

1.3.4

  • Fix bug in custom field value retrieval for new drafts.
  • Fix bug in meta box value for checkboxes (only used currently in News extension).
  • Remove redirect added in 1.3.3 as it seems to cause loops on some servers, will investigate later.
  • Add option to filter wpseo_admin_pages so more pages can use WP SEO admin stylesheets.
  • Prevent notice for images without alt tags.
  • Use mb_string when possible.

1.4.21

Bugfixes

  • Fix notice for ICL_LANGUAGE_CODE not being defined.
  • Fix missing function in install by adding a require.

1.3.3

  • Properly $wpdb->prepare all queries that need preparing.
  • Fix wrong escaping in admin pointers.
  • Make %%currentdate%% and %%currenttime%% variables respect WP date format settings.
  • Add %%currentday%% format.
  • Force remove Jetpack OpenGraph.
  • Fix the weird addition of noindex, nofollow on URLs with ?replytocom that was added in 3.5.
  • Force XML sitemap to be displayed on the proper domain URL, so XSLT works.

1.3.2

  • Updated wordpress-seo.pot
  • Updated Turkish (tr_TR) filename.
  • Updated Spanish (es_ES) translation.
  • Fixed bug where non-admin users couldn't save their profile updates.
  • Fixed bug with the same OpenGraph image appearing multiple times.
  • Fixed bug that would prevent import and export of plugin settings.
  • Try to do a redirect back after saving settings.
  • Properly allow for attachment pages in XML sitemaps, default them to off.
  • Fixed annoying bug where checkboxes wouldn't display as "checked" even when the value was set to true.
  • Show post type name and taxonomy name (as opposed to label) next to labels in XML sitemap settings to more easily identify post types and taxonomies.
  • Switch tracking to a daily cronjob instead of an admin process to prevent tracking from slowing down admin interface.
  • Focus keyword detection now properly works for diacritical focus keywords as well.
  • Properly apply filters to meta desc and titles in admin grid.
  • Properly detect new versions of Facebook plugin too.
  • Allow changing of the number of posts per XML sitemap, to prevent memory issues on certain installs.

1.4.18

  • Unhooking 'shutdown' (part of the NGG fix in 1.4.16) caused caching plugins to break, fixed while preserving NGG fix.
  • These changes were pushed in later but were deemed not important enough to force an update:
  • Updated newsletter subscription form to reflect new newsletter system.
  • Documentation
  • Updated readme.txt to reflect support changes.
  • Moved old sections of changelog to external file.
  • i18n
  • Updated pt_PT

1.4.17

  • Missed a line in the commit of the option to stop stop words cleaning.

1.4.16

  • Fix for compatibility with NextGen Gallery.

Enhancements

  • Add option to enable slug stop word cleaning, find it under SEO -> Permalinks. It's on by default.
  • Remove tracking variables from the Yoast Tracking that weren't used.
  • i18n
  • Updated de_DE, fa_IR, fi, hu_HU, it_IT, pl_PL, sv_SE and tr_TK

1.4.15

Bugfixes

  • Fix the white XML sitemap errors caused by non-working XSL.
  • Fixed the errors in content analysis reporting an H2 was not found when it was really there.
  • Fix slug stopwords removal, props amm350.
  • Fix PHP Notice logged when site has capabilities created without 3rd value in args array, props mbijon.
  • Fix the fact that meta description template for archive pages didn't work, props MarcQueralt.
  • Prevent wrong shortcodes (that echo instead of return) from causing erroneous output.
  • Fix edge cases issue for keyword in first paragraph test not working.
  • Revert change in 1.4.14 that did a do_shortcode while in the head to retrieve images from posts, as too many plugins crash then, instead added wpseo_pre_analysis_post_content filter there as well.

1.4.12

Bugfixes

  • Submit button displays again on Titles & Metas page.
  • SEO Title now calculates length correctly.
  • Force rewrite titles should no longer reset wrongly on update.

1.4.11

  • i18n
  • Updated de_DE, ru_RU, zh_CN.

Bugfixes

  • Make rel="publisher" markup appear on every page.
  • Prevent empty property='article:publisher' markup from being output .
  • Fixed twitter:description tag should only appears if OpenGraph is inactive.
  • og:description will default to get_the_excerpt when meta description is blank (similar to how twitter:description works).
  • Fixes only 25 tags (and other taxonomy) are being indexed in taxonomy sitemaps.
  • Fix lastmod dates for taxonomies in XML sitemap index file.

Enhancements

  • Changed Social Admin section to have a tab-layout.
  • Moved Google+ section from Homepage tab of Titles & Metas to Social tab.
  • Make twitter:domain use WordPress site name instead of domain name.
  • Added more output filters in the Twitter class.

1.4.10

  • Fixes
  • Caching was disabled in certain cases, this update fixes that.

Enhancements

  • Added option to disable author sitemap.
  • If author pages are disabled, author sitemaps are now automatically disabled.

1.4.7

  • Properly fix security bug that should've been fixed in 1.4.5.
  • Move from using several $options arrays in the frontend to 1 class wide option.
  • Instead of firing all plugin options as function within head function, attach them to wpseo_head action, allowing easier filtering and changing.
  • Where possible, use larger images for Facebook Opengraph.
  • Add several filters and actions around social settings.

1.4.6

  • Fix a possible fatal error in tracking.

1.4.5

  • Bug fixes:
  • Fix security issue which allowed any user to reset settings.
  • Allow saving of SEO metadata for attachments.
  • Set the max-width of the snippet preview to 520px to look more like Google search results, while still allowing it to work on lower resolutions.

Enhancements

  • Remove the shortlink http header when the hide shortlink checkbox is checked.
  • Added a check on focus keyword in the page analysis functionality, checking whether a focus keyword has already been used before.
  • Update how the tracking class calculates users to improve speed.

1.4.4

  • Fix changelog for 1.4.3

Bugfixes

  • Fix activation bug.
  • i18n
  • Updated es_ES, id_ID, he_IL.