All notable changes to this project will be documented in this file.
- Fixed: exception when no content elements
- Changed: make text and hasText variables lazy loading (moved adding this variable from trait to event listener, maybe code adjustments are needed)
- Changed: require contao 4.13
- Changed: require at least php 8.1
- Fixed: duplicated content on multilingual occasions
- Changed: refactored head bundle integration to event listener and head bundle version 1.11.0
- Changed: raised minimum contao and php version
- Fixed: missing head bundle dependency
- Fixed: do not start a session in list view
- Fixed: compatiblity with reader bundle
- Added: license file
- Fixed: warning in php 8
- Fixed: array index issues in php 8+
- Added: php8 support
- Changed:
NewsItemTrait::getDetailsUrl()
return type is now optionally a string
- fixed url encode issue in
SearchListener
- added aria-label to enclosure link at news_full.html.twig
- added aria-label to linkHeadline and more
- fixed
SearchListener
(sprintf issue)
- fixed canonical link generation
- added
getSearchablePages
hook taking into account a jumpTo defined in a primary category in heimrichhannot/contao-categories-bundle and codefog/contao-news_categories (-> news_plus legacy) - removed urlCache in
NewsItemTrait
-> doesn't make sense if differentjumpToDetails
are set - added support for defining an alternative jumpTo in the primary category assigned to the news
- added php-cs-fixer template
- fixed robots issue
- fixed date issue
- fixed missing url in og:url
- fixed wrong url in image meta tags
- fixed optional list bundle dependency
- initial version