Skip to content

Commit

Permalink
[RELEASE] Crawler version 10.0.0
Browse files Browse the repository at this point in the history
* Added
Added information about indexed_search money pool

* Fixed
Add processId to finished QueueEntries to ensure the process will been seen as successful instead of cancelled.
Fix type error when exclude subcfg is not defined
Sites/URLs get crawled but not indexed [@twestner](https://github.com/twestner)

* Removed Properties
!!! CrawlerController->tableName
!!! ConfigurationRepository->tableName
!!! ProcessRepository->tableName
!!! QueueRepository->tableName
  • Loading branch information
tomasnorre committed Aug 3, 2021
1 parent 62188e6 commit efbc5de
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 10.0.x-dev
## Crawler 10.0.0
Crawler 10.0.0 was released on August 3rd, 2021

### Added
* Added information about indexed_search money pool

### Changed

### Fixed
* Add processId to finished QueueEntries to ensure the process will been seen as successful instead of cancelled.
* Fix type error when exclude subcfg is not defined
* Sites/URLs get crawled but not indexed [@twestner](https://github.com/twestner)

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

### Removed
#### Classes
#### Functions & Properties
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.6
version = 9.2.6
release = 10.0.0
version = 10.0.0

[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.6',
'version' => '10.0.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.2.6
sonar.projectVersion=10.0.0
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 efbc5de

Please sign in to comment.