Skip to content

Commit

Permalink
[RELEASE] Crawler version 9.2.2
Browse files Browse the repository at this point in the history
Added
* AccessService::hasGroupAccess()

Deprecated Functions & Properties
* CrawlerController->CLI_releaseProcesses()
* CrawlerController->hasGroupAccess()

Fixed
* buildQueue with `--mode exec` resulted in a 503
* Set content in `fetchUrlContents()` to false if null, to prevent serializing from failing
  • Loading branch information
Tomas Norre Mikkelsen committed Jan 26, 2021
1 parent 85db23b commit 428c1a8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
9 changes: 2 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
# Changelog TYPO3 Crawler

## Crawler 9.2.2-dev
## Crawler 9.2.2
Crawler 9.2.2 was released on January 26th, 2021

### Added
* AccessService::hasGroupAccess()

### Changed
*

### Deprecated
#### Functions & Properties
* CrawlerController->CLI_releaseProcesses()
* CrawlerController->hasGroupAccess()

#### Classes
*

### Fixed
* buildQueue with `--mode exec` resulted in a 503
* Set content in `fetchUrlContents()` to false if null, to prevent serializing from failing
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.2.1
version = 9.2.1
release = 9.2.2
version = 9.2.2

[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.2.1',
'version' => '9.2.2',
'constraints' => [
'depends' => [
'typo3' => '9.5.14-11.0.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.2.1
sonar.projectVersion=9.2.2
sonar.sources=.
sonar.exclusions=.Build/**, .github/**, Tests/**, Resources/**, Documentation/**, Configuration/**

Expand Down

0 comments on commit 428c1a8

Please sign in to comment.