Skip to content

Commit

Permalink
[RELEASE] Crawler version 11.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnorre committed May 22, 2024
1 parent c82fbed commit f652861
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.8-dev
## Crawler 11.0.8
Crawler 11.0.8 was released on May 22nd, 2024

### Fixed
* Fix loading middleware order to make forced indexing work again [@cweiske](https://github.com/cweiske)
* Avoid deprecations in PHP 8.2
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.7
version = 11.0.7
release = 11.0.8
version = 11.0.8

[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.7',
'version' => '11.0.8',
'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.7
sonar.projectVersion=11.0.8
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 f652861

Please sign in to comment.