Releases: Yoast/wordpress-seo
11.2-RC2
Changes compared to 11.2-RC1:
- Reduces the javascript bundle size.
- Fixes a bug where FAQ output was not shown on the frontend.
11.1.1
= 11.1.1 =
Release Date: May 6th, 2019
Bugfixes:
- Fixes a bug where an empty width and height would be outputted in the image schema when there was no retrievable width and height.
- Fixes a bug where using the
$context
argument in the deprecatedwpseo_json_ld_output
filter would result in a fatal error when using PHP 7.1 or higher.
Other:
- Adds a notification to explain why users’ Google Search Console reports are no longer showing any entries. Read more about the reasons behind this.
- Removes the Google Search Console step from the configuration wizard.
11.1.1-RC1
= 11.1.1 =
Release Date: May 6th, 2019
Bugfixes:
- Fixes a bug where an empty width and height would be outputted in the image schema when there was no retrievable width and height.
Other
- Adds a notification to explain why users’ Google Search Console reports are no longer showing any entries. Read more about the reasons behind this.
- Removes the Google Search Console step from the configuration wizard.
11.2-RC1
= 11.2.0 =
Release Date: May 14th, 2019
Enhancements:
- Introduces a fallback to the first image in the content for the schema output when no featured image has been set.
- Stitches the Schema output from the HowTo and FAQ structured data blocks into the main graph.
- Adds a
wpseo_schema_person_social_profiles
filter to allow filtering in/out extra social profiles to show. - Adds a
wpseo_schema_needs_<class_name>
filter that allows filtering graph pieces in or out. - Adds a
wpseo_sitemap_post_statuses
filter to add posts with custom post statuses to the sitemap. Props to stodorovic and tolnem. - Adds a custom overlay color to the snippet preview modal.
- Adds the correct focus style to the Configuration Wizard navigation buttons.
- Props to @ramiy for making translating the plugin easier by merging near identical strings.
Bugfixes:
- Fixes a bug where the URL to Pinterest's claim page was incorrect. Props @ramiy.
- Fixes a bug where notifications about incompatibility would be thrown for inactive add-ons.
- Fixes a bug where URLs with a non-Yoast SEO related xsl query string parameter would result in a blank page. Props @stodorovic and @yiska.
Other:
- Removes the
add_opengraph_namespace
filter because the OGP.me HTML namespace is not used anymore. - Decouples the sitemap debug information from the general
WP_DEBUG
development flag and introduces theYOAST_SEO_DEBUG_SITEMAPS
flag to better control this functionality.
11.1
Enhancements
- Improves how we generate the image parts for the Schema output. Read more about the ImageObject output.
- Adds
filesize
to whitelisted properties on$image
. Props to cmmarslender. - Optimizes the code to avoid an unnecessary DB query to remove notifications storage when it's already empty. Props to rmc47.
- Improves the breadcrumbs accessibility by adding
aria-current
to the active item.
Bugfixes
- Fixes a bug where the position of the buttons in the FAQ and How-To structured data blocks was compromised when running the development build of Gutenberg.
- Fixed a bug where social profile settings would be empty because it was relying on the user choosing whether the site represents a company or a person.
11.1-RC8
Changes compared to 11.1-RC3:
- Fixes a bug where the screenreader texts would be visible in the media modal opened in step 3 of the configuration wizard.
This RC is called RC8 for consistency between wordpress-seo and wordpress-seo-premium.
11.1-RC3
Changes compared to 11.1-RC1:
Bugfixes:
- Fixes a console error due to incorrect PropTypes in the WordPressUserSelector component.
- Fixes a bug where no site entity would be set when the user hadn't chosen 'Organization' or 'Person' before.
- Fixes a bug where the English language, and other languages, were not counted as being fully supported for the readability analysis.
Free has no 11.1-RC2, but Premium has. For consistency, I chose to create an 11.1-RC3 for both.
11.1-RC1
Enhancements:
- Improves how we generate the image parts for the Schema output. Read more about the ImageObject output.
- Adds 'filesize' to whitelisted properties on '$image'. Props to cmmarslender.
- Optimizes the code to avoid an unnecessary DB query to remove notifications storage when it's already empty. Props to rmc47.
- Improves the breadcrumbs accessibility by adding
aria-current
to the active item. - Improves the recognition of German keyphrases that include words with an
i
ore
in between vowels (e.g.,schrieen
,schreien
,speie
). - Improves recognition of German 3rd person singular verb forms (e.g., “arbeitet”).
Bugfixes:
- Fixes a bug where the position of the buttons in the FAQ and How-To structured data blocks was compromised when running the development build of Gutenberg.
- Fixes a bug where the social profile settings page would be empty when no had been chosen.
11.0
We've made huge changes to the schema.org markup we output, adding multiple different types of Schema. Be sure to check our posts on yoast.com about this release!
Enhancements
- Schema changes:
- Adds
Person
markup for author pages. - Adds
WebPage
markup for all pages. - Adds
Article
markup for posts, withPerson
markup for the author. - Changes the ‘Organization or Person’ section of the Knowledge graph settings to allow selecting an author that is the ‘Person’ that the website represents.
- Adds
- Adds MySpace, SoundCloud, Tumblr and YouTube URL input fields to people’s profiles.
Bugfixes
- Fixes an issue where the metabox would not display on term edit pages when running the development build of Gutenberg.
11.0-RC4
This is a release contains a selection of cherry-picked commits. This means not all changes from the previous RCs are included here.
Enhancements:
- Changes the schema to output in one big Graph.
- Adds Person markup for author pages.
- Adds WebPage markup for all pages.
- Adds Article markup for posts, with Person markup for the author.
- Adds MySpace, SoundCloud, Tumblr and YouTube URL input fields to people’s profiles.
- Changes the ‘Organization or Person’ section of the Knowledge graph settings to allow selecting an author that is the ‘Person’.
Bugfixes:
- Fixes an issue where the metabox would not display on term edit pages when running the development build of Gutenberg.