diff --git a/CHANGELOG.md b/CHANGELOG.md index 46f1c308f..e603a8b22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ # Changelog TYPO3 Crawler ## Crawler 11.0.7 +Crawler 11.0.6 was released on November 18th, 2022 ### Fixed * Ensure that array key is set before used in BuildQueueCommand (PHP 8.1) - ## Crawler 11.0.6 Crawler 11.0.6 was released on November 12th, 2022 diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 7fc511e61..a6b82fc49 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.6 -version = 11.0.6 +release = 11.0.7 +version = 11.0.7 [html_theme_options] github_branch = main diff --git a/ext_emconf.php b/ext_emconf.php index bb8cf3b41..c568fa4aa 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.6', + 'version' => '11.0.7', 'constraints' => [ 'depends' => [ 'typo3' => '10.4.11-11.5.99', diff --git a/sonar-project.properties b/sonar-project.properties index b51e40cb9..17b975219 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,6 +1,6 @@ sonar.projectKey=aoe-crawler sonar.projectName=Crawler -sonar.projectVersion=11.0.6 +sonar.projectVersion=11.0.7 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