4.4.1
4.4.1 (20. July 2022)
- #713 Blacklist SVG mime type by default. In order to enable SVG Upload use
'whitelistMimeTypes' => ['image/svg+xml']
. - #723 Added "Toggle all" button to zaaCheckboxArray plugin.
- #724 Fixed issues with search and sortable when using Pools.
- #725
SortableTrait
prefixes the table name now in the find querys in order to prevent issue when have two sortindex fields with the same name.