From f5561b07c4877d6e9dc976a0d327c91032b6856e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Mon, 9 Mar 2020 13:46:13 +0100 Subject: [PATCH] [RELEASE] Prepare version 1.6.0 Related: #11 Related: #35 Related: #36 Related: #37 Related: #39 --- CHANGELOG.md | 6 +++++- Documentation/Settings.cfg | 2 +- ext_emconf.php | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0ac9cf3..419299da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.6.0] - 2020-03-09 + ### Added - Possibility to register additional type properties (#36) - Allow boolean property values which are mapped to http://schema.org/True / http://schema.org/False (#37) +- Add translations from Crowdin ### Changed - Adapt properties management in type models @@ -161,7 +164,8 @@ Initial release - View helpers for usage in Fluid templates -[Unreleased]: https://github.com/brotkrueml/schema/compare/v1.5.2...HEAD +[Unreleased]: https://github.com/brotkrueml/schema/compare/v1.6.0...HEAD +[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 [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 diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 5b42c28a..e3de8ad5 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -2,7 +2,7 @@ [general] project = schema -release = 1.6.0-dev +release = 1.6.0 copyright = 2019-2020 by Chris Müller [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index 25a47a48..e0777a8c 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.6.0-dev', + 'version' => '1.6.0', 'constraints' => [ 'depends' => [ 'typo3' => '9.5.0-10.4.99',