Skip to content

Commit f27273d

Browse files
committed
[RELEASE] Crawler version 12.0.8
Fixed * Ensure that correct typo3 binary is returned in non-composer installations * Adjust path in cli/bootstrap.php to match new folder structure of where extensions are installed * Don't wrap empty HTML in table-tag to ensure valid HTML * Fix crawling of mount pages * Fix indexing of cached pages when "disableFrontendIndexing" is active [@cweiske](https://github.com/cweiske)
1 parent e1ffa80 commit f27273d

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

CHANGELOG.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
# Changelog TYPO3 Crawler
22

3-
## Crawler 12.0.8-dev
4-
5-
### Added
6-
7-
### Changed
3+
## Crawler 12.0.8
4+
Crawler 12.0.8 was released on May 23rd, 2025
85

96
### Fixed
107
* Ensure that correct typo3 binary is returned in non-composer installations
@@ -13,14 +10,6 @@
1310
* Fix crawling of mount pages
1411
* Fix indexing of cached pages when "disableFrontendIndexing" is active [@cweiske](https://github.com/cweiske)
1512

16-
### Deprecated
17-
#### Classes
18-
#### Functions & Properties
19-
20-
### Removed
21-
#### Classes
22-
#### Functions & Properties
23-
2413
## Crawler 12.0.7
2514
Crawler 12.0.7 was released on January 27th, 2025
2615

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' => '12.0.7',
13+
'version' => '12.0.8',
1414
'constraints' => [
1515
'depends' => [
1616
'php' => '8.1.0-8.99.99',

0 commit comments

Comments
 (0)