Skip to content

Commit

Permalink
[RELASE] Crawler version 11.0.11
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
tomasnorre committed Jan 20, 2025
1 parent bc92a65 commit 462997f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 20 deletions.
18 changes: 2 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 462997f

Please sign in to comment.