From c753feeeb0f938130fbb3d7b41325148743f9503 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 31 Jan 2026 11:55:22 +0100 Subject: [PATCH 1/2] Update CHANGELOG-1.x.md --- CHANGELOG-1.x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG-1.x.md b/CHANGELOG-1.x.md index 768abb73..4c231dad 100644 --- a/CHANGELOG-1.x.md +++ b/CHANGELOG-1.x.md @@ -3,7 +3,7 @@ ## [1.8.8 - 31.01.2026] ### Added * Change Comment: Add missing hooks - patched from 0.8 (https://github.com/slawkens/myaac/commit/a60a23b84f61d41d1503073b52e01e3120f6d92a) -* + ### Changed * Account Manage: Change the last login to the correct login time – Instead of just "now" (https://github.com/slawkens/myaac/commit/5b841682cdc473b38ef1a5edfcfe1a020802e286) * Twig: Extract renderInline(content, context) as a method to $twig (https://github.com/slawkens/myaac/commit/5e4806f891f8c88c37d45b89bbede23afc2fa37b) From 88ea9ceee1d91efa02181fb1b50c8c057a8c2b7c Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 31 Jan 2026 12:30:07 +0100 Subject: [PATCH 2/2] Create AccountBan.php --- system/src/Models/AccountBan.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 system/src/Models/AccountBan.php diff --git a/system/src/Models/AccountBan.php b/system/src/Models/AccountBan.php new file mode 100644 index 00000000..fb4d6a7f --- /dev/null +++ b/system/src/Models/AccountBan.php @@ -0,0 +1,18 @@ +