Skip to content

Commit 2fab8a5

Browse files
committed
Set version to 5.0.0-dev
1 parent 4bb01a4 commit 2fab8a5

4 files changed

Lines changed: 11 additions & 10 deletions

File tree

Documentation/guides.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<project
1717
title="Code Highlight"
1818
copyright="since 2019 by Chris Müller"
19-
version="4.2"
20-
release="4.2.1"
19+
version="5.0"
20+
release="5.0.0-dev"
2121
/>
2222
<inventory
2323
id="t3coreapi_main"

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ Code highlighter for various programming, markup and configuration languages bas
88

99
## Versions and support
1010

11-
| Latest release | TYPO3 | PHP | Updates will contain |
12-
|----------------|-------------------|-------|---------------------------------------------------|
13-
| 4.x | 12.4 / 13.4 | ≥ 8.1 | Features, PrismJS updates, security and bug fixes |
14-
| 3.x | 11.5 / 12.4 | ≥ 7.4 | End of life (since Oct 2024) |
15-
| 2.x | 9.5 / 10.4 / 11.5 | ≥ 7.2 | End of life (since Feb 2024) |
16-
| 1.x | 9.5 / 10.4 | ≥ 7.2 | End of life (since Nov 2019) |
11+
| Latest release | TYPO3 | PHP | Updates will contain |
12+
|----------------|-------------------|-------|------------------------------------------------|
13+
| 5.x | 12.4 / 13.4 | ≥ 8.1 | (In development) |
14+
| 4.x | 12.4 / 13.4 | ≥ 8.1 | Security and bug fixes (EOL expected Apr 2026) |
15+
| 3.x | 11.5 / 12.4 | ≥ 7.4 | End of life (since Oct 2024) |
16+
| 2.x | 9.5 / 10.4 / 11.5 | ≥ 7.2 | End of life (since Feb 2024) |
17+
| 1.x | 9.5 / 10.4 | ≥ 7.2 | End of life (since Nov 2019) |
1718

1819
[Documentation](https://docs.typo3.org/p/brotkrueml/codehighlight/main/en-us/) |
1920
[Translation](https://crowdin.com/project/typo3-extension-codehighlight) |

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"extra": {
5858
"branch-alias": {
59-
"dev-main": "4.2.x-dev"
59+
"dev-main": "5.0.x-dev"
6060
},
6161
"typo3/cms": {
6262
"extension-key": "codehighlight",

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'clearCacheOnLoad' => true,
99
'author' => 'Chris Müller',
1010
'author_email' => 'typo3@brotkrueml.dev',
11-
'version' => '4.2.1',
11+
'version' => '5.0.0-dev',
1212
'constraints' => [
1313
'depends' => [
1414
'typo3' => '12.4.0-13.4.99',

0 commit comments

Comments
 (0)