Skip to content

Commit 78be3c0

Browse files
committed
[RELEASE] 4.0.0
1 parent 2e382f6 commit 78be3c0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"extra": {
2424
"typo3/cms": {
2525
"extension-key": "http2",
26-
"version": "3.0.0",
26+
"version": "4.0.0",
2727
"Package": {
2828
"providesPackages": {}
2929
}

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
'title' => 'HTTP2 Server Push Support for TYPO3',
55
'description' => '',
66
'category' => 'extension',
7-
'version' => '3.0.0',
7+
'version' => '4.0.0',
88
'state' => 'stable',
99
'clearcacheonload' => 1,
1010
'author' => 'b13 GmbH',
1111
'author_email' => 'typo3@b13.com',
1212
'author_company' => 'b13 GmbH',
1313
'constraints' => [
1414
'depends' => [
15-
'typo3' => '12.4.0-13.99.99',
15+
'typo3' => '14.3.0-14.99.99',
1616
],
1717
],
1818
];

0 commit comments

Comments
 (0)