Skip to content

Commit 1c1db8f

Browse files
committed
Prepare version 5.0.0
1 parent ca71bb9 commit 1c1db8f

5 files changed

Lines changed: 17 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [5.0.0] - 2025-11-30
10+
911
### Added
1012
- Compatibility with TYPO3 v14
1113

@@ -186,7 +188,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
186188
- Syntax highlighting with PrismJS
187189

188190

189-
[Unreleased]: https://github.com/brotkrueml/codehighlight/compare/v4.2.0...HEAD
191+
[Unreleased]: https://github.com/brotkrueml/codehighlight/compare/v5.0.0...HEAD
192+
[5.0.0]: https://github.com/brotkrueml/codehighlight/compare/v4.2.1...v5.0.0
190193
[4.2.1]: https://github.com/brotkrueml/codehighlight/compare/v4.2.0...v4.2.1
191194
[4.2.0]: https://github.com/brotkrueml/codehighlight/compare/v4.1.1...v4.2.0
192195
[4.1.1]: https://github.com/brotkrueml/codehighlight/compare/v4.1.0...v4.1.1

Documentation/Changelog/Index.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ All notable changes to this project will be documented in this file.
88
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_\ ,
99
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
1010

11-
`Unreleased <https://github.com/brotkrueml/codehighlight/compare/v4.2.0...HEAD>`_
11+
`Unreleased <https://github.com/brotkrueml/codehighlight/compare/v5.0.0...HEAD>`_
1212
-------------------------------------------------------------------------------------
1313

14+
`5.0.0 <https://github.com/brotkrueml/codehighlight/compare/v4.2.1...v5.0.0>`_ - 2025-11-30
15+
-----------------------------------------------------------------------------------------------
16+
1417
Added
1518
^^^^^
1619

Documentation/guides.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
title="Code Highlight"
1818
copyright="since 2019 by Chris Müller"
1919
version="5.0"
20-
release="5.0.0-dev"
20+
release="5.0.0"
2121
/>
2222
</guides>

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +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-
| 5.x | 13.4 / 14.x | ≥ 8.2 | (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) |
11+
| Latest release | TYPO3 | PHP | Updates will contain |
12+
|----------------|-------------------|-------|---------------------------------------------------|
13+
| 5.x | 13.4 / 14.x | ≥ 8.2 | Features, PrismJS updates, security and bug fixes |
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) |
1818

1919
[Documentation](https://docs.typo3.org/p/brotkrueml/codehighlight/main/en-us/) |
2020
[Translation](https://crowdin.com/project/typo3-extension-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' => '5.0.0-dev',
11+
'version' => '5.0.0',
1212
'constraints' => [
1313
'depends' => [
1414
'typo3' => '13.4.0-14.3.99',

0 commit comments

Comments
 (0)