diff --git a/documentation/docs/changelog/0.3.0.md b/documentation/docs/changelog/0.3.0.md index 4ee8d0a0..974f98ba 100644 --- a/documentation/docs/changelog/0.3.0.md +++ b/documentation/docs/changelog/0.3.0.md @@ -12,7 +12,8 @@ Not yet released. - [Advanced editor option is added to the DNS Zone Editor](https://i.postimg.cc/sskFmjpk/2024-09-13-09-29-1.png) and allows users to [directly edit/import the DNS zone file for domain](https://i.postimg.cc/PdYgFgyP/2024-09-13-09-29.png). ### 🐛 Bug fixes -Fixed bug with [edit button on OpenPanel > Websites not fetching data from the database](https://i.postimg.cc/mRVC7hGr/2024-09-13-10-07.png). +- Fixed bug with [edit button on OpenPanel > Websites not fetching data from the database](https://i.postimg.cc/mRVC7hGr/2024-09-13-10-07.png). +- Fixed bug with remote access to MariaDB databases failing due to defaults defined in `/etc/mysql/mariadb.conf.d/50-server.cnf`. ### 💅 Polish - Support for [QUIC](https://datatracker.ietf.org/doc/html/rfc9000) and [HTTP/3](https://datatracker.ietf.org/doc/html/rfc9114) - automatically enabled for new domains that use SSL. @@ -22,3 +23,4 @@ Fixed bug with [edit button on OpenPanel > Websites not fetching data from the d - 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). +