Skip to content

Releases: Yoast/Yoast-SEO-for-Neos

1.4.0

22 Sep 15:34
a74bc20
Compare
Choose a tag to compare

What's Changed

  • TASK: Remove unnecessary cornerstone default value by @Sebobo in #96
  • BUGFIX: Neos 8.3 compatibility for edit snippet mode

Full Changelog: 1.3.1...1.4.0

1.3.1

24 Jan 08:21
Compare
Choose a tag to compare

What's Changed

  • TASK: Remove dependency on plow-js by @grebaldi in #92
  • BUGFIX: Display placeholder for focus keyphrase correctly in inspector

New Contributors

Full Changelog: 1.3.0...1.3.1

1.3.0

25 Oct 10:11
Compare
Choose a tag to compare

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

Full Changelog: 1.2.0...1.3.0

1.2.0

07 May 10:52
dbb49e5
Compare
Choose a tag to compare

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.

Changes since 1.1.2

Yoast-Seo-for-Neos-1-2-0

1.1.2

09 Apr 07:28
8dca18b
Compare
Choose a tag to compare

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

Changes since 1.1.1

1.1.0

16 Sep 13:00
e219bad
Compare
Choose a tag to compare

Compatibility with Neos 5.0 and usage of yoastseo 1.59.0

Changes since 1.0.0

1.0.0

30 Jul 09:14
Compare
Choose a tag to compare

The first stable release!

This is basically the same as beta 3 but with a bugfix to install the package with Neos 3.3.

1.0.0-beta3

25 Jun 20:38
3ba3a4a
Compare
Choose a tag to compare

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

Changes since the second beta

1.0.0-beta2

10 Jun 15:29
a567f89
Compare
Choose a tag to compare

This second beta includes 2 technical changes that shouldn't affect you when it worked fine for you before.

  1. 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.

  1. 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.

Changes since the first beta

1.0.0-beta

06 Jun 08:18
fad3182
Compare
Choose a tag to compare

First release for testing before 1.0.

Contains no further changes than the namespace adaptions for Yoast.