|
@@ -45,6 +45,7 @@ Not yet released.
|
|
- Added checks to remove apt cache and temporary files after install process
|
|
- Added checks to remove apt cache and temporary files after install process
|
|
- [Custom cron file `/etc/cron.d/openpanel`](#etccrondopenpanel)
|
|
- [Custom cron file `/etc/cron.d/openpanel`](#etccrondopenpanel)
|
|
- [OpenAdmin login log](https://dev.openpanel.co/logs.html)
|
|
- [OpenAdmin login log](https://dev.openpanel.co/logs.html)
|
|
|
|
+- [Default PHP version change is now logged](#log-php-change)
|
|
|
|
|
|
|
|
|
|
-----
|
|
-----
|
|
@@ -275,3 +276,12 @@ OpenPanel now utilizes a custom cron file located at `/etc/cron.d/openpanel` ins
|
|
### remove apt cache
|
|
### remove apt cache
|
|
|
|
|
|
Added checks to [remove apt cache](https://linuxier.com/how-to-clear-apt-cache-in-ubuntu/) and temporary files after install process
|
|
Added checks to [remove apt cache](https://linuxier.com/how-to-clear-apt-cache-in-ubuntu/) and temporary files after install process
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+-----
|
|
|
|
+
|
|
|
|
+### Log PHP change
|
|
|
|
+
|
|
|
|
+When user modifies the default PHP version for CLI and new domains, the system logs this action in their activity log.
|
|
|
|
+
|
|
|
|
+
|