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.
3.7.1 - 2024-10-22
- Parse error with Fluid 4 and TYPO3 v13 (#124)
3.7.0 - 2024-09-19
- schema.org definition to version 28.0
3.6.1 - 2024-08-18
- FAQ page type in automatic breadcrumb raises error in Rich Snippet Tool (#121)
3.6.0 - 2024-07-23
- schema.org definition to version 27.02
3.5.0 - 2024-05-20
- schema.org definition to version 27.0
3.4.1 - 2024-05-03
- Undefined array key "addRootLineFields" in TYPO3 v13.2
3.4.0 - 2024-02-16
- schema.org definition to version 26.0
3.3.0 - 2024-02-04
- schema.org definition to version 25.0
3.2.0 - 2024-01-30
- Compatibility with TYPO3 v13
3.1.0 - 2024-01-10
- Picture formats avif and webp are recognized as image in Admin Panel
- Link to new Google manuals for various types in Admin Panel
- schema.org definition to version 24.0
3.0.0 - 2023-10-23
- Method TypeFactory->create() which should be used instead of TypeFactory::createType()
- Type model classes need to be marked with the "Type" attribute (#107)
- Type view helpers need to specify a
$type
property
- Links to Google manuals
- TypeFactory::createType(), instead inject TypeFactory via DI and call create() method (#83)
- Compatibility with TYPO3 v10 (#73)
- Compatibility with PHP 7.4 and PHP 8.0
- Interface WebPageElementTypeInterface for marking web page element types
2.11.0 - 2023-10-19
- schema.org definition to version 23.0
2.10.0 - 2023-07-21
- schema.org definition to version 22.0
2.9.1 - 2023-06-06
- Custom page cache tags for schema page cache not considered (#115)
2.9.0 - 2023-06-02
- schema.org definition to version 21.0
- Hidden pages were referenced in automatic generated breadcrumb (#114)
- Disabled pages in menu were referenced in automatic generated breadcrumb
2.8.0 - 2023-05-22
- schema.org definition to version 19.0
2.7.2 - 2023-04-26
- Deprecation notice for items configuration in TCA select field in TYPO3 v12
2.7.1 - 2023-02-24
- Avoid error when SchemaManager is called via view helpers in backend context (#108)
2.7.0 - 2023-02-14
- Configuration option to allow only one breadcrumb list (#104)
2.6.4 - 2023-01-05
- Avoid deprecation in admin panel for PHP 8.2
2.6.3 - 2022-12-09
- "Cannot call constructor" error in admin panel with TYPO3 v12.1 (#103)
2.6.2 - 2022-11-15
- "CacheManager can not be injected" error in custom functional tests when using typo3/testing-framework (#102)
2.6.1 - 2022-10-28
- Rich Snippet Tool interprets FAQPage in breadcrumb wrong (#101)
2.6.0 - 2022-10-04
- Compatibility with TYPO3 v12 (#99)
2.5.2 - 2022-09-02
- Property with only @id as value not displayed in AdminPanel (#98)
2.5.1 - 2022-06-13
- Properly escape content
2.5.0 - 2022-05-18
- Assign multiple values to one property via TypoScript
- Usage of stdWrap in combination with a string property value in TypoScript configuration
2.4.0 - 2022-03-28
- schema.org definition to version 14.0
2.3.0 - 2022-02-28
- Configuration option to exclude custom doktypes when automatically generating the breadcrumb (#84)
- Content Object (cObject)
SCHEMA
to add types via TypoScript (#88) Thanks to Daniel Siepmann
2.2.2 - 2022-01-02
- Empty property values in Admin Panel for multiple types
2.2.1 - 2021-11-20
- Error in Admin Panel when a property has a URL as value without path
2.2.0 - 2021-11-17
- Prioritisation of main entities (#77)
2.1.0 - 2021-10-19
- List of available schema.org types in Configuration module (only TYPO3 v11+) (#74)
- Type error in PaddingViewHelper with activated Admin Panel (#76)
2.0.2 - 2021-09-15
- Display field "Type of web page" in page properties for noindex pages
2.0.1 - 2021-08-09
- Avoid error in Rich Result Test when validating JSON-LD via Admin Panel
2.0.0 - 2021-08-01
- Node identifier and blank node identifier (#65, #67)
- Multiple types for a node (#64, #68)
- Context moved from http://schema.org to https://schema.org/ (#58)
- By default, markup is added to noindex pages, a configuration setting is available for deactivation (#60)
- Custom doktypes greater than 199 are rendered in breadcrumb list
- Compatibility with TYPO3 v9 LTS (#41)
- Compatibility with PHP 7.2 and PHP 7.3 (#42)
- The PSR-14 event and signal for (de)activating the embedding of markup are removed (#60)
- Signal/slots in favour of PSR-14 events (#43)
- Deprecated methods AbstractType->isEmpty() and SchemaManager->setMainEntityOfWebPage() (#44)
- Deprecated class TypesProvider (#44)
1.13.2 - 2022-10-28
- Rich Snippet Tool interprets FAQPage in breadcrumb wrong (#101)
1.13.1 - 2022-06-13
- Properly escape content
1.13.0 - 2022-03-28
- schema.org definition to version 14.0
1.12.1 - 2021-08-09
- Avoid error in Rich Result Test when validating JSON-LD via Admin Panel
1.12.0 - 2021-07-07
- schema.org definition to version 13.0
- Move from Structured Data Testing Tool to Schema Markup Validator in Admin Panel (#66)
- PHP 8.0 issues
- Link images with extension in uppercase in Admin Panel (#69)
- Ignore an empty array for a property value when rendering JSON-LD
1.11.1 - 2021-04-06
- Add missing properties for types Pharmacy and Physician
- Allow value "0" in PropertyViewHelper
1.11.0 - 2021-03-10
- schema.org definition to version 12.0 (#3)
1.10.0 - 2020-12-28
- Compatibility with TYPO3 v11
- schema.org 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.org 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.org 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.org 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.org 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