mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-18 08:38:29 +02:00
2024.2.20
This commit is contained in:
parent
2063ae4159
commit
63bba0efb0
3 changed files with 10 additions and 2 deletions
|
@ -2,6 +2,12 @@
|
||||||
|
|
||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
## 2024.2.20
|
||||||
|
|
||||||
|
- Fix list admin
|
||||||
|
- Burst Limit
|
||||||
|
- Pace Loading by @Focuslinkstech
|
||||||
|
|
||||||
## 2024.2.19
|
## 2024.2.19
|
||||||
|
|
||||||
- Start API Development
|
- Start API Development
|
||||||
|
|
|
@ -421,5 +421,7 @@
|
||||||
"Optional": "Optional",
|
"Optional": "Optional",
|
||||||
"Generated_By": "Generated By",
|
"Generated_By": "Generated By",
|
||||||
"Admin": "Admin",
|
"Admin": "Admin",
|
||||||
"Password_should_be_minimum_6_characters": "Password should be minimum 6 characters"
|
"Password_should_be_minimum_6_characters": "Password should be minimum 6 characters",
|
||||||
|
"Add_User": "Add User",
|
||||||
|
"Send_Notification": "Send Notification"
|
||||||
}
|
}
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"version": "2024.2.19"
|
"version": "2024.2.20"
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue