From a97f5ea572c8e339d829dddc1f3e9222a74de502 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 21 Mar 2024 14:39:09 +0100 Subject: [PATCH] Update 0.1.6.md --- documentation/docs/changelog/0.1.6.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/documentation/docs/changelog/0.1.6.md b/documentation/docs/changelog/0.1.6.md index 85bb2f1b..0f5b9600 100644 --- a/documentation/docs/changelog/0.1.6.md +++ b/documentation/docs/changelog/0.1.6.md @@ -7,7 +7,7 @@ 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 bug durring ModSecurity installation process](#fixed-bug-durring-modsecurity-installation-process) fixed - 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. @@ -32,8 +32,10 @@ Not yet released. ## Fixed bug durring ModSecurity installation process -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. +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. To address this issue, we implemented extra validations and updated the script for enhanced efficiency. After conducting tests on a dozen new installations, we can confirm the solution is working. + + + +