From 3f8c3167d440c087d28cfacb9b52a93544bc7755 Mon Sep 17 00:00:00 2001 From: Stefan Busemann Date: Mon, 17 Jul 2023 07:06:03 +0200 Subject: [PATCH] [TASK] Release 7.2 --- Documentation/Changelog/Index.rst | 15 +++++++++++++++ ext_emconf.php | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst index 52734ce923..592f7c453f 100644 --- a/Documentation/Changelog/Index.rst +++ b/Documentation/Changelog/Index.rst @@ -7,6 +7,21 @@ Changelog .. t3-field-list-table:: :header-rows: 1 +- + :Version: 7.2.0 + :Date: 2023-07-17 + :Changes: + + * [FEATURE] Add column "inactive since" to backend list - thx to Thomas Löffler + * [BUGFIX] missing email AdminNotify after editing of user profile - thx to Christian Ludwig + * [BUGFIX] Do not re-evaluate object values in ServersideValidator - thx to Torben Hansen + * [BUGFIX] Add full object support in getDirtyPropertiesFromUser() - thx to Daniel Haupt + * [BUGFIX] Prevent undefined array key for empty configPID - thx to Daniel Haupt + * [BUGFIX] Migrate usage of GU::lcfirst with Rector - thx to Torben Hansen + * [TASK] Corrects Documenation Rendering Configuration - thx to Daniel Hoffmann + * [TASK] [TASK] Replace jQuery scrollTop with vanilla scrollIntoView - thx to Felix Ranesberger + + - :Version: 7.1.1 :Date: 2023-03-16 diff --git a/ext_emconf.php b/ext_emconf.php index 164c71bbf1..a2fad7e6dd 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -14,7 +14,7 @@ 'author_email' => 'info@in2code.de', 'author_company' => 'in2code.de - Wir leben TYPO3', 'state' => 'stable', - 'version' => '7.1.1', + 'version' => '7.2.0', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.0-11.5.99',