Skip to content

Commit

Permalink
[TASK] Set TYPO3 version to 7.6.28-dev
Browse files Browse the repository at this point in the history
Change-Id: I442f2c40d720fe80561efa576d3fcbc7926509cd
Reviewed-on: https://review.typo3.org/56700
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Oliver Hader <oliver.hader@typo3.org>
Tested-by: Oliver Hader <oliver.hader@typo3.org>
  • Loading branch information
ohader committed Apr 17, 2018
1 parent 22d0da3 commit ffd3b95
Show file tree
Hide file tree
Showing 60 changed files with 132 additions and 132 deletions.
4 changes: 2 additions & 2 deletions typo3/sysext/about/ext_emconf.php
Expand Up @@ -10,10 +10,10 @@
'author' => 'Kasper Skaarhoj',
'author_email' => 'kasperYYYY@typo3.com',
'author_company' => 'Curby Soft Multimedia',
'version' => '7.6.27',
'version' => '7.6.28',
'constraints' => [
'depends' => [
'typo3' => '7.6.27',
'typo3' => '7.6.28',
],
'conflicts' => [],
'suggests' => [],
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/aboutmodules/ext_emconf.php
Expand Up @@ -10,10 +10,10 @@
'author' => 'Kasper Skaarhoj',
'author_email' => 'kasperYYYY@typo3.com',
'author_company' => 'Curby Soft Multimedia',
'version' => '7.6.27',
'version' => '7.6.28',
'constraints' => [
'depends' => [
'typo3' => '7.6.27',
'typo3' => '7.6.28',
],
'conflicts' => [],
'suggests' => [],
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/adodb/ext_emconf.php
Expand Up @@ -10,10 +10,10 @@
'author' => 'Xavier Perseguers',
'author_email' => 'xavier@typo3.org',
'author_company' => '',
'version' => '7.6.27',
'version' => '7.6.28',
'constraints' => array(
'depends' => array(
'typo3' => '7.6.27',
'typo3' => '7.6.28',
),
'conflicts' => array(),
'suggests' => array(),
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/backend/ext_emconf.php
Expand Up @@ -10,10 +10,10 @@
'author' => 'Kasper Skaarhoj',
'author_email' => 'kasperYYYY@typo3.com',
'author_company' => '',
'version' => '7.6.27',
'version' => '7.6.28',
'constraints' => [
'depends' => [
'typo3' => '7.6.27',
'typo3' => '7.6.28',
],
'conflicts' => [],
'suggests' => [],
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/belog/ext_emconf.php
Expand Up @@ -10,10 +10,10 @@
'author' => 'Christian Kuhn',
'author_email' => '',
'author_company' => '',
'version' => '7.6.27',
'version' => '7.6.28',
'constraints' => [
'depends' => [
'typo3' => '7.6.27',
'typo3' => '7.6.28',
],
'conflicts' => [],
'suggests' => [],
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/beuser/ext_emconf.php
Expand Up @@ -10,10 +10,10 @@
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '7.6.27',
'version' => '7.6.28',
'constraints' => [
'depends' => [
'typo3' => '7.6.27',
'typo3' => '7.6.28',
],
'conflicts' => [],
'suggests' => [],
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/context_help/ext_emconf.php
Expand Up @@ -10,10 +10,10 @@
'author' => 'Kasper Skaarhoj',
'author_email' => 'kasperYYYY@typo3.com',
'author_company' => 'Curby Soft Multimedia',
'version' => '7.6.27',
'version' => '7.6.28',
'constraints' => [
'depends' => [
'typo3' => '7.6.27',
'typo3' => '7.6.28',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -85,7 +85,7 @@ public static function run($relativePathPart = '')
protected static function defineBaseConstants()
{
// This version, branch and copyright
define('TYPO3_version', '7.6.27');
define('TYPO3_version', '7.6.28-dev');
define('TYPO3_branch', '7.6');
define('TYPO3_copyright_year', '1998-2018');

Expand Down
Expand Up @@ -3,7 +3,7 @@
'title' => 'Fixture extension for functional tests for Inline Relational Record Editing IRRE',
'description' => 'based on irre_tutorial extension created by Oliver Hader, see http://forge.typo3.org/projects/extension-irre_tutorial',
'category' => 'example',
'version' => '7.6.27',
'version' => '7.6.28',
'state' => 'beta',
'uploadfolder' => 0,
'createDirs' => '',
Expand All @@ -13,9 +13,9 @@
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '7.6.27',
'typo3' => '7.6.28',
'workspaces' => '0.0.0-',
'version' => '7.6.27',
'version' => '7.6.28',
],
'conflicts' => [
],
Expand Down
Expand Up @@ -3,7 +3,7 @@
'title' => 'DataHandler Test',
'description' => 'DataHandler Test',
'category' => 'example',
'version' => '7.6.27',
'version' => '7.6.28',
'state' => 'beta',
'uploadfolder' => 0,
'createDirs' => '',
Expand All @@ -13,9 +13,9 @@
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '7.6.27',
'typo3' => '7.6.28',
'workspaces' => '0.0.0-',
'version' => '7.6.27',
'version' => '7.6.28',
],
'conflicts' => [
],
Expand Down
Expand Up @@ -10,7 +10,7 @@
'author' => '',
'author_email' => '',
'author_company' => '',
'version' => '7.6.27',
'version' => '7.6.28',
'constraints' => [
'depends' => [],
'conflicts' => [],
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/core/ext_emconf.php
Expand Up @@ -10,7 +10,7 @@
'author' => 'Kasper Skaarhoj',
'author_email' => 'kasperYYYY@typo3.com',
'author_company' => '',
'version' => '7.6.27',
'version' => '7.6.28',
'constraints' => [
'depends' => [],
'conflicts' => [],
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/cshmanual/ext_emconf.php
Expand Up @@ -10,10 +10,10 @@
'author' => 'Kasper Skaarhoj',
'author_email' => 'kasperYYYY@typo3.com',
'author_company' => 'Curby Soft Multimedia',
'version' => '7.6.27',
'version' => '7.6.28',
'constraints' => [
'depends' => [
'typo3' => '7.6.27',
'typo3' => '7.6.28',
],
'conflicts' => [],
'suggests' => [],
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/css_styled_content/ext_emconf.php
Expand Up @@ -10,10 +10,10 @@
'author' => 'Kasper Skaarhoj',
'author_email' => 'kasperYYYY@typo3.com',
'author_company' => 'Curby Soft Multimedia',
'version' => '7.6.27',
'version' => '7.6.28',
'constraints' => [
'depends' => [
'typo3' => '7.6.27',
'typo3' => '7.6.28',
],
'conflicts' => [],
'suggests' => [],
Expand Down
6 changes: 3 additions & 3 deletions typo3/sysext/dbal/ext_emconf.php
Expand Up @@ -10,11 +10,11 @@
'author' => 'Xavier Perseguers',
'author_email' => 'xavier@typo3.org',
'author_company' => '',
'version' => '7.6.27',
'version' => '7.6.28',
'constraints' => [
'depends' => [
'adodb' => '7.6.27',
'typo3' => '7.6.27',
'adodb' => '7.6.28',
'typo3' => '7.6.28',
],
'conflicts' => [],
'suggests' => [],
Expand Down
8 changes: 4 additions & 4 deletions typo3/sysext/documentation/ext_emconf.php
Expand Up @@ -10,12 +10,12 @@
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '7.6.27',
'version' => '7.6.28',
'constraints' => [
'depends' => [
'extbase' => '7.6.27',
'fluid' => '7.6.27',
'typo3' => '7.6.27',
'extbase' => '7.6.28',
'fluid' => '7.6.28',
'typo3' => '7.6.28',
],
'conflicts' => [
],
Expand Down
Expand Up @@ -10,12 +10,12 @@
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 1,
'version' => '7.6.27',
'version' => '7.6.28',
'constraints' => [
'depends' => [
'php' => '5.2.0-0.0.0',
'typo3' => '7.6.27',
'extbase' => '7.6.27',
'typo3' => '7.6.28',
'extbase' => '7.6.28',
'fluid' => '1.3.0-0.0.0',
],
'conflicts' => [
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/extbase/ext_emconf.php
Expand Up @@ -10,10 +10,10 @@
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 1,
'version' => '7.6.27',
'version' => '7.6.28',
'constraints' => [
'depends' => [
'typo3' => '7.6.27',
'typo3' => '7.6.28',
],
'conflicts' => [],
'suggests' => [],
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/extensionmanager/ext_emconf.php
Expand Up @@ -10,10 +10,10 @@
'author' => '',
'author_email' => '',
'author_company' => '',
'version' => '7.6.27',
'version' => '7.6.28',
'constraints' => [
'depends' => [
'typo3' => '7.6.27',
'typo3' => '7.6.28',
],
'conflicts' => [],
'suggests' => [],
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/feedit/ext_emconf.php
Expand Up @@ -10,10 +10,10 @@
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '7.6.27',
'version' => '7.6.28',
'constraints' => [
'depends' => [
'typo3' => '7.6.27',
'typo3' => '7.6.28',
],
'conflicts' => [],
'suggests' => [],
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/felogin/ext_emconf.php
Expand Up @@ -10,10 +10,10 @@
'uploadfolder' => 1,
'createDirs' => '',
'clearCacheOnLoad' => 1,
'version' => '7.6.27',
'version' => '7.6.28',
'constraints' => [
'depends' => [
'typo3' => '7.6.27',
'typo3' => '7.6.28',
],
'conflicts' => [],
'suggests' => [],
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/filelist/ext_emconf.php
Expand Up @@ -10,10 +10,10 @@
'author' => 'Kasper Skaarhoj',
'author_email' => 'kasperYYYY@typo3.com',
'author_company' => '',
'version' => '7.6.27',
'version' => '7.6.28',
'constraints' => [
'depends' => [
'typo3' => '7.6.27',
'typo3' => '7.6.28',
],
'conflicts' => [],
'suggests' => [],
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/filemetadata/ext_emconf.php
Expand Up @@ -7,10 +7,10 @@
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '7.6.27',
'version' => '7.6.28',
'constraints' => [
'depends' => [
'typo3' => '7.6.27',
'typo3' => '7.6.28',
],
'conflicts' => [],
'suggests' => [],
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/fluid/ext_emconf.php
Expand Up @@ -10,10 +10,10 @@
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '7.6.27',
'version' => '7.6.28',
'constraints' => [
'depends' => [
'extbase' => '7.6.27',
'extbase' => '7.6.28',
],
'conflicts' => [],
'suggests' => [],
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/fluid_styled_content/ext_emconf.php
Expand Up @@ -6,10 +6,10 @@
'state' => 'stable',
'author' => 'TYPO3 Core Team',
'author_email' => 'info@typo3.org',
'version' => '7.6.27',
'version' => '7.6.28',
'constraints' => [
'depends' => [
'typo3' => '7.6.27',
'typo3' => '7.6.28',
],
'conflicts' => [],
'suggests' => [],
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/form/ext_emconf.php
Expand Up @@ -10,10 +10,10 @@
'author' => 'Patrick Broens, Ralf Zimmermann',
'author_email' => 'patrick@patrickbroens.nl, ralf.zimmermann@tritum.de',
'author_company' => '',
'version' => '7.6.27',
'version' => '7.6.28',
'constraints' => [
'depends' => [
'typo3' => '7.6.27',
'typo3' => '7.6.28',
],
'conflicts' => [],
'suggests' => [],
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/frontend/ext_emconf.php
Expand Up @@ -10,10 +10,10 @@
'author' => 'Kasper Skaarhoj',
'author_email' => 'kasperYYYY@typo3.com',
'author_company' => '',
'version' => '7.6.27',
'version' => '7.6.28',
'constraints' => [
'depends' => [
'typo3' => '7.6.27',
'typo3' => '7.6.28',
],
'conflicts' => [],
'suggests' => [],
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/func/ext_emconf.php
Expand Up @@ -10,10 +10,10 @@
'author' => 'Kasper Skaarhoj',
'author_email' => 'kasperYYYY@typo3.com',
'author_company' => '',
'version' => '7.6.27',
'version' => '7.6.28',
'constraints' => [
'depends' => [
'typo3' => '7.6.27',
'typo3' => '7.6.28',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -3,7 +3,7 @@
'title' => 'Impexp test extension',
'description' => '',
'category' => '',
'version' => '7.6.27',
'version' => '7.6.28',
'state' => 'beta',
'uploadfolder' => 1,
'createDirs' => '',
Expand All @@ -13,7 +13,7 @@
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '7.6.27',
'typo3' => '7.6.28',
],
'conflicts' => [
],
Expand Down

0 comments on commit ffd3b95

Please sign in to comment.