From 4e5372828a67a1f7f0bb4293c73fb8bed1ec78c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Tue, 26 May 2020 19:32:27 +0200 Subject: [PATCH] [RELEASE] Prepare version 1.7.1 Related: #11 Related: #52 --- CHANGELOG.md | 8 +++++++- Documentation/Settings.cfg | 2 +- ext_emconf.php | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b63b6b2..98fffc24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.7.1] - 2020-05-26 + +### Fixed +- Generate types in view helpers inside "for" loop correctly (#52) + ## [1.7.0] - 2020-04-22 ### Added @@ -181,7 +186,8 @@ Initial release - View helpers for usage in Fluid templates -[Unreleased]: https://github.com/brotkrueml/schema/compare/v1.7.0...HEAD +[Unreleased]: https://github.com/brotkrueml/schema/compare/v1.7.1...HEAD +[1.7.1]: https://github.com/brotkrueml/schema/compare/v1.7.0...v1.7.1 [1.7.0]: https://github.com/brotkrueml/schema/compare/v1.6.0...v1.7.0 [1.6.0]: https://github.com/brotkrueml/schema/compare/v1.5.2...v1.6.0 [1.5.2]: https://github.com/brotkrueml/schema/compare/v1.5.1...v1.5.2 diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index d4b895df..8db13c8e 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -2,7 +2,7 @@ [general] project = schema -release = 1.7.1-dev +release = 1.7.1 copyright = 2019-2020 by Chris Müller [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index 012acbd2..bd05a547 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.7.1-dev', + 'version' => '1.7.1', 'constraints' => [ 'depends' => [ 'typo3' => '9.5.0-10.4.99',