From f8a15e475468c530dee3dc069c2a68a92285c545 Mon Sep 17 00:00:00 2001 From: iBNu Maksum Date: Fri, 18 Oct 2024 10:59:23 +0700 Subject: [PATCH] ## 2024.10.18 - Single Session Admin Can be set in the Settings - Auto expired unpaid transaction - Registration Type - Can Login as User from Customer View - Can select customer register must using OTP or not - Add Meta.php for additional information --- CHANGELOG.md | 9 +++++++++ version.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0a0153d..1a427da8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ # CHANGELOG +## 2024.10.18 + +- Single Session Admin Can be set in the Settings +- Auto expired unpaid transaction +- Registration Type +- Can Login as User from Customer View +- Can select customer register must using OTP or not +- Add Meta.php for additional information + ## 2024.10.15 - CSRF Security diff --git a/version.json b/version.json index 68c7cbfa..1524b489 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "2024.10.17" + "version": "2024.10.18" } \ No newline at end of file