From f0424674bdbb47ca6bcb6a35bed07246af3e219d Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 18 Sep 2024 19:24:29 +0200 Subject: [PATCH] Update 0.3.0.md --- website/docs/changelog/0.3.0.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/changelog/0.3.0.md b/website/docs/changelog/0.3.0.md index 69640cda..d63820f3 100644 --- a/website/docs/changelog/0.3.0.md +++ b/website/docs/changelog/0.3.0.md @@ -27,4 +27,5 @@ Not yet released. - phpMyAdmin is now accessible via both the domain name and the server's IP address. Users can enable /phpmyadmin on any domain by running the following command: `ln -s /usr/share/phpmyadmin /home/USERNAME/DOMAIN/phpmyadmin`. When accessed through DOMAIN/phpmyadmin, a login form will appear, allowing the user to log in with any MySQL credentials. When accessed through IP:PORT via the OpenPanel interface, the user will be automatically logged in and granted access to all databases. - [Symlinks are now supported in the FileManager](https://i.postimg.cc/QMjBRVtX/2024-09-13-13-59.png). - Improvements to the 'OpenPanel > Services Status' page: view is changed from columns to table, and user will only view services that Administrator enabled in the enabled_modules. -- Caching is added to OpenAdmin interface - decreasing resource usage by the service up to 20%/ +- Caching is added to OpenAdmin interface - decreasing resource usage by the service up to 20%. +- On OpenAdmin interface, all hardcoded links are now replaced with [Flask static files](https://flask.palletsprojects.com/en/3.0.x/tutorial/static/) so that custom static folder can be defined in the future versions.