Update 0.2.6.md

This commit is contained in:
Stefan Pejcic 2024-08-22 09:26:12 +02:00 committed by GitHub
parent 068c8ed928
commit 60d478fc4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,7 @@ Not yet released.
- Ficed bug with `opencli user-delete` not deleting nginx vhost files after user is deleted.
### 💅 Polish
- `/etc/fstab` is now used for mounting storage files after reboot, `opencli server-on_reboot` is deprecated.
- Form validations on OpenPanel > Databases, limits imposed are: 64 characters max for db_name, 32 characters max for username and 8-32 characters for passwords.
- Improved validations when adding domains on OpenPanel > Domains and human-readable errors.
- OpenAdmin interface is now also using minified html code, respecting the [dev_mode](https://dev.openpanel.com/cli/commands.html#dev-mode) value.