diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index 8ae466a..0e92752 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -7,7 +7,7 @@ conf.py: copyright: 2014 project: Autoloader version: 6.2 - release: 1.5.7 + release: 1.5.8 highlight_language: php latex_documents: - - Index diff --git a/Resources/Private/Examples/autoloader_aspect/ext_emconf.php b/Resources/Private/Examples/autoloader_aspect/ext_emconf.php index 8efd3f5..95d5ac9 100644 --- a/Resources/Private/Examples/autoloader_aspect/ext_emconf.php +++ b/Resources/Private/Examples/autoloader_aspect/ext_emconf.php @@ -13,7 +13,7 @@ 'description' => '', 'constraints' => array( 'depends' => array( - 'autoloader' => '1.5.7-9.9.9', + 'autoloader' => '1.5.8-9.9.9', ), ), ); \ No newline at end of file diff --git a/Resources/Private/Examples/autoloader_backendlayout/ext_emconf.php b/Resources/Private/Examples/autoloader_backendlayout/ext_emconf.php index 17c9cc7..f06b173 100644 --- a/Resources/Private/Examples/autoloader_backendlayout/ext_emconf.php +++ b/Resources/Private/Examples/autoloader_backendlayout/ext_emconf.php @@ -13,7 +13,7 @@ 'description' => '', 'constraints' => array( 'depends' => array( - 'autoloader' => '1.5.7-9.9.9', + 'autoloader' => '1.5.8-9.9.9', ), ), ); \ No newline at end of file diff --git a/Resources/Private/Examples/autoloader_commandcontroller/ext_emconf.php b/Resources/Private/Examples/autoloader_commandcontroller/ext_emconf.php index a30effa..402a969 100644 --- a/Resources/Private/Examples/autoloader_commandcontroller/ext_emconf.php +++ b/Resources/Private/Examples/autoloader_commandcontroller/ext_emconf.php @@ -13,7 +13,7 @@ 'description' => '', 'constraints' => array( 'depends' => array( - 'autoloader' => '1.5.7-9.9.9', + 'autoloader' => '1.5.8-9.9.9', ), ), ); \ No newline at end of file diff --git a/Resources/Private/Examples/autoloader_contentobject/ext_emconf.php b/Resources/Private/Examples/autoloader_contentobject/ext_emconf.php index c6b5c41..b97bda0 100644 --- a/Resources/Private/Examples/autoloader_contentobject/ext_emconf.php +++ b/Resources/Private/Examples/autoloader_contentobject/ext_emconf.php @@ -13,7 +13,7 @@ 'description' => '', 'constraints' => array( 'depends' => array( - 'autoloader' => '1.5.7-9.9.9', + 'autoloader' => '1.5.8-9.9.9', ), ), ); \ No newline at end of file diff --git a/Resources/Private/Examples/autoloader_csh/ext_emconf.php b/Resources/Private/Examples/autoloader_csh/ext_emconf.php index 05ccb0a..2a82d3d 100644 --- a/Resources/Private/Examples/autoloader_csh/ext_emconf.php +++ b/Resources/Private/Examples/autoloader_csh/ext_emconf.php @@ -13,7 +13,7 @@ 'description' => '', 'constraints' => array( 'depends' => array( - 'autoloader' => '1.5.7-9.9.9', + 'autoloader' => '1.5.8-9.9.9', ), ), ); \ No newline at end of file diff --git a/Resources/Private/Examples/autoloader_extensionid/ext_emconf.php b/Resources/Private/Examples/autoloader_extensionid/ext_emconf.php index 30a9372..550088d 100644 --- a/Resources/Private/Examples/autoloader_extensionid/ext_emconf.php +++ b/Resources/Private/Examples/autoloader_extensionid/ext_emconf.php @@ -13,7 +13,7 @@ 'description' => '', 'constraints' => array( 'depends' => array( - 'autoloader' => '1.5.7-9.9.9', + 'autoloader' => '1.5.8-9.9.9', ), ), ); \ No newline at end of file diff --git a/Resources/Private/Examples/autoloader_hooks/ext_emconf.php b/Resources/Private/Examples/autoloader_hooks/ext_emconf.php index 100e102..dec8a57 100644 --- a/Resources/Private/Examples/autoloader_hooks/ext_emconf.php +++ b/Resources/Private/Examples/autoloader_hooks/ext_emconf.php @@ -13,7 +13,7 @@ 'description' => '', 'constraints' => array( 'depends' => array( - 'autoloader' => '1.5.7-9.9.9', + 'autoloader' => '1.5.8-9.9.9', ), ), ); \ No newline at end of file diff --git a/Resources/Private/Examples/autoloader_plugin/ext_emconf.php b/Resources/Private/Examples/autoloader_plugin/ext_emconf.php index f15dff3..72689ca 100644 --- a/Resources/Private/Examples/autoloader_plugin/ext_emconf.php +++ b/Resources/Private/Examples/autoloader_plugin/ext_emconf.php @@ -13,7 +13,7 @@ 'description' => '', 'constraints' => array( 'depends' => array( - 'autoloader' => '1.5.7-9.9.9', + 'autoloader' => '1.5.8-9.9.9', ), ), ); \ No newline at end of file diff --git a/Resources/Private/Examples/autoloader_slots/ext_emconf.php b/Resources/Private/Examples/autoloader_slots/ext_emconf.php index 9d671ee..d4600e7 100644 --- a/Resources/Private/Examples/autoloader_slots/ext_emconf.php +++ b/Resources/Private/Examples/autoloader_slots/ext_emconf.php @@ -13,7 +13,7 @@ 'description' => '', 'constraints' => array( 'depends' => array( - 'autoloader' => '1.5.7-9.9.9', + 'autoloader' => '1.5.8-9.9.9', ), ), ); \ No newline at end of file diff --git a/Resources/Private/Examples/autoloader_smartobject/ext_emconf.php b/Resources/Private/Examples/autoloader_smartobject/ext_emconf.php index 7814590..cd45ab5 100644 --- a/Resources/Private/Examples/autoloader_smartobject/ext_emconf.php +++ b/Resources/Private/Examples/autoloader_smartobject/ext_emconf.php @@ -13,7 +13,7 @@ 'description' => '', 'constraints' => array( 'depends' => array( - 'autoloader' => '1.5.7-9.9.9', + 'autoloader' => '1.5.8-9.9.9', ), ), ); \ No newline at end of file diff --git a/Resources/Private/Examples/autoloader_typeconverter/ext_emconf.php b/Resources/Private/Examples/autoloader_typeconverter/ext_emconf.php index 4b91e38..74bd811 100644 --- a/Resources/Private/Examples/autoloader_typeconverter/ext_emconf.php +++ b/Resources/Private/Examples/autoloader_typeconverter/ext_emconf.php @@ -13,7 +13,7 @@ 'description' => '', 'constraints' => array( 'depends' => array( - 'autoloader' => '1.5.7-9.9.9', + 'autoloader' => '1.5.8-9.9.9', ), ), ); \ No newline at end of file diff --git a/Resources/Private/Examples/autoloader_xclass/ext_emconf.php b/Resources/Private/Examples/autoloader_xclass/ext_emconf.php index fb7c19a..e95c5e7 100644 --- a/Resources/Private/Examples/autoloader_xclass/ext_emconf.php +++ b/Resources/Private/Examples/autoloader_xclass/ext_emconf.php @@ -13,7 +13,7 @@ 'description' => '', 'constraints' => array( 'depends' => array( - 'autoloader' => '1.5.7-9.9.9', + 'autoloader' => '1.5.8-9.9.9', ), ), ); \ No newline at end of file diff --git a/ext_emconf.php b/ext_emconf.php index 2a8326b..7af2465 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -11,7 +11,7 @@ $EM_CONF[$_EXTKEY] = array( '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, Aspects, FlexForms, Slots...', - 'version' => '1.5.7', + 'version' => '1.5.8', 'state' => 'stable', 'clearcacheonload' => 1, 'author' => 'Tim Lochmüller',