From 45c26ab4894f8e93a9117cf66c65879869d7764c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Sat, 28 Sep 2019 21:47:17 +0200 Subject: [PATCH] [RELEASE] Prepare version 1.3.0 Relates: #11 --- 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 e324a6b7..6eef62cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. This projec ## [Unreleased] +## [1.3.0] - 2019-09-28 + ### Added - Configuration option for automatic embedding of a breadcrumb in pages (#20) - Choice where to place markup: head or body section (#21) @@ -102,7 +104,8 @@ Initial release - View helpers for usage in Fluid templates -[Unreleased]: https://github.com/brotkrueml/schema/compare/v1.2.0...HEAD +[Unreleased]: https://github.com/brotkrueml/schema/compare/v1.3.0...HEAD +[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 [1.1.0]: https://github.com/brotkrueml/schema/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/brotkrueml/schema/compare/v0.9.0...v1.0.0 diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 879f8002..9a0d2608 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -2,7 +2,7 @@ [general] project = schema -release = 1.3.0-dev +release = 1.3.0 copyright = 2019 by Chris Müller [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index d4275918..85520c6b 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.3.0-dev', + 'version' => '1.3.0', 'constraints' => [ 'depends' => [ 'typo3' => '9.5.0-10.4.99',