Update 0.2.3.md

This commit is contained in:
Stefan Pejcic
2024-07-22 12:25:20 +02:00
committed by GitHub
parent c8aa1cf583
commit 40f0b397ce

View File

@@ -21,7 +21,8 @@ Not yet released.
- Fixed bug with xarg parsing in `opencli php-install_php_version` causing php version not to be installed.
- Fixed bug with deprecated php extensions being requested when running `opencli php-install_php_version`.
- [Fixed bug with mysql that caused the first 2 plans added to not be saved](https://github.com/stefanpejcic/openpanel-configuration/commit/51c1f1ffe3e4726850ba84992bb050b2c02b8a9c).
- Fixed bug with cron service not auto-starting after server reboot if user has cronjobs.
- Fixed bug with the Apache and Nginx state not being saved when domain is added.
@@ -32,6 +33,7 @@ Not yet released.
- Nginx and Apache vhosts files now restrict access to sensitive resources by default, these include: `.git`, `compose.json`, `composer.lock`, `auth.json`, `config.php`, `wp-config.php`, `vendor`. OpenPanel users can edit and remove the rules for any domain, from the **OpenPanel > Domains > Edit Vhosts File** page.
- [Websites List](#websites-list)
- `opencli report` command now provides more detailed info for OpenAdmin service: pip installed packages, python version and full error log.
- `opencli user-sudo` command now allows user to use the `su -` command to switch to root user.