diff --git a/documentation/docs/changelog/0.1.9.md b/documentation/docs/changelog/0.1.9.md index 4194639..6f391b0 100644 --- a/documentation/docs/changelog/0.1.9.md +++ b/documentation/docs/changelog/0.1.9.md @@ -15,18 +15,20 @@ Not yet released. - [`opencli faq` command to show frequently asked questions](#opencli-faq) ### 🐛 Bug fixes +- Fixed bugs with `opencli admin disable` and `opencli admin enable` commands. +- Fixed bug with `opencli report` that failed to retrive MySQL version for mysql running inside docker container. ### 💅 Polish - Working server time on OpenAdmin > Dashboard. - CPU type information on OpenAdmin > Dashboard. - Install script now supports optional flags `--enable_ftp` and `--enable_mail` to enable experimental features. -- `opencli -v` is now alias of `opencli --version` +- `opencli -v` is now an alias for `opencli --version`. - ### opencli faq -OpenCLI now has a new command `opencli faq` to disbplay most frequently asked questions: +OpenCLI now has a new command `opencli faq` to display most frequently asked questions: ![opencli faq command output](https://i.postimg.cc/k5k7VkQX/image.png)