Releases: brotkrueml/schema
Releases · brotkrueml/schema
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.
2.11.0
Updated:
- schema.org definition to version 23.0
2.10.0
Updated:
- Schema definition to version 22.0
2.9.1
2.9.0
2.8.0
Updated:
- Schema definition to version 19.0
2.7.2
Fixed:
- Deprecation notice for items configuration in TCA select field in TYPO3 v12
2.7.1
2.7.0
2.6.4
Fixed:
- Avoid deprecation in admin panel for PHP 8.2