Skip to content

Latest commit

 

History

History
94 lines (54 loc) · 3.4 KB

CHANGELOG.md

File metadata and controls

94 lines (54 loc) · 3.4 KB

Changelog

Unreleased

[2.0.0] - 2024-03-04

Added

  • Added support for Contao 5
  • Add support for auto configuration of data factories and extractors

Changed

  • Raise minimum PHP version to 8.1
  • Rework the extractors (See Upgrade)
  • Changed signature of data factories (See Upgrade)

1.1.3 - 2022-02-21

Changed

  • Allow doctrine/dbal ^3.0 for Contao 4.13 compatibility

1.1.2 - 2021-08-21

Fixed

1.1.1 - 2021-06-10

Fixed

1.1.0 - 2021-03-14

Added

  • Add english translation thanks to (#15) @fritzmg
  • Add an abstract extractor class
  • Fallback to news/faq/event image if non provided for og:image and twitter:image
  • Fallback to reference page image if no news/faq/event image if no og:image and twitter:image and no news/faq/event image exists
  • Fallback to twitter:site and twitter:creator from the reference page of news/faq/event if not defined

Changed

Fixed

  • Fix twitter cards default type (#12) @fritzmg
  • Fix broken url for news, events, faqs having the same id like the current page
  • Correctly detect if twitter cards are enabled

1.0.6 - 2020-09-11

Fixed

  • Recognize hofff_st checkbox before evaluating field content for news, events and calendars
  • Use article as default og:type for news, events and calendars

1.0.5 - 2020-09-11

Fixed

Changed

1.0.4 - 2020-09-09

Fixed

  • Fix url generation for faqs, news and events for Contao 4.4 (#6) thank to @fritzmg
  • Fix cross dependencies to the news bundle in the faq and event integration (#6) thanks to@fritzmg
  • Recognize pageTitle fields for news and events, fallback to teaser as the description (#5) thanks to @fritzmg