Skip to content

Releases: brotkrueml/schema

Release 1.9.0

08 Sep 15:47
68f4234
Compare
Choose a tag to compare

Added

  • Update schema definition to version 10.0 (#3)
  • Button in Admin Panel to verify structured data in Rich Result Test

Release 1.8.0

08 Jul 14:45
1c2f66e
Compare
Choose a tag to compare

Added

  • Display schema markup of a page in the Admin Panel (#49)

Release 1.7.2

14 Jun 08:50
ae0a1af
Compare
Choose a tag to compare

Fixed

  • Remove usage of PHP 8.0 functions, as polyfill is not available in classic installation

Release 1.7.1

26 May 17:34
4e53728
Compare
Choose a tag to compare

Fixed

  • Generate types in view helpers inside "for" loop correctly (#52)

Release 1.7.0

22 Apr 16:50
a47a314
Compare
Choose a tag to compare

Added

  • Possibility to register additional schema types (#38)
  • Introduce a TypeInterface for type models implementations
  • Introduce a TypeFactory for creating type models (#48)
  • Update schema definition to version 7.04 (#3)

Changed

  • Decouple rendering of JSON-LD from AbstractType and SchemaManager
  • Move decision about embedding markup into event listener
  • Support only TYPO3 LTS versions

Deprecated

  • TypesProvider in favour of TypeRegistry (which now is a singleton)
  • AbstractType->isEmpty()

Release 1.6.0

09 Mar 12:49
f5561b0
Compare
Choose a tag to compare

Release 1.5.2

09 Feb 08:40
47ee105
Compare
Choose a tag to compare
  • Fix: Correct sorting of rootline during automatic breadcrumb generation (#32)

Release 1.5.1

30 Jan 08:03
2817986
Compare
Choose a tag to compare
  • Fix: Remove doubled base URL in id of list item in BreadcrumbViewHelper (#31)

Release 1.5.0

22 Jan 17:50
cc25321
Compare
Choose a tag to compare
  • Add Signal/PSR-14 event to decide about embedding of markup (#29)
  • Update schema definition to version 6.0 (#3)

Release 1.4.2

13 Dec 19:25
6abaa02
Compare
Choose a tag to compare
  • Fix: Markup is not lost anymore when non-cached plugin on page (#27)
  • Fix: Don't show special doktypes in BreadcrumbList (#28)