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.
4.1.67-5: IS-4427-1 Fixed regression introduced with 4.1.67-2.
4.1.67-5: IS-4417-1 Fixed 'Implicit conversion from float' error which could mask a FTP error.
4.1.67-5: IS-4400-1 Added more verbose error messaging to better diagnose issues when migrating WordPress with the new Migration Assistant plugin.
4.1.67-5: IS-4423-1 Fixed compatibility with Imunify360 rules 77350110 and 77316819 which blocked some WordPress migrations using the new Migration Assistant plugin.
4.1.67-6: IS-4414-1 Fixed Clone to prevent an error which would occur when the sequence ".tar" appears in the website "path" variable.
4.1.67-7: IS-4432-1 Fixed Edit API [force] parameter to still correctly update [url] parameter when it does not resolve or otherwise cannot be connected to.
4.1.67-7: IS-4442-1 Fixed themes subsystem to correctly handle certain preimum themes which return theme meta data in a non-standard format.
4.1.67-8: IS-4433-1 Fixed a regression that could occur while cloning or syncing WordPress with the Breakdance plugin installed.
4.1.67-8: IS-4461-1 Fixed Clone and Restore compatibility with AIOWPSEC Firewall.
4.1.67-8: IS-4403-1 Fixed WordPress Migration protocol to no longer require the installation folder to be writable on webservers where PHP runs under the webserver UID. Servers where PHP runs as the user UID were not impacted.
4.1.67-8: IS-4403-2 Fixed WordPress Migration protocol to sidestep certain WAF rules on the Source server which were blocking some migrations.
4.1.67-8: IS-4478-1 Fixed a regression introduced by IS-4167-1 specifically pertaining to certain SFTP server configuration.
4.1.67-9: IS-4478-2 Fixed secondary regression related to certain SFTP server configurations.
4.1.67-10: IS-4455-1 Fixed case where Task Scheduler would not process all installations.
4.1.67-10: IS-4455-2 Fixed Installs API "failures" so it doesn't include old entries.
4.1.67-10: IS-4455-3 Fixed Installs API "autobk_daily", "autobk_monthly", and "autobk_weekly" fields to correctly return an integer instead of string.