Skip to content

Commit

Permalink
[RELEASE] Prepare version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Oct 12, 2020
1 parent 8da136f commit 024f47f
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.3.0] - 2020-10-12

### Updated
- Prism to version 1.22.0

Expand Down Expand Up @@ -64,7 +66,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.2.0...HEAD
[Unreleased]: https://github.com/brotkrueml/codehighlight/compare/v2.3.0...HEAD
[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
[2.0.1]: https://github.com/brotkrueml/codehighlight/compare/v2.0.0...v2.0.1
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.3.0-dev
release = 2.3.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.3.0-dev',
'version' => '2.3.0',
'constraints' => [
'depends' => [
'typo3' => '9.5.5-10.4.99',
Expand Down

0 comments on commit 024f47f

Please sign in to comment.