Skip to content

3.0.0

Compare
Choose a tag to compare
@brotkrueml brotkrueml released this 23 Oct 15:36
· 47 commits to main since this release
880f092

Added:

  • Method TypeFactory->create() (which should be used instead of TypeFactory::createType())

Changed:

  • Type model classes need to be marked with the Type attribute (#107)
  • Type view helpers need to specify a $type property

Updated:

  • Links to Google manuals

Deprecated:

  • TypeFactory::createType(), instead inject TypeFactory via DI and call create() method (#83)

Removed:

  • Compatibility with TYPO3 v10 (#73)
  • Compatibility with PHP 7.4 and PHP 8.0
  • Interface WebPageElementTypeInterface for marking web page element types

Please also check the Migration section in the documentation.