Releases: Yoast/Yoast-SEO-for-Neos
1.4.0
1.3.1
1.3.0
What's Changed
- FEATURE: Configurable default edit preview mode by @bwaidelich in #74
- TASK: Add Codeblocks to README by @crydotsnake in #72
- TASK: Update dependencies by @Sebobo in #82
- TASK: Dropped support for Neos 4.x by @Sebobo
- BUGFIX: Ignore noscript tags in parsed document by @Sebobo - See #83
- BUGFIX: Prevent JS translation loading error for English default by @Sebobo - See #84
- BUGFIX: Prevent creation of empty paragraphs during analysis in worker by @Sebobo - See #81
New Contributors
- @crydotsnake made their first contribution in #72
- @bwaidelich made their first contribution in #74
Full Changelog: 1.2.0...1.3.0
1.2.0
FEATURE: Show facebook and twitter previews in editmode view and split analysis into tabs
BUGFIX: Remove nodedata script tags from preview content
BUGFIX: Prevent multiple h1 warning with single h1
BUGFIX: encode url to add support for multiple dimensions - thx @andrehoffmann30
BUGFIX: Social media preview fails with multiple dimensions - thx @daniellienert
BUGFIX: Only modify titleOverride
property when editing SEO Title
TASK: Update Yoast library to 1.82.0
TASK: Replace deprecated aloha config with editorOptions - thx @florianklueckmann
TASK: Huge refactoring of
TASK: Update translations
NOTE: This will be the last feature release to support Neos 4.3. The release includes the necessary preparations for a full integration into the Neos Ui which will be part of 2.0.0 and will require Neos 5.3 or later.
1.1.2
TASK: Toggle analysis groups when clicking header
TASK: Update translations
TASK: Update yoastseo to 0.13.0
TASK: Remove unnecessary redirect for preview request
BUGFIX: Show error message when previews rendering fails
BUGFIX: Prevent 404 error in preview for Neos 5.x
BUGFIX: Hide Neos.Ui 5.x validation errors in Yoast view
1.1.0
Compatibility with Neos 5.0 and usage of yoastseo 1.59.0
1.0.0
1.0.0-beta3
This third beta adapts mainly the layout of the snippet editor view to the latest Yoast for Wordpress version. You can find the related blog article here: https://yoast.com/yoast-seo-11-5/
- Updated Yoast libraries to latest version
- Updated translations to latest version
- Changed layout for snippet editor view
- Moved keyphrase editor above snippet editor
1.0.0-beta2
This second beta includes 2 technical changes that shouldn't affect you when it worked fine for you before.
- Rendering the SEO preview mode is now more resilient when the Neos.Neos:Page prototype body rendering is overridden in a project.
This means the preview mode will now reset the rendering and use its own method, instead of extending the default Neos rendering. A nice side effect was that the rendering now actually uses less code.
- Started using new split javascript packages from Yoast.
Previously this package used Yoast components to render the SEO preview mode and Yoast.js for the analyzer. As those libraries are slowly split into more manageable smaller libraries, we also started to adapt to that.
When the process is finished and the big libraries are not needed anymore, this should also lead to a smaller footprint of the javascript plugin loaded in the Neos backend.
1.0.0-beta
First release for testing before 1.0.
Contains no further changes than the namespace adaptions for Yoast.