From c25e671526f547f65b69adfce335834c66f54b24 Mon Sep 17 00:00:00 2001 From: Tomas Norre Mikkelsen Date: Tue, 21 May 2024 15:30:15 +0200 Subject: [PATCH] [RELEASE] Crawler version 12.0.0 --- CHANGELOG.md | 3 ++- Documentation/Settings.cfg | 4 ++-- ext_emconf.php | 4 ++-- sonar-project.properties | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 925429d52..c7dfe358e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog TYPO3 Crawler -## Crawler 12.0.0-dev +## Crawler 12.0.0 +Crawler 12.0.0 was release on April 21st, 2024 ### Added * AbstractBackendModuleController diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 610bbba3c..8333e4611 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -4,8 +4,8 @@ [general] project = Crawler -version = 11.0 -release = 11.0.4 +version = 12.0.0 +release = 12.0.0 copyright = 2002-2021 AOE GmbH, since 2021 Tomas Norre Mikkelsen [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index 7badd968f..c6cc1f7ad 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -10,11 +10,11 @@ 'author' => 'Tomas Norre Mikkelsen', 'author_email' => 'tomasnorre@gmail.com', 'author_company' => '', - 'version' => '12.0.0-dev', + 'version' => '12.0.0', 'constraints' => [ 'depends' => [ 'php' => '8.1.0-8.99.99', - 'typo3' => '12.2.0-12.9.99', + 'typo3' => '12.4.0-12.9.99', ], 'conflicts' => [], 'suggests' => [], diff --git a/sonar-project.properties b/sonar-project.properties index 359c756b3..c2c61a469 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,6 +1,6 @@ sonar.projectKey=aoe-crawler sonar.projectName=Crawler -sonar.projectVersion=11.0.4 +sonar.projectVersion=12.0.0 sonar.sources=. sonar.exclusions=.Build/**, .github/**, Tests/**, Resources/**, Documentation/**, Configuration/**, cli/bootstrap.php, Build/**, ext_emconf.php, ext_localconf.php, ext_tables.php, ecs.php, rector-ci.php