From 6b633b78f991b3f49ad56070ffc482708ddd5080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Lochmu=CC=88ller?= Date: Thu, 27 Aug 2020 09:36:23 +0200 Subject: [PATCH] Change ext_emconf.php version to 7.1.1 --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index d8d9671..294b067 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -10,7 +10,7 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'Autoloader', 'description' => 'Automatic components loading of ExtBase extensions to get more time for coffee in the company ;) This ext is not a PHP SPL autoloader or class loader - it is better! Loads CommandController, Xclass, Hooks, FlexForms, Slots, TypoScript, TypeConverter, BackendLayouts and take care of createing needed templates, TCA configuration or translations at the right location.', - 'version' => '7.1.0', + 'version' => '7.1.1', 'state' => 'beta', 'clearcacheonload' => 1, 'author' => 'Tim Lochmüller',