Skip to content

9.0.1

Compare
Choose a tag to compare
@RinyVT RinyVT released this 05 Jul 12:54
· 24 commits to main since this release

Fixed

  • Content Security Policy issues in CMS12 by adding extra parameter within BackendYoastConfig and removing unnecessary inline code within FocusKeywordAnalysis.html
  • Removed loading of extended-list-widget.min.css within PageOverviewWidget
  • doctrine/dbal 2.10 support by adding DbalService which checks for the TYPO3 major version, if 10 then use the old fetch methods
  • Loading state of internal linking suggestions when the bodytext is empty (e.g. new content element)
  • Avoid exceptions because of broken showitem tt_content types (thanks to @kaystrobach)
  • PHP warnings within several Form classes due to non-existing doktype index within databaseRow array (thanks to @kaystrobach)
  • Favicons with relative urls or urls with a port (thanks to @brotkrueml)
  • Caught InvalidArgumentException within BreadcrumbStructuredDataProvider when the current site language does not exist