1 May 2025
Schema revision: 25
Schema changes: ALTER TABLE `i_logs` ADD COLUMN `time_begin` BIGINT(10); ALTER TABLE `i_logs` ADD COLUMN `backup_time` BIGINT(10); ALTER TABLE `i_logs` ADD COLUMN `debug` TEXT; ALTER TABLE `i_logs` ADD COLUMN `vi_id` VARCHAR(191);ALTER TABLE `i_logs` ADD COLUMN `vi_risk` VARCHAR(24); ALTER TABLE `i_logs` ADD COLUMN `vi_name` VARCHAR(255); ALTER TABLE `i_logs` ADD COLUMN `vi_url` VARCHAR(255); DROP FUNCTION IF EXISTS USER_VERSION; CREATE FUNCTION USER_VERSION() RETURNS SMALLINT RETURN 25;
IS-4348-1 Added datafile existence check prior to erroring for duplicate installs.
IS-4335-1 NextCloud: Fixed an issue detecting the database password in some cases.
IS-4339-1 Fixed the Clone wizard to no longer produce a fatal error when trying to process certain sequences of malformed serialized data.
4.1.67-2: IS-4301-1 Fixed a case where Automatic Update would not be attempted for certain commercial WordPress Plugins and Themes.
4.1.67-3: IS-4351-4 Fixed a regression in the Backup Locations API.
4.1.67-4: IS-4402-1 Fixed regression where new installs to certain types of FTP servers would sometimes incorrectly receive 0777 permissions instead of 0755 permissions.