3 June 2024
Schema revision: 17
Schema changes: ALTER TABLE `i_installs` ADD COLUMN `template_filename` VARCHAR(255); ALTER TABLE `i_installs` ADD COLUMN `template_scope` VARCHAR(16); DROP FUNCTION IF EXISTS USER_VERSION; CREATE FUNCTION USER_VERSION() RETURNS SMALLINT RETURN 17;
IS-3959-1 Added additional restrictions to the Task Queue which come into effect when the queue is significantly behind schedule which prevents the same scheduled tasks from being queued two days in a row.
IS-3984-1 Added improved display of backup Expiry information.
IS-4077-1 Added "include_owner_attributes" option to "installs" API.
IS-4077-2 Added "url:" filter support to "installs" API and UI.
IS-3919-1 Fixed an issue with the Template API and UI which could block a template from being created over a remote connection layer.
IS-3847-1 Fixed a fatal error which could occur under PHP 8.2+ if the MySQL port read for an installation was malformed.
IS-3984-1 Fixed a regression which could cause a "file not found" error for some types of backups.