From 283537f7b5c0ffcd72d1e13c451a042b23a1851d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Fri, 3 May 2024 09:25:48 +0200 Subject: [PATCH] release: prepare version 3.4.1 --- CHANGELOG.md | 5 ++++- Documentation/Changelog/Index.rst | 5 ++++- Documentation/Settings.cfg | 2 +- ext_emconf.php | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11668edb..7df46e56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [3.4.1] - 2024-05-03 + ### Fixed - Undefined array key "addRootLineFields" in TYPO3 v13.2 @@ -466,7 +468,8 @@ Initial release - View helpers for usage in Fluid templates -[Unreleased]: https://github.com/brotkrueml/schema/compare/v3.4.0...HEAD +[Unreleased]: https://github.com/brotkrueml/schema/compare/v3.4.1...HEAD +[3.4.1]: https://github.com/brotkrueml/schema/compare/v3.4.0...v3.4.1 [3.4.0]: https://github.com/brotkrueml/schema/compare/v3.3.0...v3.4.0 [3.3.0]: https://github.com/brotkrueml/schema/compare/v3.2.0...v3.3.0 [3.2.0]: https://github.com/brotkrueml/schema/compare/v3.1.0...v3.2.0 diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst index 2db91283..0496a8e8 100644 --- a/Documentation/Changelog/Index.rst +++ b/Documentation/Changelog/Index.rst @@ -8,9 +8,12 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog `_\ , and this project adheres to `Semantic Versioning `_. -`Unreleased `_ +`Unreleased `_ ------------------------------------------------------------------------------ +`3.4.1 `_ - 2024-05-03 +---------------------------------------------------------------------------------------- + Fixed ^^^^^ diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 8fb66cc7..fa43de77 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -5,7 +5,7 @@ project = schema version = 3.4 -release = 3.4.1-dev +release = 3.4.1 copyright = since 2019 by Chris Müller [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index 38f7b305..b69092e0 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -8,7 +8,7 @@ 'clearCacheOnLoad' => true, 'author' => 'Chris Müller', 'author_email' => 'typo3@brotkrueml.dev', - 'version' => '3.4.1-dev', + 'version' => '3.4.1', 'constraints' => [ 'depends' => [ 'php' => '8.1.0-0.0.0',