New features
- Adds extended search_* xs*_* parameters to item queries (works for default and other supported actions);
- Added JQueryMultiSelect option to ContentPages/lisefd.ContentPages.php;
- Added JQueryMultiSelect option to LISEInstanceItem/lisefd.LISEInstanceItem.php;
- Added the possibility to hide alias, slug and time control editing from the item editor;
- Adds the ability to set the instance name on XML import;
- Adds Modes to instances (see docs);
- Adds DNA export (see docs);
- Module and instances help now memorize last visited tab;
Changes
- Deprecated old search_* parameters: should be removed in LISE 2 branch;
- Better handling of errors during the XML import;
- The quick search is now AJAX full items search not a mere JS/JQuery filter of the current page items;
- Removed forced encoding on CSV files export/import: exported files are now explicitly UTF8 and import assumes CVS to be UTF8;
Fixes
- Fixes for PHP 7.4;
- Fixed a pesky bug resulting in extra white space and tab characters being rendered in some situations (thanks Velden for the fix);
- Fixes issue with return link in details action;
- Fixes to the instance export/import: default templates settings were not being properly handled;