diff --git a/CHANGELOG.md b/CHANGELOG.md index 785537da..c184ab7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ # CHANGELOG +## 2024.4.2 + +- Fix REST API +- Fix Log IP Cloudflare by @Gerandonk +- Show Personal or Business in customer dashboard + ## 2024.3.26 - Change paginator, to make easy customization using pagination.tpl diff --git a/system/lan/english.json b/system/lan/english.json index 71f8294a..8d531a87 100644 --- a/system/lan/english.json +++ b/system/lan/english.json @@ -537,5 +537,7 @@ "All_fields_are_required": "All fields are required", "Personal": "Personal", "Email_Notification": "Email Notification", - "Router_Name___Location": "Router Name \/ Location" + "Router_Name___Location": "Router Name \/ Location", + "Plan_Category": "Plan Category", + "ID": "ID" } \ No newline at end of file diff --git a/version.json b/version.json index ad181ed8..cd7109fd 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "2024.3.26" + "version": "2024.4.2" } \ No newline at end of file