Skip to content

Commit af1e683

Browse files
committed
[RELEASE] Crawler version 9.0.2
Added: * Update specific doktypes for skipping page * Configure commands in Services.yaml for TYPO3 v10 * Tests for BackendModule * Add index for tx_crawler_queue.scheduled table field * Support for Symfony console 5 * Add example for pageVeto hook in documentation Changed: * Group TCA in tabs and add descriptions to fields Fixed: * Handle empty response when fetching URL * Set default value when procInstrFilter is not defined
1 parent daa97f2 commit af1e683

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

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

3-
## Crawler 9.0.2-dev
3+
## Crawler 9.0.2
4+
Crawler 9.0.2 was released on July 13th, 2020
45

56
### Added
67
* Update specific doktypes for skipping page

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 = since 2002 by AOE GmbH
33
project = Crawler
4-
release = 9.0.1
5-
version = 9.0.1
4+
release = 9.0.2
5+
version = 9.0.2
66

77
[html_theme_options]
88
github_branch = master

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'author' => 'Kasper Skaarhoj, Daniel Poetzinger, Fabrizio Branca, Tolleiv Nietsch, Timo Schmidt, Michael Klapper, Stefan Rotsch, Tomas Norre Mikkelsen, Tizian Schmidlin',
1111
'author_email' => 'dev@aoe.com',
1212
'author_company' => 'AOE GmbH',
13-
'version' => '9.0.1',
13+
'version' => '9.0.2',
1414
'constraints' => [
1515
'depends' => [
1616
'typo3' => '9.5.14-10.4.99',

0 commit comments

Comments
 (0)