3.0.0
Added:
- Method
TypeFactory->create()
(which should be used instead ofTypeFactory::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 injectTypeFactory
via DI and callcreate()
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.