From db27249f88270742e549a536c3699301d3c65249 Mon Sep 17 00:00:00 2001 From: Tomas Norre Mikkelsen Date: Thu, 30 May 2024 09:06:54 +0200 Subject: [PATCH] [RELEASE] Crawler version 11.0.9 Fixes: * Updated composer.json to have prepare-release to enable installations on non-composer projects --- CHANGELOG.md | 4 +++- Documentation/Settings.cfg | 4 ++-- ext_emconf.php | 2 +- sonar-project.properties | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9c412e13..f9b38612c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog TYPO3 Crawler -## Crawler 11.0.9-dev +## Crawler 11.0.9 + +Crawler 11.0.9 was released on May 30th, 2024 ### Fixed diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index b43af8b85..6716103db 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,8 +1,8 @@ [general] copyright = 2002-2021 AOE GmbH, 2021- Tomas Norre Mikkelsen project = Crawler -release = 11.0.8 -version = 11.0.8 +release = 11.0.9 +version = 11.0.9 [html_theme_options] github_branch = main diff --git a/ext_emconf.php b/ext_emconf.php index 11dfc7b76..000cf135c 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -10,7 +10,7 @@ 'author' => 'Tomas Norre Mikkelsen', 'author_email' => 'tomasnorre@gmail.com', 'author_company' => '', - 'version' => '11.0.8', + 'version' => '11.0.9', 'constraints' => [ 'depends' => [ 'typo3' => '10.4.11-11.5.99', diff --git a/sonar-project.properties b/sonar-project.properties index 6c5f5af96..031039502 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,6 +1,6 @@ sonar.projectKey=aoe-crawler sonar.projectName=Crawler -sonar.projectVersion=11.0.8 +sonar.projectVersion=11.0.9 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