Releases: brotkrueml/schema
Releases · brotkrueml/schema
4.0.0-beta2
Fixed:
- Type attribute with named argument throws warning (#141)
3.13.2
4.0.0-beta1
Changed:
- Type declarations added to
TypeInterface
(#129) - schema.org enumerations marked as stable
Fixed:
- Admin panel shows no markup when loading a page with Shift+Reload (#132)
Removed:
- Compatibility with TYPO3 v11 (#100)
- Compatibility with TYPO3 v12 (#119)
- Deprecated method
TypeFactory::createType()
(#116) - Types and view helpers representing enumerations (#126)
- Properties moved from core vocabulary to pending (#120)
- Deprecated PSR-14 event
RegisterAdditionalTypePropertiesEvent
(#130) - Manual instantiation of type model classes
- Extension setting "Embed markup in the body section", the markup is now always embedded into the body section
See also the migration chapter in the documentation: https://docs.typo3.org/p/brotkrueml/schema/main/en-us/Migration/Index.html
3.13.1
3.13.0
Updated:
- schema.org definition to version 29.2
3.12.2
Fixed:
- Example in the docs for adding a type
3.12.1
3.12.0
Added:
- Multiple documentation links for same publisher for a type in admin panel
3.11.1
3.11.0
Added:
- Link to new Google manuals for product-related types in Admin Panel
Updated:
- schema.org definition to version 29.0
Changed:
- RenderAdditionalTypesEvent is part of the API now (#135)
Deprecated:
- Manual instantiation of a type model classes - use the
TypeFactory
instead. A deprecation log entry is written with more information
Fixed:
- Missing pending properties for some types (#133)