Update 0.1.6.md

This commit is contained in:
Stefan Pejcic 2024-03-21 14:39:09 +01:00 committed by GitHub
parent 00c1cb420f
commit a97f5ea572
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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) <span class="badge" style="background-color: rgb(204, 0, 0);">fixed</span>
- 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.