diff --git a/CHANGELOG.md b/CHANGELOG.md index f0222b1b5..7e5af3f1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog TYPO3 Crawler -## Crawler 11.0.10-dev +## Crawler 11.0.10 + +Crawler 11.0.10 was released on July 4th, 2024 ### Fixed diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 6716103db..b2d64fd13 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.9 -version = 11.0.9 +release = 11.0.10 +version = 11.0.10 [html_theme_options] github_branch = main diff --git a/ext_emconf.php b/ext_emconf.php index 000cf135c..846e28784 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.9', + 'version' => '11.0.10', 'constraints' => [ 'depends' => [ 'typo3' => '10.4.11-11.5.99', diff --git a/sonar-project.properties b/sonar-project.properties index 031039502..88163f97a 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,6 +1,6 @@ sonar.projectKey=aoe-crawler sonar.projectName=Crawler -sonar.projectVersion=11.0.9 +sonar.projectVersion=11.0.10 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