-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|