Browse Source

Update and rename 0.1.6 to 0.1.6.md

Stefan Pejcic 1 year ago
parent
commit
7b4b3da6b8
2 changed files with 27 additions and 27 deletions
  1. 0 27
      documentation/docs/changelog/0.1.6
  2. 27 0
      documentation/docs/changelog/0.1.6.md

+ 0 - 27
documentation/docs/changelog/0.1.6

@@ -1,27 +0,0 @@
----
-
-# 0.1.6
-
-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 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.

+ 27 - 0
documentation/docs/changelog/0.1.6.md

@@ -0,0 +1,27 @@
+---
+
+# 0.1.6
+
+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)) <span class="badge" style="background-color: rgb(204, 0, 0); vertical-align: middle;">fixed</span>
+- Fixed bug on *OpenAdmin > Users* with displaying server name <span class="badge" style="background-color: rgb(204, 0, 0); vertical-align: middle;">fixed</span>
+- Fixed bug on *OpenAdmin > Users > Edit information* with modal-backdrop left after closing the modal. <span class="badge" style="background-color: rgb(204, 0, 0); vertical-align: middle;">fixed</span>
+- Fixed bug on *OpenAdmin > General Settings* with the disabled input field causing 500 error on save. <span class="badge" style="background-color: rgb(204, 0, 0); vertical-align: middle;">fixed</span>
+- Resolved an issue with the PHP-FPM service that led to WordPress prompting for FTP credentials during plugin installation and media uploads. <span class="badge" style="background-color: rgb(204, 0, 0); vertical-align: middle;">fixed</span>
+- Fixed bug where suspended users were being excluded from search results in the *OpenAdmin > Users* section. <span class="badge" style="background-color: rgb(204, 0, 0); vertical-align: middle;">fixed</span>
+- 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. <span class="badge" style="background-color: rgb(204, 0, 0); vertical-align: middle;">fixed</span>
+- Fixed bug where errors for the OpenAdmin section were being logged in api.log instead of the error.log file. <span class="badge" style="background-color: rgb(204, 0, 0); vertical-align: middle;">fixed</span>
+
+## 🚀 New features
+- Docker images can now be downloaded, updated and deleted from the *OpenAdmin > Docker Settings* page. <span class="badge" style="background-color: rgb(66, 185, 131); vertical-align: middle;">new</span>
+- Introduced *OpenAdmin > API Settings* page, enabling API access, token generation, curl command execution, request sending, response viewing, and API access log monitoring. <span class="badge" style="background-color: rgb(66, 185, 131); vertical-align: middle;">new</span>
+- 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). <span class="badge" style="background-color: rgb(66, 185, 131); vertical-align: middle;">new</span>
+
+## 💅 Polish
+- Added check if docker images exist before creating plans. <span class="badge" style="background-color: rgb(231, 192, 0); vertical-align: middle;">improved</span>
+- The system now logs the admin username to identify who performed actions for a user.<span class="badge" style="background-color: rgb(231, 192, 0); vertical-align: middle;">improved</span>
+- Moved all JavaScript code for OpenAdmin to external files.<span class="badge" style="background-color: rgb(231, 192, 0); vertical-align: middle;">improved</span>
+- All responses from OpenAdmin are now compressed, including pages (HTML), templates (JavaScript & CSS), and API responses (JSON).<span class="badge" style="background-color: rgb(231, 192, 0); vertical-align: middle;">improved</span>
+- Added online status indicators to the Users table in OpenAdmin.<span class="badge" style="background-color: rgb(231, 192, 0); vertical-align: middle;">improved</span>