Skip to content

Commit

Permalink
[RELASE] Crawler version 11.0.10
Browse files Browse the repository at this point in the history
Fixes:
* Check queueRec before usages to avoid php-errors
  • Loading branch information
tomasnorre committed Jul 4, 2024
1 parent d3c0bf4 commit 3b2c544
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

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.9
version = 11.0.9
release = 11.0.10
version = 11.0.10

[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' => '[email protected]',
'author_company' => '',
'version' => '11.0.9',
'version' => '11.0.10',
'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.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

Expand Down

0 comments on commit 3b2c544

Please sign in to comment.