mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-16 15:51:06 +02:00
2024.4.2
This commit is contained in:
parent
198dfee3cc
commit
68c9ab0b2e
3 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"version": "2024.3.26"
|
||||
"version": "2024.4.2"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue