Skip to content

Releases: brotkrueml/schema

4.0.0-beta2

22 Jul 17:17
4426270
Compare
Choose a tag to compare
4.0.0-beta2 Pre-release
Pre-release

Fixed:

  • Type attribute with named argument throws warning (#141)

3.13.2

22 Jul 17:03
c1d0824
Compare
Choose a tag to compare

Fixed:

  • Type attribute with named argument throws warning (#141)

4.0.0-beta1

20 Jul 08:50
3b5cc38
Compare
Choose a tag to compare
4.0.0-beta1 Pre-release
Pre-release

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

3.13.1

18 Jul 16:07
5dc7617
Compare
Choose a tag to compare

Fixed:

  • Passing multiple types to SchemaManager->addType() not all types are considered under circumstances (#140)

3.13.0

17 May 12:48
b654117
Compare
Choose a tag to compare

Updated:

  • schema.org definition to version 29.2

3.12.2

03 May 08:27
e059a90
Compare
Choose a tag to compare

Fixed:

  • Example in the docs for adding a type

3.12.1

25 Apr 14:42
5c2bd6e
Compare
Choose a tag to compare

Fixed:

  • Exception with activated admin panel on TYPO3 v11 (#139)

3.12.0

14 Apr 16:29
60ee9a8
Compare
Choose a tag to compare

Added:

  • Multiple documentation links for same publisher for a type in admin panel

3.11.1

10 Apr 17:27
9d778a9
Compare
Choose a tag to compare

Fixed:

  • Absolute URL is prefixed with site URL in a reverse proxy environment (#136)

3.11.0

01 Apr 16:38
a5ca4c1
Compare
Choose a tag to compare

Added:

  • Link to new Google manuals for product-related types in Admin Panel

Updated:

  • schema.org definition to version 29.0

Changed:

Deprecated:

  • Manual instantiation of a type model classes - use the TypeFactory instead. A deprecation log entry is written with more information

Fixed:

  • Missing pending properties for some types (#133)