From f417c10fb57bd77c1969ea0a6c5fadd6574713c3 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 18 Sep 2024 18:39:59 +0200 Subject: [PATCH] Update 0.3.0.md --- website/docs/changelog/0.3.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/changelog/0.3.0.md b/website/docs/changelog/0.3.0.md index a661c646..69640cda 100644 --- a/website/docs/changelog/0.3.0.md +++ b/website/docs/changelog/0.3.0.md @@ -27,4 +27,4 @@ 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%/