All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Schema definition to version 12.0 (#3)
1.10.0 - 2020-12-28
- Compatibility with TYPO3 v11
- Schema definition to version 11.01 (#3)
- Raise minimum required version to TYPO3 9.5.16
1.9.0 - 2020-09-08
- Button in Admin Panel to verify structured data in Rich Result Test
- Schema definition to version 10.0 (#3)
1.8.0 - 2020-07-08
- Display schema markup of a page in the Admin Panel (#49)
1.7.2 - 2020-06-14
- Remove usage of PHP 8.0 functions, as polyfill is not available in classic installation
1.7.1 - 2020-05-26
- Generate types in view helpers inside "for" loop correctly (#52)
1.7.0 - 2020-04-22
- Possibility to register additional schema types (#38)
- Introduce a TypeInterface for type models implementations
- Introduce a TypeFactory for creating type models (#48)
- Schema definition to version 7.04 (#3)
- Decouple rendering of JSON-LD from AbstractType and SchemaManager
- Move decision about embedding markup into event listener
- Support only TYPO3 LTS versions
- TypesProvider in favour of TypeRegistry (which now is a singleton)
- AbstractType->isEmpty()
1.6.0 - 2020-03-09
- Possibility to register additional type properties (#36)
- Allow boolean property values which are mapped to http://schema.org/True / http://schema.org/False (#37)
- Add translations from Crowdin
- Adapt properties management in type models
1.5.2 - 2020-02-09
- Correct sorting of rootline during automatic breadcrumb generation (#32)
1.5.1 - 2020-01-30
- Remove doubled base URL in id of list item in BreadcrumbViewHelper (#31)
1.5.0 - 2020-01-22
- Add Signal/PSR-14 event to decide about embedding of markup (#29)
- Schema definition to version 6.0 (#3)
1.4.2 - 2019-12-13
- Remove middlewares in favour of aspects
- Markup is not lost anymore when non-cached plugin on page (#27)
- Don't show special doktypes in BreadcrumbList (#28)
1.4.1 - 2019-12-01
- Handle multiple items in mainEntity as array defined in WebPage correctly (#25)
- SchemaManager->setMainEntityOfWebPage() in favour of SchemaManager->addMainEntityOfWebPage() (#25)
1.4.0 - 2019-11-23
- Multiple items in mainEntity of a WebPage (#25)
- Schema definition to version 5.0 (#3)
1.3.1 - 2019-11-04
- Use Dependency Injection for TYPO3 v10 with fallback for v9
- Type value of 0.00 is not rendered when used in view helper (#23)
1.3.0 - 2019-09-28
- Configuration option for automatic embedding of a breadcrumb in pages (#20)
- Choice where to place markup: head or body section (#21)
- API for retrieving lists of types (#19)
1.2.0 - 2019-09-03
- Don't embed schema markup when page should not be indexed by search engines (#18)
- Use @graph when multiple types on root level (#17)
- Use interface to identify a WebPage type model
1.1.0 - 2019-07-27
- Support for TYPO3 10.0
- Set classes as final (where appropriate), adjust visibility of properties
1.0.0 - 2019-07-11
First stable release
- Hint in documentation to XSD schema of view helpers
0.9.0 - 2019-07-10
- Rename method getProperties() to getPropertyNames() in AbstractType class
- Allow null as property value (this is also the default value after instantiation of a type model)
- Do not render a property with an empty string
0.8.1 - 2019-07-09
- Check, if given breadcrumb item is an array in BreadcrumbViewHelper
0.8.0 - 2019-07-09
- Add possibility to overwrite web page type in another language
0.7.0 - 2019-07-08
- The mainEntity property can be set via the SchemaManager or the type view helpers (#14)
- Add conflict with extension brotkrueml/sdbreadcrumb
- Type with only empty properties should be rendered (#15)
0.6.0 - 2019-07-04
- Allow all numeric values as property value
- Initial documentation in reST format (#9)
0.5.0 - 2019-07-03
- Add method for setting different properties at once for a type (#12)
- Check if at least one property of a type is filled (#13)
- Mark some methods as internal
0.4.0 - 2019-06-30
- BreadcrumbLists can be handled by SchemaManager (#2)
- Possibility to assign the same property multiple times in a view helper (#8)
0.3.0 - 2019-06-29
- Assigning multiple sub types in Fluid throwed error (#7)
0.2.0 - 2019-06-28
- Specific type of WebPage can be selected in page properties (#1)
0.1.0 - 2019-06-25
Initial release
- API for adding schema.org vocabulary to a website
- View helpers for usage in Fluid templates