Skip to content

Commit

Permalink
Prepare Release 1.6.0 for TYPO3 CMS up to 7.99.99
Browse files Browse the repository at this point in the history
  • Loading branch information
lochmueller committed Jun 22, 2015
1 parent ebe6c3a commit 7483159
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'description' => '',
'constraints' => array(
'depends' => array(
'autoloader' => '1.5.8-9.9.9',
'autoloader' => '1.6.0-9.9.9',
),
),
);
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'description' => '',
'constraints' => array(
'depends' => array(
'autoloader' => '1.5.8-9.9.9',
'autoloader' => '1.6.0-9.9.9',
),
),
);
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'description' => '',
'constraints' => array(
'depends' => array(
'autoloader' => '1.5.8-9.9.9',
'autoloader' => '1.6.0-9.9.9',
),
),
);
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'description' => '',
'constraints' => array(
'depends' => array(
'autoloader' => '1.5.8-9.9.9',
'autoloader' => '1.6.0-9.9.9',
),
),
);
2 changes: 1 addition & 1 deletion Resources/Private/Examples/autoloader_csh/ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'description' => '',
'constraints' => array(
'depends' => array(
'autoloader' => '1.5.8-9.9.9',
'autoloader' => '1.6.0-9.9.9',
),
),
);
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'description' => '',
'constraints' => array(
'depends' => array(
'autoloader' => '1.5.8-9.9.9',
'autoloader' => '1.6.0-9.9.9',
),
),
);
2 changes: 1 addition & 1 deletion Resources/Private/Examples/autoloader_hooks/ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'description' => '',
'constraints' => array(
'depends' => array(
'autoloader' => '1.5.8-9.9.9',
'autoloader' => '1.6.0-9.9.9',
),
),
);
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'description' => '',
'constraints' => array(
'depends' => array(
'autoloader' => '1.5.8-9.9.9',
'autoloader' => '1.6.0-9.9.9',
),
),
);
2 changes: 1 addition & 1 deletion Resources/Private/Examples/autoloader_slots/ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'description' => '',
'constraints' => array(
'depends' => array(
'autoloader' => '1.5.8-9.9.9',
'autoloader' => '1.6.0-9.9.9',
),
),
);
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'description' => '',
'constraints' => array(
'depends' => array(
'autoloader' => '1.5.8-9.9.9',
'autoloader' => '1.6.0-9.9.9',
),
),
);
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'description' => '',
'constraints' => array(
'depends' => array(
'autoloader' => '1.5.8-9.9.9',
'autoloader' => '1.6.0-9.9.9',
),
),
);
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'description' => '',
'constraints' => array(
'depends' => array(
'autoloader' => '1.5.8-9.9.9',
'autoloader' => '1.6.0-9.9.9',
),
),
);
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
$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',
'author_email' => '[email protected]',
'author_company' => 'hdnet.de',
'constraints' => array(
'depends' => array(
'typo3' => '6.2.0-7.2.99',
'typo3' => '6.2.0-7.99.99',
),
),
);

0 comments on commit 7483159

Please sign in to comment.