Skip to content

Commit

Permalink
[RELEASE] Crawler version 9.1.3
Browse files Browse the repository at this point in the history
Added
* QueueFilter to operate with Object instead of string/arrays

Deprecated
Functions & Properties

* BackendModule->modMenu()
* CrawlerController->CLI_debug()
* CrawlerController->getAccessMode()
* CrawlerController->setAccessMode()
* CrawlerController->getDisabled()
* CrawlerController->setDisabled()
* CrawlerController->getProcessFilename()
* CrawlerController->setProcessFilename()
* CrawlerController->accessMode
* CrawlerController->processFilename

Changed
* Updated Rector, PHPStan, ECS for better static code analysis
* BackendModule is splittet into smaller classes to improve readability and maintainability
* Crawler Class added, this can be used to check whether the crawler is enabled or disabled

Fixed
* aoe/crawler/initialization (middleware) is moved to before typo3/cms-core/normalizedParams to have crawler being "last" in middleware chain
  • Loading branch information
Tomas Norre Mikkelsen committed Nov 20, 2020
1 parent 1462032 commit 18f3c48
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog TYPO3 Crawler

## Crawler 9.1.3-dev
## Crawler 9.1.3
Crawler 9.1.3 was released on November 20nd, 2020

### Added
* QueueFilter to operate with Object instead of string/arrays
Expand All @@ -24,9 +25,9 @@
* Updated Rector, PHPStan, ECS for better static code analysis
* BackendModule is splittet into smaller classes to improve readability and maintainability
* Crawler Class added, this can be used to check whether the crawler is enabled or disabled
* aoe/crawler/initialization (middleware) is moved to before typo3/cms-core/normalizedParams to have crawler being "last" in middleware chain

### Fixed
* aoe/crawler/initialization (middleware) is moved to before typo3/cms-core/normalizedParams to have crawler being "last" in middleware chain

## Crawler 9.1.2
Crawler 9.1.2 was released on November 7th, 2020
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 = since 2002 by AOE GmbH
project = Crawler
release = 9.1.2
version = 9.1.2
release = 9.1.3
version = 9.1.3

[html_theme_options]
github_branch = master
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' => 'Kasper Skaarhoj, Daniel Poetzinger, Fabrizio Branca, Tolleiv Nietsch, Timo Schmidt, Michael Klapper, Stefan Rotsch, Tomas Norre Mikkelsen, Tizian Schmidlin',
'author_email' => '[email protected]',
'author_company' => 'AOE GmbH',
'version' => '9.1.2',
'version' => '9.1.3',
'constraints' => [
'depends' => [
'typo3' => '9.5.14-10.4.99',
Expand Down

0 comments on commit 18f3c48

Please sign in to comment.