From 47ee105447c099c7a3e78adf8978614f2bc8cbe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Sun, 9 Feb 2020 09:35:32 +0100 Subject: [PATCH] [RELEASE] Prepare version 1.5.2 Related: #11 Related: #32 --- 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 07373aa3..b3a2f22a 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] +## [1.5.2] - 2020-02-09 + ### Fixed - Correct sorting of rootline during automatic breadcrumb generation (#32) @@ -154,7 +156,8 @@ Initial release - View helpers for usage in Fluid templates -[Unreleased]: https://github.com/brotkrueml/schema/compare/v1.5.1...HEAD +[Unreleased]: https://github.com/brotkrueml/schema/compare/v1.5.2...HEAD +[1.5.2]: https://github.com/brotkrueml/schema/compare/v1.5.1...v1.5.2 [1.5.1]: https://github.com/brotkrueml/schema/compare/v1.5.0...v1.5.1 [1.5.0]: https://github.com/brotkrueml/schema/compare/v1.4.2...v1.5.0 [1.4.2]: https://github.com/brotkrueml/schema/compare/v1.4.1...v1.4.2 diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 8a4a5380..5a70b7ec 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -2,7 +2,7 @@ [general] project = schema -release = 1.5.1 +release = 1.5.2 copyright = 2019-2020 by Chris Müller [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index a2de40f0..1ffef0ea 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -9,7 +9,7 @@ 'clearCacheOnLoad' => true, 'author' => 'Chris Müller', 'author_email' => 'typo3@krue.ml', - 'version' => '1.5.1', + 'version' => '1.5.2', 'constraints' => [ 'depends' => [ 'typo3' => '9.5.0-10.4.99',