2024.2.20

This commit is contained in:
Ibnu Maksum 2024-02-20 11:01:02 +07:00
parent 2063ae4159
commit 63bba0efb0
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.2.20
- Fix list admin
- Burst Limit
- Pace Loading by @Focuslinkstech
## 2024.2.19
- Start API Development

View file

@ -421,5 +421,7 @@
"Optional": "Optional",
"Generated_By": "Generated By",
"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"
}

View file

@ -1,3 +1,3 @@
{
"version": "2024.2.19"
"version": "2024.2.20"
}