Skip to content

Commit

Permalink
[RELEASE] Crawler version 9.1.1
Browse files Browse the repository at this point in the history
Added
* Documentation example for ext:news
* CrawlStrategyFactory to move login out of the QueueExecutor

Deprecated
Functions & Properties
* ProcessRepository->countActive()
* ProcessRepository->getLimitFromItemCountAndOffset()
* CrawlerController->getUrlFromPageAndQueryParameters()

Changed
* UrlService->getUrlFromPageAndQueryParameters() moved from CrawlerController

Fixed
* Frontend User initialization with UserGroups for crawling protected pages
* Making sure PageUid added with ExcludeString is kept as integers
* Instantiation of ProcessRepository and QueueRepository change to GeneralUtility::makeInstance
* Ensure that DataHandlerHook will not add pages to queue that does not exist
  • Loading branch information
Tomas Norre Mikkelsen committed Oct 17, 2020
1 parent 7a7d347 commit 75dc18f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
12 changes: 5 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,26 @@
# Changelog TYPO3 Crawler

## Crawler 9.1.1-dev
## Crawler 9.1.1
Crawler 9.1.1 was released on October 17th, 2020

### Added
* Documentation example for ext:news
* CrawlStrategyFactory to move login out of the QueueExecutor
* CrawlStrategyFactory to move logic out of the QueueExecutor

### Deprecated

#### Functions & Properties
* ProcessRepository->countActive()
* ProcessRepository->getLimitFromItemCountAndOffset()
* CrawlerController->getUrlFromPageAndQueryParameters()

### Changed
* UrlService->getUrlFromPageAndQueryParameters() moved from CrawlerController

### Deprecated
#### Functions & Properties
* CrawlerController->getUrlFromPageAndQueryParameters()

### Fixed
* Frontend User initialization with UserGroups for crawling protected pages
* Making sure PageUid added with ExcludeString is kept as integers
* Instatiation of ProcessRepository and QueueRepository change to GeneralUtility::makeInstance
* Instantiation of ProcessRepository and QueueRepository change to GeneralUtility::makeInstance
* Ensure that DataHandlerHook will not add pages to queue that does not exist

## Crawler 9.1.0
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.0
version = 9.1.0
release = 9.1.1
version = 9.1.1

[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.0',
'version' => '9.1.1',
'constraints' => [
'depends' => [
'typo3' => '9.5.14-10.4.99',
Expand Down

0 comments on commit 75dc18f

Please sign in to comment.