From 518fe7563e1389d81c6d2bc13e01c1fa5c99bf03 Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Thu, 14 Dec 2023 11:49:48 +0700 Subject: [PATCH] 2023.12.14 --- CHANGELOG.md | 4 ++++ system/lan/english/common.lan.php | 6 +++++- system/lan/indonesia/common.lan.php | 4 ++++ system/lan/spanish/common.lan.php | 6 +++++- system/lan/turkish/common.lan.php | 6 +++++- version.json | 2 +- 6 files changed, 24 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 063059b5..1b512a59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ # CHANGELOG +## 2023.12.14 + +- Can send SMS using Mikrotik with Modem Installed +- Add Customer Type, so Customer can only show their PPPOE or Hotspot Package or both ## 2023.11.17 diff --git a/system/lan/english/common.lan.php b/system/lan/english/common.lan.php index b32d64b2..c4b03034 100644 --- a/system/lan/english/common.lan.php +++ b/system/lan/english/common.lan.php @@ -408,4 +408,8 @@ $_L['Change_title_in_user_Plan_order'] = 'Change title in user Plan order'; $_L['Logs'] = 'Logs'; $_L['Voucher_Format'] = 'Voucher Format'; $_L['Resend_To_Customer'] = 'Resend To Customer'; -$_L['Your_friend_do_not_have_active_package'] = 'Your friend do not have active package'; +$_L['Your_friend_do_not_have_active_package'] = 'Your friend do not have active package'; +$_L['Service_Type'] = 'Service Type'; +$_L['Others'] = 'Others'; +$_L['PPPoE'] = 'PPPoE'; +$_L['Hotspot'] = 'Hotspot'; diff --git a/system/lan/indonesia/common.lan.php b/system/lan/indonesia/common.lan.php index f30d36fc..f6a88e37 100644 --- a/system/lan/indonesia/common.lan.php +++ b/system/lan/indonesia/common.lan.php @@ -408,3 +408,7 @@ $_L['Change_title_in_user_Plan_order'] = 'Ubah judul dalam urutan paket pelangga $_L['Logs'] = 'Log'; $_L['Voucher_Format'] = 'Format Voucher'; $_L['Resend_To_Customer'] = 'Kirim Ulang Ke Pelanggan'; +$_L['Service_Type'] = 'Service Type'; +$_L['Others'] = 'Lainnya'; +$_L['PPPoE'] = 'PPPoE'; +$_L['Hotspot'] = 'Hotspot'; \ No newline at end of file diff --git a/system/lan/spanish/common.lan.php b/system/lan/spanish/common.lan.php index 2c13913a..12dcc111 100644 --- a/system/lan/spanish/common.lan.php +++ b/system/lan/spanish/common.lan.php @@ -401,4 +401,8 @@ $_L['Deactivate'] = 'Deactivate'; $_L['Sync'] = 'Sync'; $_L['Failed_to_create_PaymeTrust_transaction'] = 'Failed to create PaymeTrust transaction.'; $_L['Location'] = 'Location'; -$_L['Voucher_Format'] = 'Voucher Format'; \ No newline at end of file +$_L['Voucher_Format'] = 'Voucher Format'; +$_L['Service_Type'] = 'Service Type'; +$_L['Others'] = 'Others'; +$_L['PPPoE'] = 'PPPoE'; +$_L['Hotspot'] = 'Hotspot'; \ No newline at end of file diff --git a/system/lan/turkish/common.lan.php b/system/lan/turkish/common.lan.php index d7d5dd59..c7b5a60b 100755 --- a/system/lan/turkish/common.lan.php +++ b/system/lan/turkish/common.lan.php @@ -378,4 +378,8 @@ $_L['Deactivate'] = 'Deactivate'; $_L['Sync'] = 'Sync'; $_L['Failed_to_create_PaymeTrust_transaction'] = 'Failed to create PaymeTrust transaction.'; $_L['Location'] = 'Location'; -$_L['Voucher_Format'] = 'Voucher Format'; \ No newline at end of file +$_L['Voucher_Format'] = 'Voucher Format'; +$_L['Service_Type'] = 'Service Type'; +$_L['Others'] = 'Others'; +$_L['PPPoE'] = 'PPPoE'; +$_L['Hotspot'] = 'Hotspot'; \ No newline at end of file diff --git a/version.json b/version.json index 15c23b06..227dd9e8 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "2023.11.17" + "version": "2023.12.14" } \ No newline at end of file