Skip to content

Commit c25e671

Browse files
committed
[RELEASE] Crawler version 12.0.0
1 parent f72ed29 commit c25e671

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog TYPO3 Crawler
22

3-
## Crawler 12.0.0-dev
3+
## Crawler 12.0.0
4+
Crawler 12.0.0 was release on April 21st, 2024
45

56
### Added
67
* AbstractBackendModuleController

Documentation/Settings.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
[general]
55

66
project = Crawler
7-
version = 11.0
8-
release = 11.0.4
7+
version = 12.0.0
8+
release = 12.0.0
99
copyright = 2002-2021 AOE GmbH, since 2021 Tomas Norre Mikkelsen
1010

1111
[html_theme_options]

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
'author' => 'Tomas Norre Mikkelsen',
1111
'author_email' => 'tomasnorre@gmail.com',
1212
'author_company' => '',
13-
'version' => '12.0.0-dev',
13+
'version' => '12.0.0',
1414
'constraints' => [
1515
'depends' => [
1616
'php' => '8.1.0-8.99.99',
17-
'typo3' => '12.2.0-12.9.99',
17+
'typo3' => '12.4.0-12.9.99',
1818
],
1919
'conflicts' => [],
2020
'suggests' => [],

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.projectKey=aoe-crawler
22
sonar.projectName=Crawler
3-
sonar.projectVersion=11.0.4
3+
sonar.projectVersion=12.0.0
44
sonar.sources=.
55
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
66

0 commit comments

Comments
 (0)