diff --git a/documentation/docs/changelog/0.1.9.md b/documentation/docs/changelog/0.1.9.md index 950a1b0b..e07e3998 100644 --- a/documentation/docs/changelog/0.1.9.md +++ b/documentation/docs/changelog/0.1.9.md @@ -19,10 +19,12 @@ Not yet released. ### 🐛 Bug fixes - Fixed 500 error on `/domains/edit-dns-zone` caused by the 0.1.7 update. - Fixed bugs with `opencli admin disable` and `opencli admin enable` commands. +- Fixed bug with escaping `!` character in mysql database and user names. - Fixed bug with `opencli report` that failed to retrive MySQL version for mysql running inside docker container. - Fixed bug with incorect version in changelog link on *OpenAdmin > General Settings > Update Preferences*. -- Fixed bug with update script +- Fixed bug with `opencli update` script failing due to `jq` missing on OS. - Fixed js error on *OpenAdmin > CPU & RAM Usage* pages. +- Fixed bug with usermod when creating users via `opencli user-add` command. - Fixed bug with WHMCS module not changing user plan due to whmcs passing plan_name instead of plan_id. - Fixed bug with nginx default vhost file missing on account creation.