Skip to content

Commit 4b8e110

Browse files
committed
[TASK] Increase versionnumber to 4.0.0
Signed-off-by: Torben Hansen <derhansen@gmail.com>
1 parent 0c4f035 commit 4b8e110

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@ snippet to implement the challenge/response protection in their own forms (e.g.
9090

9191
## Versions
9292

93-
| Version | TYPO3 | PHP | Support/Development |
94-
|---------|-------------|-----------|---------------------------------------- |
95-
| 4.x | 14.x | 8.2 - 8.5 | Features, Bugfixes, Security Updates |
96-
| 3.x | 13.x | 8.2 - 8.4 | Features, Bugfixes, Security Updates |
97-
| 2.x | 13.x | 8.2 - 8.4 | Features, Bugfixes, Security Updates |
98-
| 1.x | 10.4 - 12.4 | 7.2 - 8.4 | Features, Bugfixes, Security Updates |
93+
| Version | TYPO3 | PHP | Support/Development |
94+
|---------|-------------|-----------|--------------------------------------|
95+
| 4.x | 14.x | 8.2 - 8.5 | Features, Bugfixes, Security Updates |
96+
| 3.x | 13.x | 8.2 - 8.5 | Features, Bugfixes, Security Updates |
97+
| 2.x | 13.x | 8.2 - 8.4 | Features, Bugfixes, Security Updates |
98+
| 1.x | 10.4 - 12.4 | 7.2 - 8.4 | Features, Bugfixes, Security Updates |
9999

100100
## Reporting a Vulnerability
101101

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
'author' => 'Torben Hansen',
88
'author_email' => 'derhansen@gmail.com',
99
'state' => 'stable',
10-
'version' => '3.0.0',
10+
'version' => '4.0.0',
1111
'constraints' => [
1212
'depends' => [
1313
'typo3' => '14.0.0-14.3.99',

0 commit comments

Comments
 (0)