Skip to content

Commit 828db32

Browse files
committed
[TASK] Release version 6.0.0
1 parent 752d0b1 commit 828db32

3 files changed

Lines changed: 63 additions & 58 deletions

File tree

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-08-03 Francois Suter (Idéative) <typo3@ideative.ch>
2+
3+
* Add automated code testing and cleanup
4+
* Release version 6.0.0
5+
16
2025-03-11 Francois Suter (Idéative) <typo3@ideative.ch>
27

38
* Drop compatibility with TYPO3 11

composer.json

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
11
{
2-
"name": "cobweb/externalimport_tut",
3-
"type": "typo3-cms-extension",
4-
"description": "Tutorial for the External Import extension. Contains the manual and the necessary files.",
5-
"keywords": [
6-
"typo3",
7-
"extension",
8-
"composer.json"
9-
],
10-
"license": [
11-
"GPL-2.0-or-later"
12-
],
13-
"authors": [
14-
{
15-
"name": "Francois Suter",
16-
"role": "Developer",
17-
"homepage": "https://www.ideative.ch/"
18-
}
19-
],
20-
"autoload": {
21-
"psr-4": {
22-
"Cobweb\\ExternalimportTut\\": "Classes/"
23-
}
24-
},
25-
"require": {
26-
"php": "^8.1 || ^8.2 || ^8.3 || ^8.4",
27-
"typo3/coding-standards": "*",
28-
"typo3/cms-core": "^12.4 || ^13.4",
29-
"cobweb/external_import": "^8.0",
30-
"cobweb/svconnector_csv": "^5.0",
31-
"cobweb/svconnector_feed": "^5.0",
32-
"georgringer/news": "^12.0"
33-
},
34-
"require-dev": {
35-
"ergebnis/composer-normalize": "~2.42.0",
36-
"friendsofphp/php-cs-fixer": "^3.52",
37-
"typo3/testing-framework": "^8.2",
38-
"phpstan/phpstan": "^1.10"
39-
},
40-
"replace": {
41-
"typo3-ter/externalimport_tut": "self.version"
42-
},
43-
"extra": {
44-
"typo3/cms": {
45-
"extension-key": "externalimport_tut",
46-
"web-dir": ".Build/web"
47-
}
48-
},
49-
"config": {
50-
"allow-plugins": {
51-
"typo3/cms-composer-installers": true,
52-
"typo3/class-alias-loader": true,
53-
"ergebnis/composer-normalize": true
54-
},
55-
"bin-dir": ".Build/bin",
56-
"sort-packages": true,
57-
"vendor-dir": ".Build/vendor"
58-
}
2+
"name": "cobweb/externalimport_tut",
3+
"type": "typo3-cms-extension",
4+
"description": "Tutorial for the External Import extension. Contains the manual and the necessary files.",
5+
"keywords": [
6+
"typo3",
7+
"extension",
8+
"composer.json"
9+
],
10+
"license": [
11+
"GPL-2.0-or-later"
12+
],
13+
"authors": [
14+
{
15+
"name": "Francois Suter",
16+
"role": "Developer",
17+
"homepage": "https://www.ideative.ch/"
18+
}
19+
],
20+
"autoload": {
21+
"psr-4": {
22+
"Cobweb\\ExternalimportTut\\": "Classes/"
23+
}
24+
},
25+
"require": {
26+
"php": "^8.1 || ^8.2 || ^8.3 || ^8.4",
27+
"typo3/coding-standards": "*",
28+
"typo3/cms-core": "^12.4 || ^13.4",
29+
"cobweb/external_import": "^8.0",
30+
"cobweb/svconnector_csv": "^5.0",
31+
"cobweb/svconnector_feed": "^5.0",
32+
"georgringer/news": "^12.0"
33+
},
34+
"require-dev": {
35+
"ergebnis/composer-normalize": "~2.42.0",
36+
"friendsofphp/php-cs-fixer": "^3.52",
37+
"typo3/testing-framework": "^8.2",
38+
"phpstan/phpstan": "^1.10"
39+
},
40+
"replace": {
41+
"typo3-ter/externalimport_tut": "self.version"
42+
},
43+
"extra": {
44+
"typo3/cms": {
45+
"extension-key": "externalimport_tut",
46+
"web-dir": ".Build/web"
47+
}
48+
},
49+
"config": {
50+
"allow-plugins": {
51+
"typo3/cms-composer-installers": true,
52+
"typo3/class-alias-loader": true,
53+
"ergebnis/composer-normalize": true
54+
},
55+
"bin-dir": ".Build/bin",
56+
"sort-packages": true,
57+
"vendor-dir": ".Build/vendor"
58+
}
5959
}
6060

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'author_email' => 'typo3@ideative.ch',
99
'state' => 'stable',
1010
'author_company' => '',
11-
'version' => '5.1.0',
11+
'version' => '6.0.0',
1212
'constraints' =>
1313
[
1414
'depends' =>

0 commit comments

Comments
 (0)