File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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+
1417Fixed
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-----------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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 ' ,
You can’t perform that action at this time.
0 commit comments