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. + + + +