forked from kevinowino869/mitrobill
## 2024.10.15
- CSRF Security - Admin can only have 1 active session - Move Miscellaneous Settings to new page - Fix Customer Online - Count Shared user online for Radius REST - Fix Invoice Print
This commit is contained in:
parent
064e4c80ed
commit
577ed31f57
@ -2,6 +2,15 @@
|
||||
|
||||
# CHANGELOG
|
||||
|
||||
## 2024.10.15
|
||||
|
||||
- CSRF Security
|
||||
- Admin can only have 1 active session
|
||||
- Move Miscellaneous Settings to new page
|
||||
- Fix Customer Online
|
||||
- Count Shared user online for Radius REST
|
||||
- Fix Invoice Print
|
||||
|
||||
## 2024.10.7
|
||||
|
||||
- Show Customer is Online or not
|
||||
|
@ -778,5 +778,14 @@
|
||||
"Expired_Cronjob_Every_5_Minutes": "Expired Cronjob Every 5 Minutes",
|
||||
"Expired_Cronjob_Every_1_Hour": "Expired Cronjob Every 1 Hour",
|
||||
"Reminder_Cronjob_Every_7_AM": "Reminder Cronjob Every 7 AM",
|
||||
"Force_Logout_": "Force Logout:"
|
||||
"Force_Logout_": "Force Logout:",
|
||||
"Activation": "Activation",
|
||||
"Package_Name": "Package Name",
|
||||
"Routers_Offline": "Routers Offline",
|
||||
"Cron_appear_not_been_setup__please_check_your_cron_setup_": "Cron appear not been setup, please check your cron setup.",
|
||||
"3_Months": "3 Months",
|
||||
"Invalid_or_Expired_CSRF_Token": "Invalid or Expired CSRF Token",
|
||||
"Miscellaneous_Settings": "Miscellaneous Settings",
|
||||
"Check_if_Customer_Online": "Check if Customer Online",
|
||||
"This_will_show_is_Customer_currently_is_online_or_not": "This will show is Customer currently is online or not"
|
||||
}
|
@ -744,5 +744,6 @@
|
||||
"Not_Active": "Tidak Aktif",
|
||||
"Limit": "Membatasi",
|
||||
"Create_expired_Internet_Package": "Buat Paket Internet yang Kedaluwarsa",
|
||||
"When_customer_expired__you_can_move_it_to_Expired_Internet_Package": "Ketika pelanggan telah kedaluwarsa, Anda dapat memindahkannya ke Paket Internet Kedaluwarsa"
|
||||
"When_customer_expired__you_can_move_it_to_Expired_Internet_Package": "Ketika pelanggan telah kedaluwarsa, Anda dapat memindahkannya ke Paket Internet Kedaluwarsa",
|
||||
"Miscellaneous_Settings": "Pengaturan Lain-Lain"
|
||||
}
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"version": "2024.10.7"
|
||||
"version": "2024.10.15"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user