Skip to content

Commit

Permalink
[RELEASE] Crawler version 10.0.2
Browse files Browse the repository at this point in the history
Added
* Replace in composer for aoepeople/crawler

Changed
* Changed composer package name to tomasnorre/crawler
  • Loading branch information
tomasnorre committed Sep 16, 2021
1 parent 01c5042 commit 4333159
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 23 deletions.
16 changes: 4 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
# Changelog TYPO3 Crawler

## Crawler 10.0.2-dev
## Crawler 10.0.2
Crawler 10.0.2 was released on September 16th, 2021

### Added
* Replace in composer for aoepeople/crawler

### Changed

### Deprecated
#### Classes
#### Functions & Properties

### Removed
#### Classes
#### Functions & Properties

### Fixed

* Changed composer package name to tomasnorre/crawler

## Crawler 10.0.1
Crawler 10.0.1 was released on August 27th, 2021
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 = 10.0.1
version = 10.0.1
release = 10.0.2
version = 10.0.2

[html_theme_options]
github_branch = master
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "aoepeople/crawler",
"name": "tomasnorre/crawler",
"type": "typo3-cms-extension",
"description": "Crawler extension for TYPO3",
"homepage": "https://github.com/AOEpeople/crawler",
"homepage": "https://github.com/tomasnorre/crawler",
"license": "GPL-3.0",
"authors": [
{
"name": "AOEpeople",
"email": "[email protected]",
"homepage": "https://www.aoe.com/",
"name": "Tomas Norre Mikkelsen",
"email": "[email protected]",
"role": "Developer"
}
],
Expand All @@ -29,7 +28,8 @@
"typo3/cms-seo": "*"
},
"replace": {
"typo3-ter/crawler": "self.version"
"typo3-ter/crawler": "self.version",
"aoepeople/crawler": "self.version"
},
"require-dev": {
"codeception/codeception": "^4.1",
Expand Down Expand Up @@ -167,6 +167,6 @@
}
],
"support": {
"issues": "https://github.com/AOEpeople/crawler/issues"
"issues": "https://github.com/tomasnorre/crawler/issues"
}
}
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' => '10.0.1',
'version' => '10.0.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=10.0.1
sonar.projectVersion=10.0.2
sonar.sources=.
sonar.exclusions=.Build/**, .github/**, Tests/**, Resources/**, Documentation/**, Configuration/**, cli/bootstrap.php, Build/**, ext_emconf.php, ext_localconf.php, ext_tables.php, ecs.php, rector-ci.php

Expand Down

0 comments on commit 4333159

Please sign in to comment.