From f7dd83ed57fab97547b774aa115b831aa78292c4 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 21 Mar 2024 14:25:37 +0100 Subject: [PATCH] Update 0.1.6.md --- documentation/docs/changelog/0.1.6.md | 48 ++++++++++++++++----------- 1 file changed, 29 insertions(+), 19 deletions(-) diff --git a/documentation/docs/changelog/0.1.6.md b/documentation/docs/changelog/0.1.6.md index 54988d0b..0169dd3b 100644 --- a/documentation/docs/changelog/0.1.6.md +++ b/documentation/docs/changelog/0.1.6.md @@ -4,24 +4,34 @@ Not yet released. -## 🐛 Bug fixes -- Fixed bug durring ModSecurity installation process that caused the script to hang. (reported by [reyokh](https://hostingforums.net/d/282-openpanel-not-another-free-hosting-panel/6)) fixed -- Fixed bug on *OpenAdmin > Users* with displaying server name fixed -- Fixed bug on *OpenAdmin > Users > Edit information* with modal-backdrop left after closing the modal. fixed -- Fixed bug on *OpenAdmin > General Settings* with the disabled input field causing 500 error on save. fixed -- Resolved an issue with the PHP-FPM service that led to WordPress prompting for FTP credentials during plugin installation and media uploads. fixed -- Fixed bug where suspended users were being excluded from search results in the *OpenAdmin > Users* section. fixed -- Fixed bug where [the wrong OpenPanel version was shown in the sidebar](https://i.postimg.cc/Jz0tMy7X/2024-03-18-13-38.png) under OpenPanel. fixed -- Fixed bug where errors for the OpenAdmin section were being logged in api.log instead of the error.log file. fixed +### 🐛 Bug fixes +- Fixed bug durring ModSecurity installation process that caused the script to hang. (reported by [reyokh](https://hostingforums.net/d/282-openpanel-not-another-free-hosting-panel/6)) +- Fixed bug on *OpenAdmin > Users* with displaying server name +- Fixed bug on *OpenAdmin > Users > Edit information* with modal-backdrop left after closing the modal. +- Fixed bug on *OpenAdmin > General Settings* with the disabled input field causing 500 error on save. +- Resolved an issue with the PHP-FPM service that led to WordPress prompting for FTP credentials during plugin installation and media uploads. +- Fixed bug where suspended users were being excluded from search results in the *OpenAdmin > Users* section. +- Fixed bug where [the wrong OpenPanel version was shown in the sidebar](https://i.postimg.cc/Jz0tMy7X/2024-03-18-13-38.png) under OpenPanel. +- Fixed bug where errors for the OpenAdmin section were being logged in api.log instead of the error.log file. + +### 🚀 New features +- Docker images can now be downloaded, updated and deleted from the *OpenAdmin > Docker Settings* page. +- Introduced *OpenAdmin > API Settings* page, enabling API access, token generation, curl command execution, request sending, response viewing, and API access log monitoring. +- Added a feature that allows for [manual initiation of updates via the *OpenAdmin > General Settings* section](https://i.postimg.cc/FzCGTgFg/openadmin-update-is-available.png). + +### 💅 Polish +- Added check if docker images exist before creating plans. +- The system now logs the admin username to identify who performed actions for a user. +- Moved all JavaScript code for OpenAdmin to external files. +- All responses from OpenAdmin are now compressed, including pages (HTML), templates (JavaScript & CSS), and API responses (JSON). +- Added online status indicators to the Users table in OpenAdmin. + + + +## Fixed bug durring ModSecurity installation process fixed + +As (reported by [reyokh](https://hostingforums.net/d/282-openpanel-not-another-free-hosting-panel/6)) - the installation of ModSecurity via the OpenAdmin interface failed to complete. We added additional checks and rewrote the script in order to make it work more efficiatenlty. + +Tested on dozen new installs and now working without a problem. -## 🚀 New features -- Docker images can now be downloaded, updated and deleted from the *OpenAdmin > Docker Settings* page. new -- Introduced *OpenAdmin > API Settings* page, enabling API access, token generation, curl command execution, request sending, response viewing, and API access log monitoring. new -- Added a feature that allows for [manual initiation of updates via the *OpenAdmin > General Settings* section](https://i.postimg.cc/FzCGTgFg/openadmin-update-is-available.png). new -## 💅 Polish -- Added check if docker images exist before creating plans. improved -- The system now logs the admin username to identify who performed actions for a user.improved -- Moved all JavaScript code for OpenAdmin to external files.improved -- All responses from OpenAdmin are now compressed, including pages (HTML), templates (JavaScript & CSS), and API responses (JSON).improved -- Added online status indicators to the Users table in OpenAdmin.improved