From 462997fb16be693aada387321c7d013edb736b62 Mon Sep 17 00:00:00 2001 From: Tomas Norre Mikkelsen Date: Mon, 20 Jan 2025 16:49:31 +0100 Subject: [PATCH] [RELASE] Crawler version 11.0.11 Fixed * Fixed query building when using _ADDTABLE parameter [@hawkeye1909](https://github.com/hawkeye1909) * Typecast PageTS Crawler Configuration `force_ssl` to `int` * Catch E_WARNING when unserialize() fails [cweiske](https://github.com/cweiske) --- CHANGELOG.md | 18 ++---------------- Documentation/Settings.cfg | 4 ++-- ext_emconf.php | 2 +- sonar-project.properties | 2 +- 4 files changed, 6 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f4672a28..3d470c5c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,28 +1,14 @@ # Changelog TYPO3 Crawler -## Crawler 11.0.11-dev +## Crawler 11.0.11 -### Added - -### Changed +Crawler 11.0.11 was released on January 20th, 2025 ### Fixed * Fixed query building when using _ADDTABLE parameter [@hawkeye1909](https://github.com/hawkeye1909) * Typecast PageTS Crawler Configuration `force_ssl` to `int` * Catch E_WARNING when unserialize() fails [cweiske](https://github.com/cweiske) -### Deprecated - -#### Classes - -#### Functions & Properties - -### Removed - -#### Classes - -#### Functions & Properties - ## Crawler 11.0.10 Crawler 11.0.10 was released on July 4th, 2024 diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index b2d64fd13..9b012333a 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.10 -version = 11.0.10 +release = 11.0.11 +version = 11.0.11 [html_theme_options] github_branch = main diff --git a/ext_emconf.php b/ext_emconf.php index 846e28784..59b653901 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.10', + 'version' => '11.0.11', 'constraints' => [ 'depends' => [ 'typo3' => '10.4.11-11.5.99', diff --git a/sonar-project.properties b/sonar-project.properties index 88163f97a..c8aa082d1 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,6 +1,6 @@ sonar.projectKey=aoe-crawler sonar.projectName=Crawler -sonar.projectVersion=11.0.10 +sonar.projectVersion=11.0.11 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