All notable changes to this project will be documented in this file.
- Fixed: php8 warning
- Changed: require contao 4.13
- Changed: allow php 8
- Removed: tiny mce template
- Changed: removed contao 3 support
- Changed: migrated to codefog/contao-news_categories v3
- Changed: migrated to heimrichhannot/contao-be_explanation-bundle
- Fixed: missing tags dependency
- Fixed: some deprecation warning
- throw a 404 if the event couldn't be found
- fixed dependencies in Backend\News class
- fixed dependencies in NewsPlusModel class and News class
- fixed different news urls used in some cases in ModuleNewsPlus
- added be_tinyMCE template for contao 4 support
- fixed contao 4 tinyMCE support
- restored fix from 1.1.6
- model issues
- fixed an warning in ModuleNewsPlus
- bootstrap 3.4 compatibility for dropdowns,
data-target
must containdropdown
not #
- always use
maxlength::xxx
rgxp to limit maxlength, because contao core count special characters as encoded entities
- fixed year issue
- check for frontendedit in member news list
- insert tags respecting the overriding of a news archive's jump to by category
- fixed search index for the case of overriding of a news archive's jump to by category
- support for category based jump to urls -> a primary category has to be set in the concrete news
- support for showing tags in news list
- support for differing jump to page in news list
- ModuleMemberNewsList
- Renamed
NewsPlusModel::findPublishedByPids
toNewsPlusModel::findPublishedByPidsAndCategories
- Renamed
NewsPlusModel::countPublishedByPids
toNewsPlusModel::countPublishedByPidsAndCategories
- do not render modal when share-print template is set within module config
- fixed maxlength limit for teaser rte input
- fixed maxlength limit for html input length by archive restrictions
- removed .idea folder
- created new tag
- added php7 support. fixed contao.core dependency
- changed "String" to "StringUtil" and "->$callback[0]" to "->{callback[0]}"
- limit headline, subheadline and teaser input length by archive restrictions
- ModuleNewsArchive, if
news_jumpToCurrent
is set toshow_current
and no news available for current period, jump to period based on latest news date - ModuleNewsMenuPlus, if
news_jumpToCurrent
is set toshow_current
and no news available for current period, jump to period based on latest news date
- syntax error within
/templates/block/block_modal_news.html5
, pdf print was empty
- history url/title reworked