Skip to content

Commit a4f4575

Browse files
authored
[BUGFIX] Update TYPO3 version, update docs data. (#119)
1 parent d00049c commit a4f4575

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Documentation/guides.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
project-home="https://extensions.typo3.org/extension/t3api/"
77
project-repository="https://github.com/sourcebroker/t3api.git"
88
project-issues="https://github.com/sourcebroker/t3api/issues"
9-
edit-on-github-branch="master"
9+
edit-on-github-branch="main"
1010
edit-on-github="sourcebroker/t3api"
11-
typo3-core-preferred="12.4"
11+
typo3-core-preferred="13.4"
1212
interlink-shortcode="sourcebroker/t3api"
1313
/>
1414
<project title="TYPO3 REST API"
15-
release="4.0.0"
16-
version="3.0"
15+
release="4.0.1"
16+
version="4.0"
1717
copyright="Inscript sp. z o.o."/>
1818
<inventory id="t3apinews" url="https://docs.typo3.org/p/sourcebroker/t3api/main/en-us/"/>
1919
</guides>

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
'author' => 'Inscript Team',
99
'author_email' => '[email protected]',
1010
'state' => 'stable',
11-
'version' => '4.0.0',
11+
'version' => '4.0.1',
1212
'constraints' => [
1313
'depends' => [
1414
'php' => '8.1.0-8.3.99',
15-
'typo3' => '12.4.00-12.4.99',
15+
'typo3' => '12.4.00-13.4.99',
1616
],
1717
'conflicts' => [],
1818
'suggests' => [],

0 commit comments

Comments
 (0)