diff --git a/website/docs/changelog/0.3.1.md b/website/docs/changelog/0.3.1.md index 0d2f1db0..e1dc8710 100644 --- a/website/docs/changelog/0.3.1.md +++ b/website/docs/changelog/0.3.1.md @@ -33,6 +33,10 @@ Not yet released. - For new domains, the server signature is now passed from the web server running within the user's container. For users running Apache, the headers will display Apache, and for those running Nginx, the headers will display Nginx. - As from 0.2.9 users can enable /phpmyadmin on a per-domain base, therefor global setting is removed from /etc/openpanel/openpanel/conf/openpanel.config file and `opencli phpmyadmin` command is removed. - `opencli webserver-check_if_file_exists` command is removed. +- `opencli php-enabled_php_versions` is now renamed to `opencli php-installed_versions`. +- `opencli php-default_php_version` is now renamed to `opencli php-available_versions`. +- `opencli php-get_available_php_versions` is now renamed to `opencli php-default_version`. +- `opencli php-install_php_version` is now renamed to `opencli php-install_version`. - `opencli backup-run` will now check mysql status inside user container before trying to export databases and users. - `/backup_info/` route on OpenAdmin is now renamed to `/backups/restore/dates/`. - `opencli ftp-add`, `opencli user-add`, `opencli user-rename`, `opencli admin new`, `opencli admin rename` will on validation errors display links to [username/password requirements](/docs/articles/accounts/forbidden-usernames).