From f4a1739ab8951f5d4366744ba3580f583ab6e47b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Lochmu=CC=88ller?= Date: Wed, 5 Aug 2015 16:25:53 +0200 Subject: [PATCH] Prepare release 1.7.0 --- 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 | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index 8af36a7..db69bca 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -7,7 +7,7 @@ conf.py: copyright: 2014 project: Autoloader version: 6.2 - release: 1.6.0 + release: 1.7.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 48c5683..2fd436b 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.6.0-9.9.9', + 'autoloader' => '1.7.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 af0fd51..e745c8b 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.6.0-9.9.9', + 'autoloader' => '1.7.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 9f9ed72..7921f2f 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.6.0-9.9.9', + 'autoloader' => '1.7.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 94a86c7..8344a44 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.6.0-9.9.9', + 'autoloader' => '1.7.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 2268d82..c88ddb0 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.6.0-9.9.9', + 'autoloader' => '1.7.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 932d674..8628e27 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.6.0-9.9.9', + 'autoloader' => '1.7.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 62e2702..c522e9f 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.6.0-9.9.9', + 'autoloader' => '1.7.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 f6f0951..25cd228 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.6.0-9.9.9', + 'autoloader' => '1.7.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 e5e4ad1..ec3c3dd 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.6.0-9.9.9', + 'autoloader' => '1.7.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 fa655fa..4db5e04 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.6.0-9.9.9', + 'autoloader' => '1.7.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 995df9f..7197d8e 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.6.0-9.9.9', + 'autoloader' => '1.7.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 4a08b84..edf44bb 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.6.0-9.9.9', + 'autoloader' => '1.7.0-9.9.9', ), ), ); \ No newline at end of file diff --git a/ext_emconf.php b/ext_emconf.php index 74f4286..04b02d1 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.6.0', + 'version' => '1.7.0', 'state' => 'stable', 'clearcacheonload' => 1, 'author' => 'Tim Lochmüller',