Skip to content

Releases: Yoast/Yoast-SEO-for-TYPO3

7.1.0

23 Dec 14:01
46e9dfd
Compare
Choose a tag to compare

This update contains both new (non-breaking) features as well as bugfixes.

v7.0.7

10 Dec 07:05
b736181
Compare
Choose a tag to compare

Changed

  • Remove access check when generating preview URL

v7.0.6

20 Nov 12:31
Compare
Choose a tag to compare

Fixed

  • The script adding additional information for the preview now checks if the getWebsiteTitle method exists before calling it. This prevents errors in TYPO3 v9 as this method is not availalbe there.

v7.0.5

17 Nov 06:57
Compare
Choose a tag to compare

Fixed

  • Cast value of cookie to a string to prevent errors in log

v7.0.4

16 Nov 15:51
Compare
Choose a tag to compare

Fixed

  • Make sure both strings and integers can be used when setting allowed doktypes
  • Use the site title of the site configuration when this property is set.
  • Removed usage of $_EXTKEY in ext_tables.php to prevent other extensions to crash.

Changed

  • Changed the link to TypoScript file in documentation
  • The JSON-LD tag will only be rendered when structured data is available

v7.0.3

21 Sep 10:59
Compare
Choose a tag to compare

Fixed

  • Make sure the path to the backend CSS is always available to show a modal. This should fix the problem of a not being able to edit a content element after updating to 7.0.2

v7.0.2

18 Sep 11:37
Compare
Choose a tag to compare

Fixed

  • Removed hardcoded links to typo3conf/ext folder
  • Fixed fontsize of text width measurement to ensure we get same calculations as in the WordPress plugin of Yoast SEO

v7.0.1

07 Sep 13:16
Compare
Choose a tag to compare

Changed

  • Added a placeholder to seo_title field to show the user what the value will be if no specific SEO title is set
  • Removed negative margin to avoid issues with other plugins
  • Updated dependencies

Fixed

  • When changing tabs in the page properties, tje preview keeps working

v7.0.0

10 Aug 12:26
d5e64df
Compare
Choose a tag to compare

Breaking changes

  • We removed the possibility to set the doktypes that needs to be analysed from within TypoScript. The doktypes are needed during the TCA setup and by using TypoScript some installations did crash when no database connection was already in place. The feature was never documented but it was possible so this is marked as a breaking change. Please set your allowed doktypes in your ext_localconf.php as described in the documentation.

Added

  • A DDEV setup is now included in the repository to make it easy to contribute to this project and check the results in TYPO3 v8, 9 and 10. We added some information in the documentation as well.
  • To be able to alter the URL that should be analysed, we introduced a hook after the link is generated. With this hook, you have the possibility to add your own logic to determine which URL to analyse. More information can be found in the documentation.

Changed

  • There was a library included which was not used anymore so we removed the dependency to the nimut/testing-framework package.
  • Moved from Travis to GitHub actions for the CI process

Fixed

  • Removed include of empty TypoScript file which caused errors in TypoScript Object Manager when installed in non-composer-mode.
  • Add missing return true to executeUpdate function in CanonicalFieldUpdate.php.
  • The canonical and title fields are now rendered correctly in frontend again in TYPO3 v8
  • Removed wrong information about usage of EXT:realurl in the documentation
  • Fixed issue in output of structured data that caused warnings when more inline javascript was added to the frontend.
  • The canonical link in TYPO3 v8 is now checking the right GET parameters while building the canonical

v6.0.1

22 Apr 18:50
Compare
Choose a tag to compare

Fixed

  • We fixed the error in the Upgrade Wizard in CMS 9 and 10.