Skip to content

Commit

Permalink
[RELEASE] Crawler version 12.0.5
Browse files Browse the repository at this point in the history
Added
* Possibility to flush all processes from the backend module in process view
* Information when page does not exists when crawler:buildQueue command is called from cli

Changed
* Disallow DOKTYPE_BE_USER_SECTION to be crawled
* CrawlerCsvWriter::CARRIAGE_RETURN constant is now private

Fixed
* Prevent exception `Truncated incorrect DECIMAL value` in `crawler:processQueue` [@xyng](https://github.com/xyng)
* Typecast PageTS Crawler Configuration `force_ssl` to `int`
* Use proper pid's in EXT:news docs code example
  • Loading branch information
tomasnorre committed Jan 20, 2025
1 parent a0d177b commit 18543d1
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,6 +1,7 @@
# Changelog TYPO3 Crawler

## Crawler 12.0.5-dev
## Crawler 12.0.5
Crawler 12.0.5 was released on January 20th, 2025

### Added
* Possibility to flush all processes from the backend module in process view
Expand All @@ -24,12 +25,6 @@
#### Functions & Properties
* CrawlerController->addQueueEntry_callBack()

### Removed

#### Classes

#### Functions & Properties

## Crawler 12.0.4
Crawler 12.0.4 was released on June 13th, 2024

Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
[general]

project = Crawler
version = 12.0.4
release = 12.0.4
version = 12.0.5
release = 12.0.5
copyright = 2002-2021 AOE GmbH, since 2021 Tomas Norre Mikkelsen

[html_theme_options]
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' => 'Tomas Norre Mikkelsen',
'author_email' => '[email protected]',
'author_company' => '',
'version' => '12.0.4',
'version' => '12.0.5',
'constraints' => [
'depends' => [
'php' => '8.1.0-8.99.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=12.0.4
sonar.projectVersion=12.0.5
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 18543d1

Please sign in to comment.