From a1d9eeca719316a215cde79ef69f3447ed663f68 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 13 Sep 2024 14:00:11 +0200 Subject: [PATCH] Update 0.3.0.md --- documentation/docs/changelog/0.3.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/docs/changelog/0.3.0.md b/documentation/docs/changelog/0.3.0.md index f348cf04..4ee8d0a0 100644 --- a/documentation/docs/changelog/0.3.0.md +++ b/documentation/docs/changelog/0.3.0.md @@ -21,3 +21,4 @@ Fixed bug with [edit button on OpenPanel > Websites not fetching data from the d - DNS zone edits will now [verify the serial number on each save](https://i.postimg.cc/s2h5Xf1Z/2024-09-13-08-26.png). If the zone has been modified by another user or program in the meantime, editing records will be disabled to ensure safety. - WordPress AutoInstaller will no longer remove archives after extraction, instead keep and reuse them for future installations. - 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).