Update 1.4.3.md

This commit is contained in:
Stefan Pejcic 2025-06-17 19:38:29 +02:00 committed by GitHub
parent d2fa7a0000
commit ebb9375461
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,10 +7,11 @@ Not released yet
- [better formating of the 'CPU Usage' admin notification](https://i.postimg.cc/T257Nkkb/2025-06-17-13-14.png). - [better formating of the 'CPU Usage' admin notification](https://i.postimg.cc/T257Nkkb/2025-06-17-13-14.png).
- refractored template code on *OpenPanel > Dashboard* page. - refractored template code on *OpenPanel > Dashboard* page.
- sections on *OpenPanel > Dashboard* page are now collapsible. - sections on *OpenPanel > Dashboard* page are now collapsible.
- document root paths are now kept during cpanel import. - document root paths are now perserved for all domains during cpanel account import.
- `opencli website-scan` now auto replaces 'localhost' in wp-config.php files with user's database service: MySQL or MariaDB - `opencli website-scan` now auto replaces 'localhost' in wp-config.php files with user's database service: MySQL or MariaDB
- the system now logs the timestamp in the user's activity log when users are imported from cPanel backup files. - the system now logs the timestamp in the user's activity log when users are imported from cPanel backup files.
### 🐛 Bug Fixes ### 🐛 Bug Fixes
- fixed `Error response from daemon: No such container:` when deleting domain for a user from terminal. - fixed `Error response from daemon: No such container:` when deleting domain for a user from terminal.
- fixed error importing mysql dumps from cpanel due to mysql_native_password plugin. - fixed error importing mysql dumps from cpanel due to mysql_native_password plugin.