Skip to content

Commit

Permalink
[TASK] Set TYPO3 version to 12.4.12-dev
Browse files Browse the repository at this point in the history
Change-Id: I706b9d7328f06eff3e7f7fb86ae3a3138615bfd4
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82966
Tested-by: Oliver Hader <oliver.hader@typo3.org>
Tested-by: core-ci <typo3@b13.com>
Reviewed-by: Oliver Hader <oliver.hader@typo3.org>
  • Loading branch information
ohader committed Feb 13, 2024
1 parent 3f83ff3 commit 5ab9112
Show file tree
Hide file tree
Showing 170 changed files with 285 additions and 285 deletions.
8 changes: 4 additions & 4 deletions typo3/sysext/adminpanel/composer.json
Expand Up @@ -23,10 +23,10 @@
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"symfony/var-dumper": "^6.4 || ^7.0",
"typo3/cms-backend": "12.4.11",
"typo3/cms-core": "12.4.11",
"typo3/cms-fluid": "12.4.11",
"typo3/cms-frontend": "12.4.11",
"typo3/cms-backend": "12.4.*@dev",
"typo3/cms-core": "12.4.*@dev",
"typo3/cms-fluid": "12.4.*@dev",
"typo3/cms-frontend": "12.4.*@dev",
"typo3fluid/fluid": "^2.9.2"
},
"conflict": {
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/adminpanel/ext_emconf.php
Expand Up @@ -8,10 +8,10 @@
'author' => 'TYPO3 Core Team',
'author_email' => 'typo3cms@typo3.org',
'author_company' => '',
'version' => '12.4.11',
'version' => '12.4.12',
'constraints' => [
'depends' => [
'typo3' => '12.4.11',
'typo3' => '12.4.12',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -4,7 +4,7 @@
"description": "TcaSelectItems Test",
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "12.4.11"
"typo3/cms-core": "12.4.*@dev"
},
"extra": {
"typo3/cms": {
Expand Down
Expand Up @@ -4,13 +4,13 @@
'title' => 'TcaSelectItems Test',
'description' => 'TcaSelectItems Test',
'category' => 'example',
'version' => '12.4.11',
'version' => '12.4.12',
'state' => 'beta',
'author' => 'Nikita Hovratov',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '12.4.11',
'typo3' => '12.4.12',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -4,7 +4,7 @@
"description": "TcaSelectTreeItems Test",
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "12.4.11"
"typo3/cms-core": "12.4.*@dev"
},
"extra": {
"typo3/cms": {
Expand Down
Expand Up @@ -4,13 +4,13 @@
'title' => 'TcaSelectTreeItems Test',
'description' => 'TcaSelectTreeItems Test',
'category' => 'example',
'version' => '12.4.11',
'version' => '12.4.12',
'state' => 'beta',
'author' => 'Nikita Hovratov',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '12.4.11',
'typo3' => '12.4.12',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -4,7 +4,7 @@
"description": "A test extension for site config override",
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "12.4.11"
"typo3/cms-core": "12.4.*@dev"
},
"extra": {
"typo3/cms": {
Expand Down
Expand Up @@ -10,10 +10,10 @@
'author_company' => '',
'author_email' => '',
'state' => 'stable',
'version' => '12.4.11',
'version' => '12.4.12',
'constraints' => [
'depends' => [
'typo3' => '12.4.11',
'typo3' => '12.4.12',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -4,7 +4,7 @@
"description": "A test extension for site config override",
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "12.4.11"
"typo3/cms-core": "12.4.*@dev"
},
"suggest": {
"typo3tests/config-override-first": "12.4.*@dev"
Expand Down
Expand Up @@ -10,14 +10,14 @@
'author_company' => '',
'author_email' => '',
'state' => 'stable',
'version' => '12.4.11',
'version' => '12.4.12',
'constraints' => [
'depends' => [
'typo3' => '12.4.11',
'typo3' => '12.4.12',
],
'conflicts' => [],
'suggests' => [
'test_configoverride_first' => '12.4.11',
'test_configoverride_first' => '12.4.12',
],
],
];
Expand Up @@ -2,7 +2,7 @@
"name": "typo3tests/cms-test-templates-a",
"type": "typo3-cms-extension",
"require": {
"typo3/cms-core": "12.4.11"
"typo3/cms-core": "12.4.*@dev"
},
"extra": {
"typo3/cms": {
Expand Down
Expand Up @@ -6,14 +6,14 @@
'title' => 'BackendViewFactory testing a',
'description' => 'BackendViewFactory testing a',
'category' => 'example',
'version' => '12.4.11',
'version' => '12.4.12',
'state' => 'beta',
'author' => 'Christian Kuhn',
'author_email' => 'lolli@schwarzbu.ch',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '12.4.11',
'typo3' => '12.4.12',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -2,7 +2,7 @@
"name": "typo3tests/cms-test-templates-b",
"type": "typo3-cms-extension",
"require": {
"typo3/cms-core": "12.4.11"
"typo3/cms-core": "12.4.*@dev"
},
"extra": {
"typo3/cms": {
Expand Down
Expand Up @@ -6,14 +6,14 @@
'title' => 'BackendViewFactory testing b',
'description' => 'BackendViewFactory testing b',
'category' => 'example',
'version' => '12.4.11',
'version' => '12.4.12',
'state' => 'beta',
'author' => 'Christian Kuhn',
'author_email' => 'lolli@schwarzbu.ch',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '12.4.11',
'typo3' => '12.4.12',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -2,7 +2,7 @@
"name": "typo3tests/cms-test-templates-c",
"type": "typo3-cms-extension",
"require": {
"typo3/cms-core": "12.4.11"
"typo3/cms-core": "12.4.*@dev"
},
"extra": {
"typo3/cms": {
Expand Down
Expand Up @@ -6,14 +6,14 @@
'title' => 'BackendViewFactory testing c',
'description' => 'BackendViewFactory testing c',
'category' => 'example',
'version' => '12.4.11',
'version' => '12.4.12',
'state' => 'beta',
'author' => 'Christian Kuhn',
'author_email' => 'lolli@schwarzbu.ch',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '12.4.11',
'typo3' => '12.4.12',
],
'conflicts' => [],
'suggests' => [],
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/backend/composer.json
Expand Up @@ -20,7 +20,7 @@
},
"require": {
"psr/event-dispatcher": "^1.0",
"typo3/cms-core": "12.4.11"
"typo3/cms-core": "12.4.*@dev"
},
"suggest": {
"typo3/cms-install": "To generate url to install tool in environment toolbar"
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/backend/ext_emconf.php
Expand Up @@ -8,10 +8,10 @@
'author' => 'TYPO3 Core Team',
'author_email' => 'typo3cms@typo3.org',
'author_company' => '',
'version' => '12.4.11',
'version' => '12.4.12',
'constraints' => [
'depends' => [
'typo3' => '12.4.11',
'typo3' => '12.4.12',
],
'conflicts' => [],
'suggests' => [],
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/belog/composer.json
Expand Up @@ -19,7 +19,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "12.4.11"
"typo3/cms-core": "12.4.*@dev"
},
"conflict": {
"typo3/cms": "*"
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/belog/ext_emconf.php
Expand Up @@ -8,10 +8,10 @@
'author' => 'TYPO3 Core Team',
'author_email' => 'typo3cms@typo3.org',
'author_company' => '',
'version' => '12.4.11',
'version' => '12.4.12',
'constraints' => [
'depends' => [
'typo3' => '12.4.11',
'typo3' => '12.4.12',
],
'conflicts' => [],
'suggests' => [],
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/beuser/composer.json
Expand Up @@ -19,7 +19,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "12.4.11"
"typo3/cms-core": "12.4.*@dev"
},
"conflict": {
"typo3/cms": "*"
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/beuser/ext_emconf.php
Expand Up @@ -8,10 +8,10 @@
'author_email' => 'typo3cms@typo3.org',
'author_company' => '',
'state' => 'stable',
'version' => '12.4.11',
'version' => '12.4.12',
'constraints' => [
'depends' => [
'typo3' => '12.4.11',
'typo3' => '12.4.12',
],
'conflicts' => [],
'suggests' => [],
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/core/Classes/Information/Typo3Version.php
Expand Up @@ -19,7 +19,7 @@

class Typo3Version
{
protected const VERSION = '12.4.11';
protected const VERSION = '12.4.12-dev';
protected const BRANCH = '12.4';

public function getVersion(): string
Expand Down
Expand Up @@ -4,7 +4,7 @@
"description": "A test extension for core",
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "12.4.11"
"typo3/cms-core": "12.4.*@dev"
},
"extra": {
"typo3/cms": {
Expand Down
Expand Up @@ -10,10 +10,10 @@
'author_company' => '',
'author_email' => '',
'state' => 'stable',
'version' => '12.4.11',
'version' => '12.4.12',
'constraints' => [
'depends' => [
'typo3' => '12.4.11',
'typo3' => '12.4.12',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -4,7 +4,7 @@
"description": "A test extension for core",
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "12.4.11"
"typo3/cms-core": "12.4.*@dev"
},
"extra": {
"typo3/cms": {
Expand Down
Expand Up @@ -6,14 +6,14 @@
'title' => 'test extension',
'description' => '',
'category' => '',
'version' => '12.4.11',
'version' => '12.4.12',
'state' => 'beta',
'author' => 'Christian Kuhn',
'author_email' => 'lolli@schwarzbu.ch',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '12.4.11',
'typo3' => '12.4.12',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -4,7 +4,7 @@
"description": "A test extension for core",
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "12.4.11"
"typo3/cms-core": "12.4.*@dev"
},
"extra": {
"typo3/cms": {
Expand Down
Expand Up @@ -6,13 +6,13 @@
'title' => 'ExpressionBuilder Test',
'description' => 'ExpressionBuilder Test',
'category' => 'example',
'version' => '12.4.11',
'version' => '12.4.12',
'state' => 'beta',
'author' => 'Christian Kuhn',
'author_email' => 'lolli@schwarzbu.ch',
'constraints' => [
'depends' => [
'typo3' => '12.4.11',
'typo3' => '12.4.12',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -4,7 +4,7 @@
"description": "A test extension for core",
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "12.4.11"
"typo3/cms-core": "12.4.*@dev"
},
"extra": {
"typo3/cms": {
Expand Down
Expand Up @@ -6,14 +6,14 @@
'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' => '12.4.11',
'version' => '12.4.12',
'state' => 'beta',
'author' => 'Oliver Hader',
'author_email' => 'oliver@typo3.org',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '12.4.11',
'typo3' => '12.4.12',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -4,7 +4,7 @@
"description": "A test extension for core",
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "12.4.11"
"typo3/cms-core": "12.4.*@dev"
},
"extra": {
"typo3/cms": {
Expand Down

0 comments on commit 5ab9112

Please sign in to comment.