From 60dd6cc55b1bc0dc2dacdc87caf9b785e752b7e6 Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 8 Aug 2022 20:23:13 +0200 Subject: [PATCH] Change ext_emconf.php version to 12.4.0 --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index 7bc34cec..ed3900d1 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -7,7 +7,7 @@ 'title' => 'Calendarize - Event Management', 'description' => 'Create a structure for timely controlled tables (e.g. events) and one plugin for the different output of calendar views (list, detail, month, year, day, week...). The extension is shipped with one default event table, but you can also "calendarize" your own table/model. It is completely independent and configurable! Use your own models as event items in this calender. Development on https://github.com/lochmueller/calendarize', 'category' => 'fe', - 'version' => '12.3.0', + 'version' => '12.4.0', 'state' => 'stable', 'clearcacheonload' => 1, 'author' => 'Tim Lochmüller',