Skip to content

Commit f652861

Browse files
committed
[RELEASE] Crawler version 11.0.8
1 parent c82fbed commit f652861

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog TYPO3 Crawler
22

3-
## Crawler 11.0.8-dev
3+
## Crawler 11.0.8
4+
Crawler 11.0.8 was released on May 22nd, 2024
5+
46
### Fixed
57
* Fix loading middleware order to make forced indexing work again [@cweiske](https://github.com/cweiske)
68
* Avoid deprecations in PHP 8.2

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.7
5-
version = 11.0.7
4+
release = 11.0.8
5+
version = 11.0.8
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.7',
13+
'version' => '11.0.8',
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.7
3+
sonar.projectVersion=11.0.8
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)