Skip to content

Commit f127b3b

Browse files
committed
Prepare version 4.2.1
1 parent 20117cd commit f127b3b

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [4.2.1] - 2025-10-17
10+
911
### Fixed
10-
- Line number settings are not used by PrismJS (#39)
12+
- Line number settings are not used by PrismJS (#39, thanks to Sebastian Klein)
1113

1214
## [4.2.0] - 2025-03-14
1315

@@ -179,6 +181,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
179181

180182

181183
[Unreleased]: https://github.com/brotkrueml/codehighlight/compare/v4.2.0...HEAD
184+
[4.2.1]: https://github.com/brotkrueml/codehighlight/compare/v4.2.0...v4.2.1
182185
[4.2.0]: https://github.com/brotkrueml/codehighlight/compare/v4.1.1...v4.2.0
183186
[4.1.1]: https://github.com/brotkrueml/codehighlight/compare/v4.1.0...v4.1.1
184187
[4.1.0]: https://github.com/brotkrueml/codehighlight/compare/v4.0.0...v4.1.0

Documentation/Changelog/Index.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
1111
`Unreleased <https://github.com/brotkrueml/codehighlight/compare/v4.2.0...HEAD>`_
1212
-------------------------------------------------------------------------------------
1313

14+
`4.2.1 <https://github.com/brotkrueml/codehighlight/compare/v4.2.0...v4.2.1>`_ - 2025-10-17
15+
-----------------------------------------------------------------------------------------------
16+
1417
Fixed
1518
^^^^^
1619

1720

18-
* Line number settings are not used by PrismJS (#39)
21+
* Line number settings are not used by PrismJS (#39, thanks to Sebastian Klein)
1922

2023
`4.2.0 <https://github.com/brotkrueml/codehighlight/compare/v4.1.1...v4.2.0>`_ - 2025-03-14
2124
-----------------------------------------------------------------------------------------------

Documentation/guides.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
title="Code Highlight"
1818
copyright="since 2019 by Chris Müller"
1919
version="4.2"
20-
release="4.2.1-dev"
20+
release="4.2.1"
2121
/>
2222
<inventory
2323
id="t3coreapi_main"

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-dev',
11+
'version' => '4.2.1',
1212
'constraints' => [
1313
'depends' => [
1414
'typo3' => '12.4.0-13.4.99',

0 commit comments

Comments
 (0)