Releases: brotkrueml/schema
Releases · brotkrueml/schema
Release 1.1.0
- Compatibility with TYPO3 10.0
- Set classes as final and adjust visibility of methods (where appropriate)
First stable release
- API and view helpers for adding schema.org terms to a TYPO3 web site
- View helper for adding breadcrumb markup to a TYPO3 web site
- Possibility to select the web page type in the page properties
- Easy definition of the primary content (mainEntity) of a web page
- Comprehensive documentation
Some fixes, improved documentation
- [BUGFIX] Allow null setting as property value
- [BUGFIX] Do not output a property with an empty string
- [TASK] Rename method getProperties() to getPropertyNames() in AbstractType class
- [DOCUMENTATION] Streamlined documentation
Bugfix for breadcrumb view helper
- Check, if breadcrumb item's "data" key is an array
Possibility to overwrite web page type in another language
- Possibility to overwrite web page type in another language
mainEntity of a WebPage
- #14 mainEntity of a WebPage can be defined separately
- Add conflict with extension brotkrueml/sdbreadcrumb
Documentation / Some minor changes
- #9 Finished the initial documentation
- Allow all numeric values as property value for a type
- Remove name and description properties in the automatic generation of a WebPage
- Update schema definition to version 3.8 (no changes to types and properties)
Enhance AbstractType
Breadcrumb handling and multiple assignment of properties in view helper
Bugfix: Multiple sub types in view helper possible
- Bug #7: Assigning multiple sub types in Fluid throws error