Skip to content

Commit

Permalink
[RELEASE] Crawler version 9.1.5
Browse files Browse the repository at this point in the history
Added
* Error-Handling when Page 0 is used for crawler:buildQueue

Changed
* Removed all references to cHash as it is not used anymore.

Deprecated Functions & Properties
* CrawlerController->getLogEntriesForPageId()
* CrawlerController->CLI_runHooks()
* QueueRepository->countAllByProcessId()
* QueueRepository->countUnprocessedItems()
* FlushQueueCommand --page option

Fixed
* Typecasting port number in cli/bootstrap to have processQueue working with non-standard ports
* Flush entire queue works again
* Check if PageRow['uid'] is integer before handing it on to next function
  • Loading branch information
Tomas Norre Mikkelsen committed Dec 19, 2020
1 parent 6344975 commit b1813f2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog TYPO3 Crawler

## Crawler 9.1.5-dev
## Crawler 9.1.5
Crawler 9.1.5 was released on December 19th, 2020

### Added
* Error-Handling when Page 0 is used for crawler:buildQueue
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.4
version = 9.1.4
release = 9.1.5
version = 9.1.5

[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.4',
'version' => '9.1.5',
'constraints' => [
'depends' => [
'typo3' => '9.5.14-10.4.99',
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.projectKey=aoe-crawler
sonar.projectName=Crawler
sonar.projectVersion=9.1.4
sonar.projectVersion=9.1.5
sonar.sources=.
sonar.exclusions=.Build/**, .github/**, Tests/**, Resources/**, Documentation/**, Configuration/**

Expand Down

0 comments on commit b1813f2

Please sign in to comment.