diff --git a/ext_emconf.php b/ext_emconf.php index 744d01d0..cb3cd2af 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' => '7.0.0', + 'version' => '7.1.0', 'state' => 'stable', 'clearcacheonload' => 1, 'author' => 'Tim Lochmüller',