From ca7f2c47be620436e4c16e762d9d99e10e9c149b Mon Sep 17 00:00:00 2001 From: Wouter Wolters <typo3@wouterwolters.nl> Date: Tue, 29 Sep 2015 14:32:41 +0200 Subject: [PATCH] [TASK] Update TYPO3 version to TYPO3 7.6-dev Releases: master Change-Id: Ic9608e3c91abe435beefc595a33f537f777f4446 Reviewed-on: http://review.typo3.org/43626 Reviewed-by: Andreas Fernandez <typo3@scripting-base.de> Tested-by: Andreas Fernandez <typo3@scripting-base.de> Reviewed-by: Benni Mack <benni@typo3.org> Tested-by: Benni Mack <benni@typo3.org> --- typo3/sysext/about/ext_emconf.php | 4 ++-- typo3/sysext/aboutmodules/ext_emconf.php | 4 ++-- typo3/sysext/adodb/ext_emconf.php | 4 ++-- typo3/sysext/backend/ext_emconf.php | 4 ++-- typo3/sysext/belog/ext_emconf.php | 4 ++-- typo3/sysext/beuser/ext_emconf.php | 4 ++-- typo3/sysext/compatibility6/ext_emconf.php | 2 +- typo3/sysext/context_help/ext_emconf.php | 4 ++-- .../sysext/core/Classes/Core/SystemEnvironmentBuilder.php | 4 ++-- typo3/sysext/core/ext_emconf.php | 2 +- typo3/sysext/cshmanual/ext_emconf.php | 4 ++-- typo3/sysext/css_styled_content/ext_emconf.php | 4 ++-- typo3/sysext/dbal/ext_emconf.php | 6 +++--- typo3/sysext/documentation/ext_emconf.php | 8 ++++---- typo3/sysext/extbase/ext_emconf.php | 4 ++-- typo3/sysext/extensionmanager/ext_emconf.php | 4 ++-- typo3/sysext/feedit/ext_emconf.php | 4 ++-- typo3/sysext/felogin/ext_emconf.php | 4 ++-- typo3/sysext/filelist/ext_emconf.php | 4 ++-- typo3/sysext/filemetadata/ext_emconf.php | 4 ++-- typo3/sysext/fluid/ext_emconf.php | 4 ++-- typo3/sysext/fluid_styled_content/ext_emconf.php | 2 +- typo3/sysext/form/ext_emconf.php | 2 +- typo3/sysext/frontend/ext_emconf.php | 4 ++-- typo3/sysext/func/ext_emconf.php | 4 ++-- typo3/sysext/impexp/ext_emconf.php | 4 ++-- typo3/sysext/indexed_search/ext_emconf.php | 4 ++-- typo3/sysext/indexed_search_mysql/ext_emconf.php | 6 +++--- typo3/sysext/info/ext_emconf.php | 4 ++-- typo3/sysext/info_pagetsconfig/ext_emconf.php | 6 +++--- typo3/sysext/install/ext_emconf.php | 4 ++-- typo3/sysext/jumpurl/ext_emconf.php | 4 ++-- typo3/sysext/lang/ext_emconf.php | 6 +++--- typo3/sysext/linkvalidator/ext_emconf.php | 6 +++--- typo3/sysext/lowlevel/ext_emconf.php | 4 ++-- typo3/sysext/mediace/ext_emconf.php | 4 ++-- typo3/sysext/opendocs/ext_emconf.php | 4 ++-- typo3/sysext/openid/ext_emconf.php | 8 ++++---- typo3/sysext/recordlist/ext_emconf.php | 4 ++-- typo3/sysext/recycler/ext_emconf.php | 4 ++-- typo3/sysext/reports/ext_emconf.php | 4 ++-- typo3/sysext/rsaauth/ext_emconf.php | 4 ++-- typo3/sysext/rtehtmlarea/ext_emconf.php | 4 ++-- typo3/sysext/saltedpasswords/ext_emconf.php | 4 ++-- typo3/sysext/scheduler/ext_emconf.php | 4 ++-- typo3/sysext/setup/ext_emconf.php | 4 ++-- typo3/sysext/sv/ext_emconf.php | 4 ++-- typo3/sysext/sys_action/ext_emconf.php | 6 +++--- typo3/sysext/sys_note/ext_emconf.php | 4 ++-- typo3/sysext/t3editor/ext_emconf.php | 4 ++-- typo3/sysext/t3skin/ext_emconf.php | 4 ++-- typo3/sysext/taskcenter/ext_emconf.php | 6 +++--- typo3/sysext/tstemplate/ext_emconf.php | 4 ++-- typo3/sysext/version/ext_emconf.php | 4 ++-- typo3/sysext/viewpage/ext_emconf.php | 4 ++-- typo3/sysext/wizard_crpages/ext_emconf.php | 6 +++--- typo3/sysext/wizard_sortpages/ext_emconf.php | 6 +++--- typo3/sysext/workspaces/ext_emconf.php | 6 +++--- 58 files changed, 126 insertions(+), 126 deletions(-) diff --git a/typo3/sysext/about/ext_emconf.php b/typo3/sysext/about/ext_emconf.php index 301496a9d1fd..e837b9b1fa28 100644 --- a/typo3/sysext/about/ext_emconf.php +++ b/typo3/sysext/about/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Kasper Skaarhoj', 'author_email' => 'kasperYYYY@typo3.com', 'author_company' => 'Curby Soft Multimedia', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/aboutmodules/ext_emconf.php b/typo3/sysext/aboutmodules/ext_emconf.php index 5c1c90a7e194..be44a7954d7b 100644 --- a/typo3/sysext/aboutmodules/ext_emconf.php +++ b/typo3/sysext/aboutmodules/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Kasper Skaarhoj', 'author_email' => 'kasperYYYY@typo3.com', 'author_company' => 'Curby Soft Multimedia', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/adodb/ext_emconf.php b/typo3/sysext/adodb/ext_emconf.php index 3f216f8223bc..3ea6099e10f9 100644 --- a/typo3/sysext/adodb/ext_emconf.php +++ b/typo3/sysext/adodb/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Xavier Perseguers', 'author_email' => 'xavier@typo3.org', 'author_company' => '', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/backend/ext_emconf.php b/typo3/sysext/backend/ext_emconf.php index c1a69e66b09a..10a41f61169c 100644 --- a/typo3/sysext/backend/ext_emconf.php +++ b/typo3/sysext/backend/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Kasper Skaarhoj', 'author_email' => 'kasperYYYY@typo3.com', 'author_company' => '', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/belog/ext_emconf.php b/typo3/sysext/belog/ext_emconf.php index 46766edaff90..9449d51ae663 100644 --- a/typo3/sysext/belog/ext_emconf.php +++ b/typo3/sysext/belog/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Christian Kuhn', 'author_email' => '', 'author_company' => '', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/beuser/ext_emconf.php b/typo3/sysext/beuser/ext_emconf.php index 7360ea9611da..b11887660d13 100644 --- a/typo3/sysext/beuser/ext_emconf.php +++ b/typo3/sysext/beuser/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'uploadfolder' => 0, 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/compatibility6/ext_emconf.php b/typo3/sysext/compatibility6/ext_emconf.php index 8f4782b07a2e..44e86c2d4f75 100644 --- a/typo3/sysext/compatibility6/ext_emconf.php +++ b/typo3/sysext/compatibility6/ext_emconf.php @@ -10,7 +10,7 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'TYPO3 CMS Team', 'author_email' => '', 'author_company' => '', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( 'typo3' => '6.0.0-7.99', diff --git a/typo3/sysext/context_help/ext_emconf.php b/typo3/sysext/context_help/ext_emconf.php index 9d744b9a764b..6dee810d32b7 100644 --- a/typo3/sysext/context_help/ext_emconf.php +++ b/typo3/sysext/context_help/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Kasper Skaarhoj', 'author_email' => 'kasperYYYY@typo3.com', 'author_company' => 'Curby Soft Multimedia', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php b/typo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php index 316e04005983..15340a5e2f31 100644 --- a/typo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php +++ b/typo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php @@ -83,8 +83,8 @@ class SystemEnvironmentBuilder { */ static protected function defineBaseConstants() { // This version, branch and copyright - define('TYPO3_version', '7.5.1-dev'); - define('TYPO3_branch', '7.5'); + define('TYPO3_version', '7.6.0-dev'); + define('TYPO3_branch', '7.6'); define('TYPO3_copyright_year', '1998-2015'); // TYPO3 external links diff --git a/typo3/sysext/core/ext_emconf.php b/typo3/sysext/core/ext_emconf.php index 117600916c62..54517aedc6aa 100644 --- a/typo3/sysext/core/ext_emconf.php +++ b/typo3/sysext/core/ext_emconf.php @@ -10,7 +10,7 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Kasper Skaarhoj', 'author_email' => 'kasperYYYY@typo3.com', 'author_company' => '', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array(), 'conflicts' => array(), diff --git a/typo3/sysext/cshmanual/ext_emconf.php b/typo3/sysext/cshmanual/ext_emconf.php index 7eb80de8bc02..24ef377d0e2c 100644 --- a/typo3/sysext/cshmanual/ext_emconf.php +++ b/typo3/sysext/cshmanual/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Kasper Skaarhoj', 'author_email' => 'kasperYYYY@typo3.com', 'author_company' => 'Curby Soft Multimedia', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/css_styled_content/ext_emconf.php b/typo3/sysext/css_styled_content/ext_emconf.php index deda281758ad..94fe2cfe80ff 100644 --- a/typo3/sysext/css_styled_content/ext_emconf.php +++ b/typo3/sysext/css_styled_content/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Kasper Skaarhoj', 'author_email' => 'kasperYYYY@typo3.com', 'author_company' => 'Curby Soft Multimedia', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/dbal/ext_emconf.php b/typo3/sysext/dbal/ext_emconf.php index 32af185b26a4..5aa00fb7a3fd 100644 --- a/typo3/sysext/dbal/ext_emconf.php +++ b/typo3/sysext/dbal/ext_emconf.php @@ -10,11 +10,11 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Xavier Perseguers', 'author_email' => 'xavier@typo3.org', 'author_company' => '', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'adodb' => '7.5.0-7.5.99', - 'typo3' => '7.5.0-7.5.99', + 'adodb' => '7.6.0-7.6.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/documentation/ext_emconf.php b/typo3/sysext/documentation/ext_emconf.php index e0e6f8ddb770..a81aa4601557 100644 --- a/typo3/sysext/documentation/ext_emconf.php +++ b/typo3/sysext/documentation/ext_emconf.php @@ -10,12 +10,12 @@ $EM_CONF[$_EXTKEY] = array( 'uploadfolder' => '0', 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'extbase' => '7.5.0-7.5.99', - 'fluid' => '7.5.0-7.5.99', - 'typo3' => '7.5.0-7.5.99', + 'extbase' => '7.6.0-7.6.99', + 'fluid' => '7.6.0-7.6.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array( ), diff --git a/typo3/sysext/extbase/ext_emconf.php b/typo3/sysext/extbase/ext_emconf.php index aaacbccb3be9..8696857c63e5 100644 --- a/typo3/sysext/extbase/ext_emconf.php +++ b/typo3/sysext/extbase/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'uploadfolder' => 0, 'createDirs' => '', 'clearCacheOnLoad' => 1, - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/extensionmanager/ext_emconf.php b/typo3/sysext/extensionmanager/ext_emconf.php index 0366eb51d5e4..a0c669cfa069 100644 --- a/typo3/sysext/extensionmanager/ext_emconf.php +++ b/typo3/sysext/extensionmanager/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'author' => '', 'author_email' => '', 'author_company' => '', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/feedit/ext_emconf.php b/typo3/sysext/feedit/ext_emconf.php index e254015de4a5..0aa45c358d38 100644 --- a/typo3/sysext/feedit/ext_emconf.php +++ b/typo3/sysext/feedit/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'uploadfolder' => 0, 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/felogin/ext_emconf.php b/typo3/sysext/felogin/ext_emconf.php index 5221083ec04e..da5edff147c8 100644 --- a/typo3/sysext/felogin/ext_emconf.php +++ b/typo3/sysext/felogin/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'uploadfolder' => 1, 'createDirs' => '', 'clearCacheOnLoad' => 1, - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/filelist/ext_emconf.php b/typo3/sysext/filelist/ext_emconf.php index 560c98fb5cb2..d0473edf5954 100644 --- a/typo3/sysext/filelist/ext_emconf.php +++ b/typo3/sysext/filelist/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Kasper Skaarhoj', 'author_email' => 'kasperYYYY@typo3.com', 'author_company' => '', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/filemetadata/ext_emconf.php b/typo3/sysext/filemetadata/ext_emconf.php index 0627ce1dd001..13d0903d219b 100644 --- a/typo3/sysext/filemetadata/ext_emconf.php +++ b/typo3/sysext/filemetadata/ext_emconf.php @@ -7,10 +7,10 @@ $EM_CONF[$_EXTKEY] = array( 'uploadfolder' => '0', 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/fluid/ext_emconf.php b/typo3/sysext/fluid/ext_emconf.php index 48248a72f0a1..55610d05bf4e 100644 --- a/typo3/sysext/fluid/ext_emconf.php +++ b/typo3/sysext/fluid/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'uploadfolder' => 0, 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'extbase' => '7.5.0-7.5.99', + 'extbase' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/fluid_styled_content/ext_emconf.php b/typo3/sysext/fluid_styled_content/ext_emconf.php index 0d26c43e247e..173482a476cb 100644 --- a/typo3/sysext/fluid_styled_content/ext_emconf.php +++ b/typo3/sysext/fluid_styled_content/ext_emconf.php @@ -6,7 +6,7 @@ $EM_CONF[$_EXTKEY] = array( 'state' => 'experimental', 'author' => 'TYPO3 Core Team', 'author_email' => 'info@typo3.org', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( 'typo3' => '7.5.0-7.5.99' diff --git a/typo3/sysext/form/ext_emconf.php b/typo3/sysext/form/ext_emconf.php index 9e99f3dd40bf..dc4e0d0073d8 100644 --- a/typo3/sysext/form/ext_emconf.php +++ b/typo3/sysext/form/ext_emconf.php @@ -12,7 +12,7 @@ $EM_CONF[$_EXTKEY] = array( 'author_company' => '', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/frontend/ext_emconf.php b/typo3/sysext/frontend/ext_emconf.php index 84586fd49003..c7726dbf666e 100644 --- a/typo3/sysext/frontend/ext_emconf.php +++ b/typo3/sysext/frontend/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Kasper Skaarhoj', 'author_email' => 'kasperYYYY@typo3.com', 'author_company' => '', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/func/ext_emconf.php b/typo3/sysext/func/ext_emconf.php index f5389c6587ee..97b465760534 100644 --- a/typo3/sysext/func/ext_emconf.php +++ b/typo3/sysext/func/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Kasper Skaarhoj', 'author_email' => 'kasperYYYY@typo3.com', 'author_company' => '', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/impexp/ext_emconf.php b/typo3/sysext/impexp/ext_emconf.php index c01106b33aef..67f8750a57bd 100644 --- a/typo3/sysext/impexp/ext_emconf.php +++ b/typo3/sysext/impexp/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Kasper Skaarhoj', 'author_email' => 'kasperYYYY@typo3.com', 'author_company' => 'Curby Soft Multimedia', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/indexed_search/ext_emconf.php b/typo3/sysext/indexed_search/ext_emconf.php index 4832034a5160..63b787f2df62 100644 --- a/typo3/sysext/indexed_search/ext_emconf.php +++ b/typo3/sysext/indexed_search/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Kasper Skaarhoj', 'author_email' => 'kasperYYYY@typo3.com', 'author_company' => 'Curby Soft Multimedia', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array( diff --git a/typo3/sysext/indexed_search_mysql/ext_emconf.php b/typo3/sysext/indexed_search_mysql/ext_emconf.php index 3d1b4c0c49b9..08fcbf7519ad 100644 --- a/typo3/sysext/indexed_search_mysql/ext_emconf.php +++ b/typo3/sysext/indexed_search_mysql/ext_emconf.php @@ -10,11 +10,11 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Michael Stucki', 'author_email' => 'michael@typo3.org', 'author_company' => '', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', - 'indexed_search' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', + 'indexed_search' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/info/ext_emconf.php b/typo3/sysext/info/ext_emconf.php index 7bb6e3d89cb1..b4534c1a49dc 100644 --- a/typo3/sysext/info/ext_emconf.php +++ b/typo3/sysext/info/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Kasper Skaarhoj', 'author_email' => 'kasperYYYY@typo3.com', 'author_company' => '', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/info_pagetsconfig/ext_emconf.php b/typo3/sysext/info_pagetsconfig/ext_emconf.php index 4d0cbe15422a..ec4e4847bddd 100644 --- a/typo3/sysext/info_pagetsconfig/ext_emconf.php +++ b/typo3/sysext/info_pagetsconfig/ext_emconf.php @@ -10,11 +10,11 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Kasper Skaarhoj', 'author_email' => 'kasperYYYY@typo3.com', 'author_company' => 'Curby Soft Multimedia', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', - 'info' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', + 'info' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/install/ext_emconf.php b/typo3/sysext/install/ext_emconf.php index 3fe50641910a..e5f332bbd5be 100644 --- a/typo3/sysext/install/ext_emconf.php +++ b/typo3/sysext/install/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Kasper Skaarhoj', 'author_email' => 'kasperYYYY@typo3.com', 'author_company' => 'CURBY SOFT Multimedie', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/jumpurl/ext_emconf.php b/typo3/sysext/jumpurl/ext_emconf.php index b6eadcb866dd..6db716a83d95 100644 --- a/typo3/sysext/jumpurl/ext_emconf.php +++ b/typo3/sysext/jumpurl/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'createDirs' => '', 'clearCacheOnLoad' => 1, 'author_company' => '', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.9.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/lang/ext_emconf.php b/typo3/sysext/lang/ext_emconf.php index d4d606c9121f..f8e6a5378288 100644 --- a/typo3/sysext/lang/ext_emconf.php +++ b/typo3/sysext/lang/ext_emconf.php @@ -10,11 +10,11 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Kasper Skaarhoj', 'author_email' => 'kasperYYYY@typo3.com', 'author_company' => 'Curby Soft Multimedia', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', - 'extensionmanager' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', + 'extensionmanager' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/linkvalidator/ext_emconf.php b/typo3/sysext/linkvalidator/ext_emconf.php index 442a785dec07..83b2d9b48f4c 100644 --- a/typo3/sysext/linkvalidator/ext_emconf.php +++ b/typo3/sysext/linkvalidator/ext_emconf.php @@ -10,11 +10,11 @@ $EM_CONF[$_EXTKEY] = array( 'createDirs' => '', 'clearCacheOnLoad' => 0, 'author_company' => 'Connecta AG / cab services ag / Infoglobe', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', - 'info' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', + 'info' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/lowlevel/ext_emconf.php b/typo3/sysext/lowlevel/ext_emconf.php index ff561147ed9d..0542426925a0 100644 --- a/typo3/sysext/lowlevel/ext_emconf.php +++ b/typo3/sysext/lowlevel/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Kasper Skaarhoj', 'author_email' => 'kasperYYYY@typo3.com', 'author_company' => 'Curby Soft Multimedia', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/mediace/ext_emconf.php b/typo3/sysext/mediace/ext_emconf.php index f99a8e4c25a5..acdf662682ee 100644 --- a/typo3/sysext/mediace/ext_emconf.php +++ b/typo3/sysext/mediace/ext_emconf.php @@ -9,10 +9,10 @@ $EM_CONF[$_EXTKEY] = array( 'uploadfolder' => 0, 'createDirs' => 'uploads/media', 'clearCacheOnLoad' => 1, - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/opendocs/ext_emconf.php b/typo3/sysext/opendocs/ext_emconf.php index 0506059d658a..c2bac5532986 100644 --- a/typo3/sysext/opendocs/ext_emconf.php +++ b/typo3/sysext/opendocs/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Benjamin Mack', 'author_email' => 'mack@xnos.org', 'author_company' => '', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/openid/ext_emconf.php b/typo3/sysext/openid/ext_emconf.php index 69913bd621af..26e5a8900441 100644 --- a/typo3/sysext/openid/ext_emconf.php +++ b/typo3/sysext/openid/ext_emconf.php @@ -10,12 +10,12 @@ $EM_CONF[$_EXTKEY] = array( 'uploadfolder' => 0, 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', - 'sv' => '7.5.0-7.5.99', - 'setup' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', + 'sv' => '7.6.0-7.6.99', + 'setup' => '7.6.0-7.6.99', ), 'conflicts' => array( 'naw_openid' => '', diff --git a/typo3/sysext/recordlist/ext_emconf.php b/typo3/sysext/recordlist/ext_emconf.php index 5d2e76455161..d365dcfd11c9 100644 --- a/typo3/sysext/recordlist/ext_emconf.php +++ b/typo3/sysext/recordlist/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Kasper Skaarhoj', 'author_email' => 'kasperYYYY@typo3.com', 'author_company' => '', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/recycler/ext_emconf.php b/typo3/sysext/recycler/ext_emconf.php index 4686b8c6e6c3..99eff07c991b 100644 --- a/typo3/sysext/recycler/ext_emconf.php +++ b/typo3/sysext/recycler/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'createDirs' => '', 'clearCacheOnLoad' => 0, 'author_company' => '', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/reports/ext_emconf.php b/typo3/sysext/reports/ext_emconf.php index 236f32668e33..5dfb6d059328 100644 --- a/typo3/sysext/reports/ext_emconf.php +++ b/typo3/sysext/reports/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'uploadfolder' => 0, 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/rsaauth/ext_emconf.php b/typo3/sysext/rsaauth/ext_emconf.php index 650ff1cd6dfb..9a3d58cc5923 100644 --- a/typo3/sysext/rsaauth/ext_emconf.php +++ b/typo3/sysext/rsaauth/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'uploadfolder' => 0, 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/rtehtmlarea/ext_emconf.php b/typo3/sysext/rtehtmlarea/ext_emconf.php index 797927d7c280..63c13e40504d 100644 --- a/typo3/sysext/rtehtmlarea/ext_emconf.php +++ b/typo3/sysext/rtehtmlarea/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Stanislas Rolland', 'author_email' => 'typo3(arobas)sjbr.ca', 'author_company' => 'SJBR', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array( 'rte_conf' => '', diff --git a/typo3/sysext/saltedpasswords/ext_emconf.php b/typo3/sysext/saltedpasswords/ext_emconf.php index a3871d188a86..b00655c170d0 100644 --- a/typo3/sysext/saltedpasswords/ext_emconf.php +++ b/typo3/sysext/saltedpasswords/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Marcus Krause, Steffen Ritter', 'author_email' => 'marcus#exp2009@t3sec.info', 'author_company' => 'TYPO3 Security Team', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array( 'kb_md5fepw' => '', diff --git a/typo3/sysext/scheduler/ext_emconf.php b/typo3/sysext/scheduler/ext_emconf.php index 9ed5bf411b95..266375f47dc7 100644 --- a/typo3/sysext/scheduler/ext_emconf.php +++ b/typo3/sysext/scheduler/ext_emconf.php @@ -3,7 +3,7 @@ $EM_CONF[$_EXTKEY] = array( 'title' => 'Scheduler', 'description' => 'The TYPO3 Scheduler let\'s you register tasks to happen at a specific time', 'category' => 'misc', - 'version' => '7.5.0', + 'version' => '7.6.0', 'state' => 'stable', 'uploadfolder' => 0, 'createDirs' => '', @@ -13,7 +13,7 @@ $EM_CONF[$_EXTKEY] = array( 'author_company' => '', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array( 'gabriel' => '' diff --git a/typo3/sysext/setup/ext_emconf.php b/typo3/sysext/setup/ext_emconf.php index c80ae7d7a0e0..22c15330f9d5 100644 --- a/typo3/sysext/setup/ext_emconf.php +++ b/typo3/sysext/setup/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Kasper Skaarhoj', 'author_email' => 'kasperYYYY@typo3.com', 'author_company' => 'Curby Soft Multimedia', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/sv/ext_emconf.php b/typo3/sysext/sv/ext_emconf.php index 328404844c36..4257d8e1c47d 100644 --- a/typo3/sysext/sv/ext_emconf.php +++ b/typo3/sysext/sv/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Rene Fritz', 'author_email' => 'r.fritz@colorcube.de', 'author_company' => 'Colorcube', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/sys_action/ext_emconf.php b/typo3/sysext/sys_action/ext_emconf.php index 95155a9dbed5..9d848ed256bf 100644 --- a/typo3/sysext/sys_action/ext_emconf.php +++ b/typo3/sysext/sys_action/ext_emconf.php @@ -10,11 +10,11 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Kasper Skaarhoj', 'author_email' => 'kasperYYYY@typo3.com', 'author_company' => 'Curby Soft Multimedia', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', - 'taskcenter' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', + 'taskcenter' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/sys_note/ext_emconf.php b/typo3/sysext/sys_note/ext_emconf.php index 62349ec20ff5..d8917316d927 100644 --- a/typo3/sysext/sys_note/ext_emconf.php +++ b/typo3/sysext/sys_note/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Kasper Skaarhoj', 'author_email' => 'kasperYYYY@typo3.com', 'author_company' => 'Curby Soft Multimedia', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/t3editor/ext_emconf.php b/typo3/sysext/t3editor/ext_emconf.php index a4824fff4a8f..5bb07e6d70a0 100644 --- a/typo3/sysext/t3editor/ext_emconf.php +++ b/typo3/sysext/t3editor/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Tobias Liebig, Stephan Petzl, Christian Kartnig', 'author_email' => 'mail_typo3@etobi.de, spetzl@gmx.at, office@hahnepeter.de', 'author_company' => '', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/t3skin/ext_emconf.php b/typo3/sysext/t3skin/ext_emconf.php index 6e31c035778e..d9ad431c1b0b 100644 --- a/typo3/sysext/t3skin/ext_emconf.php +++ b/typo3/sysext/t3skin/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'TYPO3 Skin Team', 'author_email' => 'typo3-team-t3skin@lists.typo3.org', 'author_company' => '', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/taskcenter/ext_emconf.php b/typo3/sysext/taskcenter/ext_emconf.php index a39b166f3cec..35173b84a89f 100644 --- a/typo3/sysext/taskcenter/ext_emconf.php +++ b/typo3/sysext/taskcenter/ext_emconf.php @@ -10,14 +10,14 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Kasper Skaarhoj', 'author_email' => 'kasperYYYY@typo3.com', 'author_company' => 'Curby Soft Multimedia', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array( - 'sys_action' => '7.5.0-7.5.99', + 'sys_action' => '7.6.0-7.6.99', ), ), ); diff --git a/typo3/sysext/tstemplate/ext_emconf.php b/typo3/sysext/tstemplate/ext_emconf.php index 236da8cec1a1..b9f40d972d0f 100644 --- a/typo3/sysext/tstemplate/ext_emconf.php +++ b/typo3/sysext/tstemplate/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Kasper Skaarhoj', 'author_email' => 'kasperYYYY@typo3.com', 'author_company' => 'Curby Soft Multimedia', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/version/ext_emconf.php b/typo3/sysext/version/ext_emconf.php index 19ac7496cc30..c5b611170967 100644 --- a/typo3/sysext/version/ext_emconf.php +++ b/typo3/sysext/version/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'uploadfolder' => 0, 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/viewpage/ext_emconf.php b/typo3/sysext/viewpage/ext_emconf.php index 7f1693be46fa..de4ecd2daaf9 100644 --- a/typo3/sysext/viewpage/ext_emconf.php +++ b/typo3/sysext/viewpage/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Kasper Skaarhoj', 'author_email' => 'kasperYYYY@typo3.com', 'author_company' => 'Curby Soft Multimedia', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/wizard_crpages/ext_emconf.php b/typo3/sysext/wizard_crpages/ext_emconf.php index 599c5ae321d1..7d7579678850 100644 --- a/typo3/sysext/wizard_crpages/ext_emconf.php +++ b/typo3/sysext/wizard_crpages/ext_emconf.php @@ -10,11 +10,11 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Kasper Skaarhoj', 'author_email' => 'kasperYYYY@typo3.com', 'author_company' => 'Curby Soft Multimedia', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', - 'func' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', + 'func' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/wizard_sortpages/ext_emconf.php b/typo3/sysext/wizard_sortpages/ext_emconf.php index 9b6a3ead0433..cbca8d1bbf73 100644 --- a/typo3/sysext/wizard_sortpages/ext_emconf.php +++ b/typo3/sysext/wizard_sortpages/ext_emconf.php @@ -10,11 +10,11 @@ $EM_CONF[$_EXTKEY] = array( 'author' => 'Kasper Skaarhoj', 'author_email' => 'kasperYYYY@typo3.com', 'author_company' => 'Curby Soft Multimedia', - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', - 'func' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', + 'func' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), diff --git a/typo3/sysext/workspaces/ext_emconf.php b/typo3/sysext/workspaces/ext_emconf.php index 8016cc2bad74..f5c4cfc5229a 100644 --- a/typo3/sysext/workspaces/ext_emconf.php +++ b/typo3/sysext/workspaces/ext_emconf.php @@ -10,11 +10,11 @@ $EM_CONF[$_EXTKEY] = array( 'uploadfolder' => 0, 'createDirs' => '', 'clearCacheOnLoad' => 1, - 'version' => '7.5.0', + 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99', - 'version' => '7.5.0-7.5.99', + 'typo3' => '7.6.0-7.6.99', + 'version' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(), -- GitLab