From adfca4a543876ea919a2687a545cd8fd6663e62d Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 26 Sep 2024 12:30:07 +0200 Subject: [PATCH] Update 0.3.1.md --- website/docs/changelog/0.3.1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/changelog/0.3.1.md b/website/docs/changelog/0.3.1.md index ecb60f77..b849152d 100644 --- a/website/docs/changelog/0.3.1.md +++ b/website/docs/changelog/0.3.1.md @@ -17,3 +17,4 @@ Not yet released. - Improvements to the 'OpenAdmin > Plans' page. - [Added checks to the install script: if admin account is actually created and docker file mounted](https://github.com/stefanpejcic/OpenPanel/commit/b1ee609d0723447fccbd090d83f198949008fb42). - For new domains, the server signature is now passed from the web server running within the user's container. For users running Apache, the headers will display Apache, and for those running Nginx, the headers will display Nginx. +- As from 0.2.9 users can enable /phpmyadmin on a per-domain base, therefor global setting is removed from /etc/openpanel/openpanel/conf/openpanel.config file and `opencli phpmyadmin` command is removed.