Skip to content

Commit

Permalink
Change ext_emconf.php version to 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lochmueller committed Aug 4, 2021
1 parent 17410c5 commit 6ab0a64
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.4',
'version' => '7.2.0',
'state' => 'stable',
'clearcacheonload' => 1,
'author' => 'Tim Lochmüller',
Expand Down

0 comments on commit 6ab0a64

Please sign in to comment.