Skip to content

Commit

Permalink
Change ext_emconf.php version to 7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lochmueller committed Aug 27, 2020
1 parent 5cf1913 commit 08609de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.1',
'version' => '7.1.2',
'state' => 'beta',
'clearcacheonload' => 1,
'author' => 'Tim Lochmüller',
Expand Down

0 comments on commit 08609de

Please sign in to comment.