Skip to content

Releases: brotkrueml/schema

3.5.0

20 May 16:23
04aa7c4
Compare
Choose a tag to compare

Updated:

  • schema.org definition to version 27.0

3.4.1

03 May 07:28
283537f
Compare
Choose a tag to compare

Fixed:

  • Undefined array key "addRootLineFields" in TYPO3 v13.2

3.4.0

16 Feb 17:35
79f9910
Compare
Choose a tag to compare

Updated:

  • schema.org definition to version 26.0

3.3.0

04 Feb 11:00
3e97862
Compare
Choose a tag to compare

Updated:

  • schema.org definition to version 25.0

3.2.0

30 Jan 17:33
1b087f9
Compare
Choose a tag to compare

Added:

  • Compatibility with TYPO3 v13

3.1.0

10 Jan 18:13
f1f9974
Compare
Choose a tag to compare

Added:

  • Picture formats avif and webp are recognized as image in Admin Panel
  • Link to new Google manuals for various types in Admin Panel

Updated:

  • schema.org definition to version 24.0

3.0.0

23 Oct 15:36
880f092
Compare
Choose a tag to compare

Added:

  • Method TypeFactory->create() (which should be used instead of TypeFactory::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 inject TypeFactory via DI and call create() 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

19 Oct 17:30
0fc45ed
Compare
Choose a tag to compare

Updated:

  • schema.org definition to version 23.0

2.10.0

21 Jul 12:09
3f070ba
Compare
Choose a tag to compare

Updated:

  • Schema definition to version 22.0

2.9.1

06 Jun 15:43
04c4c95
Compare
Choose a tag to compare

Fixed:

  • Custom page cache tags for schema page cache not considered (#115)