From 3a74f5bf3a0a624e8b1fdf209300950ee809f803 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 19 Sep 2024 11:21:23 +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 d63820f3..062e733c 100644 --- a/website/docs/changelog/0.3.0.md +++ b/website/docs/changelog/0.3.0.md @@ -13,9 +13,10 @@ Not yet released. - [Advanced Editor option is added to CronJob Editor](https://i.postimg.cc/cxpZG72h/2024-09-18-15-49.png) and allows users to directly edit/import crontab file. ### 🐛 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`. - Fixed bug [Failed to create user: /bin/sh: 1: Syntax error: ")" unexpected #96](https://github.com/stefanpejcic/OpenPanel/issues/96). +- Fixed error loading 'OpenAdmin > Dashboard' page on servers with AMD cpu. ### 💅 Polish