From a5b2865f6e3f0e67fcdfceb57625bb2f179a092a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Sat, 23 Nov 2019 17:18:21 +0100 Subject: [PATCH] [RELEASE] Prepare version 1.4.0 Related: #11 --- 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 c99d6c9c..26050b98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.4.0] - 2019-11-23 + ### Changed - Multiple items in mainEntity of a WebPage (#25) +- Update schema definition to version 5.0 ## [1.3.1] - 2019-11-04 @@ -118,7 +121,8 @@ Initial release - View helpers for usage in Fluid templates -[Unreleased]: https://github.com/brotkrueml/schema/compare/v1.3.1...HEAD +[Unreleased]: https://github.com/brotkrueml/schema/compare/v1.4.0...HEAD +[1.4.0]: https://github.com/brotkrueml/schema/compare/v1.3.1...v1.4.0 [1.3.1]: https://github.com/brotkrueml/schema/compare/v1.3.0...v1.3.1 [1.3.0]: https://github.com/brotkrueml/schema/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/brotkrueml/schema/compare/v1.1.0...v1.2.0 diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 9cc0f531..38c3cac2 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -2,7 +2,7 @@ [general] project = schema -release = 1.4.0-dev +release = 1.4.0 copyright = 2019 by Chris Müller [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index 98009e99..19180248 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.4.0-dev', + 'version' => '1.4.0', 'constraints' => [ 'depends' => [ 'typo3' => '9.5.0-10.4.99',