Skip to content

Commit

Permalink
[TASK] Set TYPO3 version to 11.5.1-dev
Browse files Browse the repository at this point in the history
Change-Id: I93f86f6f4203c64dc47f99d9ba6ad1070ae0dfad
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71440
Tested-by: core-ci <typo3@b13.com>
Tested-by: Oliver Hader <oliver.hader@typo3.org>
Reviewed-by: Oliver Hader <oliver.hader@typo3.org>
  • Loading branch information
ohader committed Oct 5, 2021
1 parent 0da4bf2 commit c33bbff
Show file tree
Hide file tree
Showing 89 changed files with 173 additions and 173 deletions.
8 changes: 4 additions & 4 deletions typo3/sysext/adminpanel/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"symfony/var-dumper": "^5.3.0",
"typo3/cms-backend": "11.5.0",
"typo3/cms-core": "11.5.0",
"typo3/cms-fluid": "11.5.0",
"typo3/cms-frontend": "11.5.0",
"typo3/cms-backend": "11.5.*@dev",
"typo3/cms-core": "11.5.*@dev",
"typo3/cms-fluid": "11.5.*@dev",
"typo3/cms-frontend": "11.5.*@dev",
"typo3fluid/fluid": "^2.7.0"
},
"conflict": {
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/adminpanel/ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
'author' => 'TYPO3 Core Team',
'author_email' => 'typo3cms@typo3.org',
'author_company' => '',
'version' => '11.5.0',
'version' => '11.5.1',
'constraints' => [
'depends' => [
'typo3' => '11.5.0',
'typo3' => '11.5.1',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
'state' => 'stable',
'uploadfolder' => 0,
'clearCacheOnLoad' => 1,
'version' => '11.5.0',
'version' => '11.5.1',
'constraints' => [
'depends' => [
'typo3' => '11.5.0',
'typo3' => '11.5.1',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
'state' => 'stable',
'uploadfolder' => 0,
'clearCacheOnLoad' => 1,
'version' => '11.5.0',
'version' => '11.5.1',
'constraints' => [
'depends' => [
'typo3' => '11.5.0',
'a' => '11.5.0',
'typo3' => '11.5.1',
'a' => '11.5.1',
],
'conflicts' => [],
'suggests' => [],
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/backend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"require": {
"psr/event-dispatcher": "^1.0",
"typo3/cms-core": "11.5.0",
"typo3/cms-recordlist": "11.5.0"
"typo3/cms-core": "11.5.*@dev",
"typo3/cms-recordlist": "11.5.*@dev"
},
"suggest": {
"typo3/cms-install": "To generate url to install tool in environment toolbar"
Expand Down
6 changes: 3 additions & 3 deletions typo3/sysext/backend/ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
'author' => 'TYPO3 Core Team',
'author_email' => 'typo3cms@typo3.org',
'author_company' => '',
'version' => '11.5.0',
'version' => '11.5.1',
'constraints' => [
'depends' => [
'typo3' => '11.5.0',
'recordlist' => '11.5.0',
'typo3' => '11.5.1',
'recordlist' => '11.5.1',
],
'conflicts' => [],
'suggests' => [],
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/belog/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "11.5.0"
"typo3/cms-core": "11.5.*@dev"
},
"conflict": {
"typo3/cms": "*"
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/belog/ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
'author' => 'TYPO3 Core Team',
'author_email' => 'typo3cms@typo3.org',
'author_company' => '',
'version' => '11.5.0',
'version' => '11.5.1',
'constraints' => [
'depends' => [
'typo3' => '11.5.0',
'typo3' => '11.5.1',
],
'conflicts' => [],
'suggests' => [],
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/beuser/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "11.5.0"
"typo3/cms-core": "11.5.*@dev"
},
"conflict": {
"typo3/cms": "*"
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/beuser/ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
'author_company' => '',
'state' => 'stable',
'clearCacheOnLoad' => 0,
'version' => '11.5.0',
'version' => '11.5.1',
'constraints' => [
'depends' => [
'typo3' => '11.5.0',
'typo3' => '11.5.1',
],
'conflicts' => [],
'suggests' => [],
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/core/Classes/Information/Typo3Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

class Typo3Version
{
protected const VERSION = '11.5.0';
protected const VERSION = '11.5.1-dev';
protected const BRANCH = '11.5';

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
'state' => 'stable',
'uploadfolder' => 0,
'clearCacheOnLoad' => 1,
'version' => '11.5.0',
'version' => '11.5.1',
'constraints' => [
'depends' => [
'typo3' => '11.5.0',
'typo3' => '11.5.1',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
'title' => 'test extension',
'description' => '',
'category' => '',
'version' => '11.5.0',
'version' => '11.5.1',
'state' => 'beta',
'clearCacheOnLoad' => 0,
'author' => 'Christian Kuhn',
'author_email' => 'lolli@schwarzbu.ch',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.0',
'typo3' => '11.5.1',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
'title' => 'ExpressionBuilder Test',
'description' => 'ExpressionBuilder Test',
'category' => 'example',
'version' => '11.5.0',
'version' => '11.5.1',
'state' => 'beta',
'clearCacheOnLoad' => 0,
'author' => 'Christian Kuhn',
'author_email' => 'lolli@schwarzbu.ch',
'constraints' => [
'depends' => [
'typo3' => '11.5.0',
'typo3' => '11.5.1',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
'title' => 'Fixture extension for functional tests for Inline Relational Record Editing IRRE',
'description' => 'based on irre_tutorial extension created by Oliver Hader, see https://forge.typo3.org/projects/extension-irre_tutorial',
'category' => 'example',
'version' => '11.5.0',
'version' => '11.5.1',
'state' => 'beta',
'clearCacheOnLoad' => 0,
'author' => 'Oliver Hader',
'author_email' => 'oliver@typo3.org',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.0',
'workspaces' => '11.5.0',
'typo3' => '11.5.1',
'workspaces' => '11.5.1',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
'title' => 'DataHandler Test',
'description' => 'DataHandler Test',
'category' => 'example',
'version' => '11.5.0',
'version' => '11.5.1',
'state' => 'beta',
'clearCacheOnLoad' => 0,
'author' => 'Oliver Hader',
'author_email' => 'oliver@typo3.org',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.0',
'workspaces' => '11.5.0',
'typo3' => '11.5.1',
'workspaces' => '11.5.1',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
'title' => 'Frontend eid responder',
'description' => 'Frontend eid responder',
'category' => 'example',
'version' => '11.5.0',
'version' => '11.5.1',
'state' => 'beta',
'clearCacheOnLoad' => 0,
'author' => 'Stefan Bürk',
'author_email' => 'stefan@buerk.tech',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.0',
'typo3' => '11.5.1',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
'title' => 'MetaData Test',
'description' => 'MetaData Test',
'category' => 'example',
'version' => '11.5.0',
'version' => '11.5.1',
'state' => 'beta',
'clearCacheOnLoad' => 0,
'author' => 'Frank Nägler',
'author_email' => 'frank.naegler@typo3.org',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.0',
'seo' => '11.5.0',
'typo3' => '11.5.1',
'seo' => '11.5.1',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
'title' => 'Test Resources',
'description' => 'Test Resources',
'category' => 'example',
'version' => '11.5.0',
'version' => '11.5.1',
'state' => 'beta',
'clearCacheOnLoad' => 0,
'author' => 'Oliver Hader',
'author_email' => 'oliver@typo3.org',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.0',
'typo3' => '11.5.1',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
'title' => 'DataHandler Testing test_select_flex_mm',
'description' => 'DataHandler Testing test_select_flex_mm',
'category' => 'example',
'version' => '11.5.0',
'version' => '11.5.1',
'state' => 'beta',
'clearCacheOnLoad' => 0,
'author' => 'Christian Kuhn',
'author_email' => 'lolli@schwarzbu.ch',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.0',
'workspaces' => '11.5.0',
'typo3' => '11.5.1',
'workspaces' => '11.5.1',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'author' => '',
'author_email' => '',
'author_company' => '',
'version' => '11.5.0',
'version' => '11.5.1',
'constraints' => [
'depends' => [],
'conflicts' => [],
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/core/ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'author' => 'TYPO3 Core Team',
'author_email' => 'typo3cms@typo3.org',
'author_company' => '',
'version' => '11.5.0',
'version' => '11.5.1',
'constraints' => [
'depends' => [],
'conflicts' => [],
Expand Down
10 changes: 5 additions & 5 deletions typo3/sysext/dashboard/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "11.5.0",
"typo3/cms-frontend": "11.5.0",
"typo3/cms-backend": "11.5.0",
"typo3/cms-fluid": "11.5.0",
"typo3/cms-extbase": "11.5.0"
"typo3/cms-core": "11.5.*@dev",
"typo3/cms-frontend": "11.5.*@dev",
"typo3/cms-backend": "11.5.*@dev",
"typo3/cms-fluid": "11.5.*@dev",
"typo3/cms-extbase": "11.5.*@dev"
},
"conflict": {
"typo3/cms": "*"
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/dashboard/ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
'author_company' => '',
'state' => 'stable',
'clearCacheOnLoad' => 0,
'version' => '11.5.0',
'version' => '11.5.1',
'constraints' => [
'depends' => [
'typo3' => '11.5.0',
'typo3' => '11.5.1',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
'author_email' => '',
'state' => 'stable',
'clearCacheOnLoad' => 1,
'version' => '11.5.0',
'version' => '11.5.1',
'constraints' => [
'depends' => [
'typo3' => '11.5.0',
'typo3' => '11.5.1',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
'state' => 'stable',
'uploadfolder' => 0,
'clearCacheOnLoad' => 1,
'version' => '11.5.0',
'version' => '11.5.1',
'constraints' => [
'depends' => [
'typo3' => '11.5.0',
'typo3' => '11.5.1',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
'state' => 'stable',
'uploadfolder' => 0,
'clearCacheOnLoad' => 1,
'version' => '11.5.0',
'version' => '11.5.1',
'constraints' => [
'depends' => [
'typo3' => '11.5.0',
'typo3' => '11.5.1',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
'state' => 'stable',
'uploadfolder' => 0,
'clearCacheOnLoad' => 1,
'version' => '11.5.0',
'version' => '11.5.1',
'constraints' => [
'depends' => [
'typo3' => '11.5.0',
'typo3' => '11.5.1',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Loading

0 comments on commit c33bbff

Please sign in to comment.