From 577ed31f574cc7c35d686eaa196e1a9b862655c0 Mon Sep 17 00:00:00 2001 From: iBNu Maksum Date: Tue, 15 Oct 2024 16:19:43 +0700 Subject: [PATCH] ## 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 --- CHANGELOG.md | 9 +++++++++ system/lan/english.json | 11 ++++++++++- system/lan/indonesia.json | 3 ++- version.json | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f37c8b17..a0a0153d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/system/lan/english.json b/system/lan/english.json index 9a5140c7..4e23c59f 100644 --- a/system/lan/english.json +++ b/system/lan/english.json @@ -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" } \ No newline at end of file diff --git a/system/lan/indonesia.json b/system/lan/indonesia.json index 2a1d0b00..90d7a515 100644 --- a/system/lan/indonesia.json +++ b/system/lan/indonesia.json @@ -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" } \ No newline at end of file diff --git a/version.json b/version.json index 33f2616c..5a1c2624 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "2024.10.7" + "version": "2024.10.15" } \ No newline at end of file