Releases: hschottm/tags
Releases · hschottm/tags
Version 4.0.25
- Added french translation (thanks to Renaud Kaczmarek)
- Add related CSS class to All tags and Top 10 tags tag clouds for selected related tags
- Add active CSS class to the active tag in the Top 10 tags tag cloud
Version 4.9.6
- Fixed a critical error calling getFrontendUrl
Version 4.9.5
- Added optional parameter for tags_used insert tag which will replace the insert tag when tags are used. E.g.
{{tags_used:tags}}
will be replaced withtags
when a tag is used on the current page
Version 4.9.4
- Added missing tables tl_faq and tl_files to the global tag settings
- Fixed injection of tag elements into tl_content causing a strange behavior and corrupted DC element for backend modules
Version 4.9.3
- Fixed an error that can occur in PHP 8 when a value is too short
Version 4.5.7
- Fixed an error with PHP 8 that can occur when a value is too short
Version 4.9.1
- Updated FAQ list to Contao 4.13 version
Version 4.9.0
- Added compatibility for PHP 8
- Added compatibility for Contao 4.13
- Fixed no longer working tag operations when duplicating contao elements or deleting contao elements
Version 4.5.6
- Added fixes for PHP 8 from master branch
- Added fixes for Contao callbacks from master branch
Version 4.6.4
- Fixed a problem that tags could no longer be saved in the backend. The fix also resulted in the removal of the 'isTag' parameter for tag fields in the DCA that was once introduced to overwrite the tag storage and make it possible to store the tags directly in the DCA table of the corresponding field after changing the size of that field
- Fixed a problem with missing tag support for external news entries