Update 0.3.1.md

This commit is contained in:
Stefan Pejcic 2024-10-05 17:35:26 +02:00 committed by GitHub
parent 9706d188c1
commit 4eda9ef660
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,7 @@ Not yet released.
### 💅 Polish
- [Enhanced WordPress auto-installation process](https://i.postimg.cc/9Q9cgn36/wp-installer-openpanel-032.gif).
- [Enhanced Domain addition with error reporting](https://i.postimg.cc/mZ37zBmn/adddomains-2024-10-05-17-32-24-ezgif-com-video-to-gif-converter.gif).
- Improvements to the 'OpenAdmin > Plans' page.
- [Documented features](/docs/admin/settings/openpanel/#enable-features).
- [Restrictions and validations to MySQL and MariaDB database names, usernames and passwords](/docs/articles/accounts/forbidden-usernames/#mysql--mariadb).
@ -37,3 +38,5 @@ Not yet released.
- `/openpanel`, `/openadmin` and `/webmail` will now redirect to set domains.
- The following routes are now excluded from minification and return plain text: `/view_file` (view files modal on OpenPanel > FileManager), `view_ssl_file/<domain>`, (view fullchain and privkey modal on OpenPanel > SSL), `domains/export-dns-zone/<domain>` (export/view dns zone on OpenPanel > Domains), `check_install` (php version install log on OpenPanel > PHP > Default Settings).
- websites list is removed from OpenPanel > SiteManager interface.
- `opencli domains-add` command now accepts optional `--debug` flag to display verbose output.