From 7483159ca8cd4dd92db2e0267c7af4ed4ef4ca4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Lochmu=CC=88ller?= Date: Mon, 22 Jun 2015 15:05:09 +0200 Subject: [PATCH] Prepare Release 1.6.0 for TYPO3 CMS up to 7.99.99 --- Documentation/Settings.yml | 2 +- Resources/Private/Examples/autoloader_aspect/ext_emconf.php | 2 +- .../Private/Examples/autoloader_backendlayout/ext_emconf.php | 2 +- .../Examples/autoloader_commandcontroller/ext_emconf.php | 2 +- .../Private/Examples/autoloader_contentobject/ext_emconf.php | 2 +- Resources/Private/Examples/autoloader_csh/ext_emconf.php | 2 +- .../Private/Examples/autoloader_extensionid/ext_emconf.php | 2 +- Resources/Private/Examples/autoloader_hooks/ext_emconf.php | 2 +- Resources/Private/Examples/autoloader_plugin/ext_emconf.php | 2 +- Resources/Private/Examples/autoloader_slots/ext_emconf.php | 2 +- .../Private/Examples/autoloader_smartobject/ext_emconf.php | 2 +- .../Private/Examples/autoloader_typeconverter/ext_emconf.php | 2 +- Resources/Private/Examples/autoloader_xclass/ext_emconf.php | 2 +- ext_emconf.php | 4 ++-- 14 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index 0e92752..8af36a7 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.8 + release: 1.6.0 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 95d5ac9..48c5683 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.8-9.9.9', + 'autoloader' => '1.6.0-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 f06b173..af0fd51 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.8-9.9.9', + 'autoloader' => '1.6.0-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 402a969..9f9ed72 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.8-9.9.9', + 'autoloader' => '1.6.0-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 b97bda0..94a86c7 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.8-9.9.9', + 'autoloader' => '1.6.0-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 2a82d3d..2268d82 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.8-9.9.9', + 'autoloader' => '1.6.0-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 550088d..932d674 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.8-9.9.9', + 'autoloader' => '1.6.0-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 dec8a57..62e2702 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.8-9.9.9', + 'autoloader' => '1.6.0-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 72689ca..f6f0951 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.8-9.9.9', + 'autoloader' => '1.6.0-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 d4600e7..e5e4ad1 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.8-9.9.9', + 'autoloader' => '1.6.0-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 cd45ab5..fa655fa 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.8-9.9.9', + 'autoloader' => '1.6.0-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 74bd811..995df9f 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.8-9.9.9', + 'autoloader' => '1.6.0-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 e95c5e7..4a08b84 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.8-9.9.9', + 'autoloader' => '1.6.0-9.9.9', ), ), ); \ No newline at end of file diff --git a/ext_emconf.php b/ext_emconf.php index 7af2465..74f4286 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.8', + 'version' => '1.6.0', 'state' => 'stable', 'clearcacheonload' => 1, 'author' => 'Tim Lochmüller', @@ -19,7 +19,7 @@ 'author_company' => 'hdnet.de', 'constraints' => array( 'depends' => array( - 'typo3' => '6.2.0-7.2.99', + 'typo3' => '6.2.0-7.99.99', ), ), );