From 6a05c97bc0521c62cdce448a3bad4aae01c584ee Mon Sep 17 00:00:00 2001 From: Nikita Hovratov Date: Mon, 5 Oct 2020 20:28:53 +0200 Subject: [PATCH] [RELEASE] Release version 6.0.1 --- CHANGELOG.md | 7 +++++++ Documentation/Index.rst | 2 +- Documentation/Settings.yml | 2 +- ext_emconf.php | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2036e912..d29a168b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [6.0.1] - 2020-10-06 + +### Fixed + +- Labels of repeating fields are rendered again +- Inline fields added correctly again + ### [6.0.0] - 2020-10-05 ### Added diff --git a/Documentation/Index.rst b/Documentation/Index.rst index bb7b2b27..dbc82733 100644 --- a/Documentation/Index.rst +++ b/Documentation/Index.rst @@ -17,7 +17,7 @@ Mask mask :Version: - |6.0.0| + |6.0.1| :Language: en diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index d2b0b921..92ef2706 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -10,7 +10,7 @@ conf.py: copyright: 2020 project: mask - version: 6.0.0 + version: 6.0.1 release: intersphinx_mapping: t3tsref: diff --git a/ext_emconf.php b/ext_emconf.php index 162d9d97..39863b6d 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -9,7 +9,7 @@ 'author_company' => 'WEBprofil - Gernot Ploiner e.U.', 'state' => 'stable', 'clearCacheOnLoad' => 1, - 'version' => '6.0.0', + 'version' => '6.0.1', 'constraints' => [ 'depends' => [ 'typo3' => '10.4.0-10.4.99',