Releases: hschottm/tags
Releases · hschottm/tags
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
Version 4.6.3
- Fixed a crash in the EventReader module by copying a private function from the Contao source into the EventReader class of the tags extension
Version 4.5.5
- Fixed a crash in the EventReader module by copying a private function from the Contao source into the EventReader class of the tags extension
Version 4.4.2
- Fixed a crash in the EventReader module by copying a private function from the Contao source into the EventReader class of the tags extension
Version 4.6.2
- Added missing ASCII conversion for CSS class names to prevent special characters in CSS class names
Version 4.5.4
- Fixed a Contao 4.10 only call
Version 4.5.3
- Fixed link generation which ignored the jumpto option in the tag objects
- Added ASCII conversion for CSS class names to prevent special characters in CSS class names
Version 4.4.1
- Fixed link generation which ignored the jumpto option in the tag objects
- Added ASCII conversion for CSS class names to prevent special characters in CSS class names