From 0b5ee7dfd5e2a9775a606506cd571a8fe4df9aff Mon Sep 17 00:00:00 2001 From: Philipp Kuhlmay Date: Tue, 26 Mar 2024 09:27:44 +0100 Subject: [PATCH] [RELEASE] Release 11.0.12 --- Documentation/ChangeLog/Index.rst | 11 +++++++++++ ext_emconf.php | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Documentation/ChangeLog/Index.rst b/Documentation/ChangeLog/Index.rst index 2c28f340a..7115d4974 100644 --- a/Documentation/ChangeLog/Index.rst +++ b/Documentation/ChangeLog/Index.rst @@ -6,6 +6,17 @@ Change log ========== +Version 11.0.12 +--------------- +* [TASK] Switch documentation rendering to PHP (thanks to Sandra Erbel) +* [BUGFIX] fix issue with default value for nodefactory +* [BUGFIX] Enables scroll view of extension save dialog confirmations (thanks to warki) + +Version 11.0.11 +--------------- +* [TASK] Use current standard for web-dir (thanks to Sybille Peters) +* [BUGFIX] - Undefined array key $parentClass + Version 11.0.10 --------------- * [BUGFIX] Allow null for native date and time diff --git a/ext_emconf.php b/ext_emconf.php index 021b9a588..6e0694417 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -15,7 +15,7 @@ 'author' => 'Extension Builder Team', 'author_email' => '', 'state' => 'stable', - 'version' => '11.0.11', + 'version' => '11.0.12', 'constraints' => [ 'depends' => [ 'typo3' => '11.4.0-11.9.99'