Skip to content

Commit 462997f

Browse files
committed
[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)
1 parent bc92a65 commit 462997f

File tree

4 files changed

+6
-20
lines changed

4 files changed

+6
-20
lines changed

CHANGELOG.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,14 @@
11
# Changelog TYPO3 Crawler
22

3-
## Crawler 11.0.11-dev
3+
## Crawler 11.0.11
44

5-
### Added
6-
7-
### Changed
5+
Crawler 11.0.11 was released on January 20th, 2025
86

97
### Fixed
108
* Fixed query building when using _ADDTABLE parameter [@hawkeye1909](https://github.com/hawkeye1909)
119
* Typecast PageTS Crawler Configuration `force_ssl` to `int`
1210
* Catch E_WARNING when unserialize() fails [cweiske](https://github.com/cweiske)
1311

14-
### Deprecated
15-
16-
#### Classes
17-
18-
#### Functions & Properties
19-
20-
### Removed
21-
22-
#### Classes
23-
24-
#### Functions & Properties
25-
2612
## Crawler 11.0.10
2713

2814
Crawler 11.0.10 was released on July 4th, 2024

Documentation/Settings.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[general]
22
copyright = 2002-2021 AOE GmbH, 2021- Tomas Norre Mikkelsen
33
project = Crawler
4-
release = 11.0.10
5-
version = 11.0.10
4+
release = 11.0.11
5+
version = 11.0.11
66

77
[html_theme_options]
88
github_branch = main

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'author' => 'Tomas Norre Mikkelsen',
1111
'author_email' => 'tomasnorre@gmail.com',
1212
'author_company' => '',
13-
'version' => '11.0.10',
13+
'version' => '11.0.11',
1414
'constraints' => [
1515
'depends' => [
1616
'typo3' => '10.4.11-11.5.99',

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.projectKey=aoe-crawler
22
sonar.projectName=Crawler
3-
sonar.projectVersion=11.0.10
3+
sonar.projectVersion=11.0.11
44
sonar.sources=.
55
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
66

0 commit comments

Comments
 (0)