This commit is contained in:
Ibnu Maksum 2024-04-02 14:08:03 +07:00
parent 198dfee3cc
commit 68c9ab0b2e
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5
3 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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"
}

View File

@ -1,3 +1,3 @@
{
"version": "2024.3.26"
"version": "2024.4.2"
}