Skip to content

Commit

Permalink
[RELEASE] Crawler version 9.2.0
Browse files Browse the repository at this point in the history
Added
* Add support for TYPO3 11.0

Deprecated Classes
* CrawlerApi
  • Loading branch information
Tomas Norre Mikkelsen committed Dec 22, 2020
1 parent 0e17e2c commit 0f0473c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 13 deletions.
9 changes: 2 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
# Changelog TYPO3 Crawler

## Crawler 9.1.6-dev
## Crawler 9.2.0
Crawler 9.2.0 was released on December 22nd, 2020

### Added
* Add support for TYPO3 11.0

### Changed

### Deprecated
#### Functions & Properties

#### Classes
* CrawlerApi

### Fixed

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

Expand Down
2 changes: 1 addition & 1 deletion Classes/Api/CrawlerApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* Class CrawlerApi
*
* @package AOE\Crawler\Api
* @deprecated Since v9.1.6 - This class will be removed when dropping support for TYPO3 9LTS and 10LTS
* @deprecated Since v9.2.0 - This class will be removed when dropping support for TYPO3 9LTS and 10LTS
*/
class CrawlerApi
{
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.5
version = 9.1.5
release = 9.2.0
version = 9.2.0

[html_theme_options]
github_branch = master
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "9.1.x-dev"
"dev-main": "9.2.x-dev"
},
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
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.5',
'version' => '9.2.0',
'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.1.5
sonar.projectVersion=9.2.0
sonar.sources=.
sonar.exclusions=.Build/**, .github/**, Tests/**, Resources/**, Documentation/**, Configuration/**

Expand Down

0 comments on commit 0f0473c

Please sign in to comment.