Skip to content

Commit

Permalink
Prepare release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lochmueller committed Aug 5, 2015
1 parent 97ce3f5 commit f4a1739
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 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.6.0
release: 1.7.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.6.0-9.9.9',
'autoloader' => '1.7.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.6.0-9.9.9',
'autoloader' => '1.7.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.6.0-9.9.9',
'autoloader' => '1.7.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.6.0-9.9.9',
'autoloader' => '1.7.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.6.0-9.9.9',
'autoloader' => '1.7.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.6.0-9.9.9',
'autoloader' => '1.7.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.6.0-9.9.9',
'autoloader' => '1.7.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.6.0-9.9.9',
'autoloader' => '1.7.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.6.0-9.9.9',
'autoloader' => '1.7.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.6.0-9.9.9',
'autoloader' => '1.7.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.6.0-9.9.9',
'autoloader' => '1.7.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.6.0-9.9.9',
'autoloader' => '1.7.0-9.9.9',
),
),
);
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f4a1739

Please sign in to comment.