Features
- The "Transfer" button can be deactivated per client (on the "Live" tab).
- If you are on a development or migration server and the parser script exists(var/bin/convert.php), superusers per page and client are given the option to start the parser script manually via a corresponding button.
- A customised cache class can be used(details).
- Newsletter V2: before importing new subscribers via a CSV file, the existing subscribers can be deleted.
- Frontend Administration: the allowed characters in the name of jump labels are now limited.
- Input Plugin Datetime: min and max parameters.
- Elasticsearch exceptions can optionally be passed on and caught in own code.
- The use of the Live Support feature can optionally be disabled or enabled only for certain groups/roles.
Bugfixes
- Frontend Administration: Block controls should not create horizontal scrollbars.
- Linkchecker: SSL connections are established correctly again.
- For archived page objects with a different page type, the correct PageExtension is loaded.
- Elasticsearch: Correction in the generation of a fuzzy search.
- Display of large dialogues at low display heights.
Performance
- Ego_System::getFallbackFile creates a mapping file in the cache for all calls. All mapping is reused in the running PHP process, if possible, so fewer file system accesses are required.
- Generated cache objects in Ego_System are cached.
- URL generation: generated URLs are cached and reused.