From 3ef24399561114a7fbed080fbd50c5365d113d89 Mon Sep 17 00:00:00 2001 From: Akhil Date: Mon, 6 Feb 2023 13:28:50 +0530 Subject: [PATCH 1/2] Comment out template rendered listener and bump version --- appinfo/info.xml | 2 +- lib/AppInfo/Application.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 15e14c15..3ebc2394 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -10,7 +10,7 @@ - 2.4.0 + 2.4.1 agpl Akhil Potukuchi EcloudAccounts diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php index e9267b00..87d526f9 100644 --- a/lib/AppInfo/Application.php +++ b/lib/AppInfo/Application.php @@ -51,7 +51,7 @@ class Application extends App implements IBootstrap { $context->registerEventListener(BeforeUserDeletedEvent::class, BeforeUserDeletedListener::class); $context->registerEventListener(UserChangedEvent::class, UserChangedListener::class); $context->registerEventListener(UserAddedEvent::class, UserAddedToBetaGroupListener::class); - $context->registerEventListener(BeforeTemplateRenderedEvent::class, BeforeTemplateRenderedListener::class); + // $context->registerEventListener(BeforeTemplateRenderedEvent::class, BeforeTemplateRenderedListener::class); } public function boot(IBootContext $context): void { -- GitLab From 4c51935442f19714c013f670f570ef07766d067c Mon Sep 17 00:00:00 2001 From: Akhil Date: Mon, 6 Feb 2023 13:38:29 +0530 Subject: [PATCH 2/2] 2.3.4 --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 3ebc2394..862a815d 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -10,7 +10,7 @@ - 2.4.1 + 2.3.4 agpl Akhil Potukuchi EcloudAccounts -- GitLab