Skip to content

Version 1.705

Released: 2026-06-22

Plugin updates count next to menu entry evolutionnew

The "Plugin Manager" menu entry now displays a count of how many plugins can be updated. In case there are no updates available, count is not displayed.

Purge tickets and messages settings evolutionnew

Two new GUI settings from directadmin.conf were added to the "Administrator Settings" page. They let administrators choose how many days tickets and messages are kept before they are automatically deleted, or disable automatic deletion completely.

Available DirectAdmin update indicator refreshes automatically evolutionupdate

When a DirectAdmin update is available, the "Updates" menu entry displays a "1" badge. Previously, update availability was only checked when the page was first loaded or reloaded. Now, it's checked automatically every 30 seconds.

Performance improvements for long-running taskq actions update

Configuration file processing logic is updated to have better performance on servers with a log of CPU cores. Some task queue actions will be executed faster.

CustomBuild option secure_php will not update CloudLinux configs update

The CustomBuild option secure_php automatically disables some PHP functions. It will no longer update the /etc/cl.selector/global_php.ini file.

Software version changes custombuildupdate

  • MySQL 8.4 updated from 8.4.9 to 8.4.10
  • nginx web server updated from 1.31.1 to 1.31.2
  • phalcon (PHP extension) updated from 5.14.0 to 5.15.0

Permissions for directories with reseller files in data/templates fix

The permissions of the following directories were changed from 711 to 744:

  • data/templates/default
  • data/templates/sharedip
  • data/templates/suspended

The old permissions prevented files from being read when a new reseller account was being created.

Correct user home permissions in set_permissions.sh script fix

The script set_permissions.sh is updated to correctly set user home directory permissions. Using the secure access group is now mandatory, and correct user home directory ownership is user:access. The script was still setting the old user:user ownership that was used before the secure access group feature was introduced.

Removed /logout url evolutionremoval

It is no longer possible to log out by inputting https://${host}:2222/evo/logout into the address bar.

Removed cross_user_ssl_cert configuration option from directadmin.conf removal

The option cross_user_ssl_cert used to allow TLS certificates sharing between multiple users implicitly. Removing this option ensures better isolation of user data.