Skip to content

Commit

Permalink
[RELEASE] Prepare version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Dec 27, 2020
1 parent 8361bf5 commit 680ba3a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.4.0] - 2020-12-27

### Added
- Plugin "Inline colour" to show colour preview in CSS snippets
- Compatibility with TYPO3 v11
Expand Down Expand Up @@ -70,7 +72,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Syntax highlighting with Prism


[Unreleased]: https://github.com/brotkrueml/codehighlight/compare/v2.3.0...HEAD
[Unreleased]: https://github.com/brotkrueml/codehighlight/compare/v2.4.0...HEAD
[2.4.0]: https://github.com/brotkrueml/codehighlight/compare/v2.3.0...v2.4.0
[2.3.0]: https://github.com/brotkrueml/codehighlight/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/brotkrueml/codehighlight/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/brotkrueml/codehighlight/compare/v2.0.1...v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[general]
project = Code Highlight
release = 2.4.0-dev
release = 2.4.0
copyright = 2019-2020 by Chris Müller

[html_theme_options]
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'clearCacheOnLoad' => true,
'author' => 'Chris Müller',
'author_email' => 'typo3@krue.ml',
'version' => '2.4.0-dev',
'version' => '2.4.0',
'constraints' => [
'depends' => [
'typo3' => '9.5.5-11.5.99',
Expand Down

0 comments on commit 680ba3a

Please sign in to comment.