This commit is contained in:
Ibnu Maksum 2024-03-03 17:29:53 +07:00
parent b53116d22a
commit 0745532951
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 # CHANGELOG
## 2024.3.3
- Change loading button by @Focuslinkstech
- Add Customer Announcements by @Gerandonk
- Add PPPOE Period Validity by @Gerandonk
## 2024.2.29 ## 2024.2.29
- Fix Hook Functionality - Fix Hook Functionality

View File

@ -458,5 +458,7 @@
"Logout_Successful": "Logout Successful", "Logout_Successful": "Logout Successful",
"warning": "warning", "warning": "warning",
"Users_Announcement": "Users Announcement", "Users_Announcement": "Users Announcement",
"Customer_Announcement": "Customer Announcement" "Customer_Announcement": "Customer Announcement",
"1_Period___1_Month__Expires_the_20th_of_each_month": "1 Period = 1 Month, Expires the 20th of each month",
"Period": "Period"
} }

View File

@ -1,3 +1,3 @@
{ {
"version": "2024.2.29" "version": "2024.3.3"
} }