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
## 2024.3.3
- Change loading button by @Focuslinkstech
- Add Customer Announcements by @Gerandonk
- Add PPPOE Period Validity by @Gerandonk
## 2024.2.29
- Fix Hook Functionality

View file

@ -458,5 +458,7 @@
"Logout_Successful": "Logout Successful",
"warning": "warning",
"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"
}