Skip to content

Releases: brotkrueml/schema

4.2.2

27 May 18:50
a5ee7d6

Choose a tag to compare

Fixed:

  • Deprecation about ext_emconf.php in classic mode with TYPO3 v14
  • AdditionalPropertiesProvider instantiates all tagged classes on every service construction (#156, #157) - thanks to @wazum

4.2.1

17 Mar 17:11
f6cf7b8

Choose a tag to compare

Fixed:

  • Node identifiers are not rendered correctly in PropertyViewHelper with TYPO3 v14 (#153)

4.2.0

09 Dec 20:02
d3cf944

Choose a tag to compare

Added:

  • PSR-14 event IsMarkupToBeInjectedEvent to exclude markup on a page (#142)

Updated:

  • schema.org definition to version 29.4

3.15.0

09 Dec 19:53
8a1ffeb

Choose a tag to compare

Updated:

  • schema.org definition to version 29.4

4.1.1

02 Dec 17:56
e8e91bb

Choose a tag to compare

Fixed:

  • Match composer description with TYPO3 v14 title handling (#147)
  • Version constraint for TYPO3 v14 in composer.json file

4.1.0

25 Nov 17:53
116bd98

Choose a tag to compare

Added:

  • Compatibility with TYPO3 v14

4.0.1

10 Sep 16:05
3f27c80

Choose a tag to compare

Fixed:

  • automaticBreadcrumbSchemaGeneration outputs breadcrumbs in wrong order (#146)
  • Double masking of special chars of types in admin panel

3.14.2

10 Sep 16:01
3885ea4

Choose a tag to compare

Fixed:

  • Double masking of special chars of types in admin panel

4.0.0

09 Sep 17:19
05ca951

Choose a tag to compare

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/4.0/en-us/Migration/Index.html

3.14.1

06 Sep 18:18
8975002

Choose a tag to compare

Fixed:

  • Undeclared argument title passed to IconViewHelper in TYPO3 v11 (#145)