Update 0.3.1.md

This commit is contained in:
Stefan Pejcic 2024-09-26 20:57:19 +02:00 committed by GitHub
parent 1e567bd031
commit ac199ce12f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,7 @@ Not yet released.
- Fixed [bug with the update script causing multiple notifications](https://community.openpanel.org/d/104-bug-in-update-script-from-029-to-030). - Fixed [bug with the update script causing multiple notifications](https://community.openpanel.org/d/104-bug-in-update-script-from-029-to-030).
- Fixed bug with OpenAdmin service failing if /etc/cron.d/openpanel file is deleted. - Fixed bug with OpenAdmin service failing if /etc/cron.d/openpanel file is deleted.
- Fixed bug [#194 - OpenAdmin > Settings > OpenPanel error on save: Error restarting OpenPanel service: '' ](https://github.com/stefanpejcic/OpenPanel/issues/194). - Fixed bug [#194 - OpenAdmin > Settings > OpenPanel error on save: Error restarting OpenPanel service: '' ](https://github.com/stefanpejcic/OpenPanel/issues/194).
- Fixed bug [#195 - Partial backup job runs only for first user](https://github.com/stefanpejcic/OpenPanel/issues/195).
@ -19,3 +20,4 @@ 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. - 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. - 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 webserver-check_if_file_exists` command is removed.
- `opencli backup-run` will now check mysql status inside user container before trying to export databases and users.