From 024f47f75a81aabbb4ee441f4b3fa00650ab3f1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Mon, 12 Oct 2020 19:03:37 +0200 Subject: [PATCH] [RELEASE] Prepare version 2.3.0 --- CHANGELOG.md | 5 ++++- Documentation/Settings.cfg | 2 +- ext_emconf.php | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa191dd..24ff083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 18e5350..addf8fa 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -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] diff --git a/ext_emconf.php b/ext_emconf.php index 4065ba7..0dd0074 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -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',