From 797e50f90b2195c313fd733eb877e77af0ade6ca Mon Sep 17 00:00:00 2001 From: Hannes Bochmann Date: Mon, 11 Mar 2024 12:25:36 +0100 Subject: [PATCH] Version 12.0.0 --- Documentation/Changelog.md | 12 ++++++++++++ ext_emconf.php | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Documentation/Changelog.md b/Documentation/Changelog.md index 7afe310..64e56fa 100644 --- a/Documentation/Changelog.md +++ b/Documentation/Changelog.md @@ -1,6 +1,18 @@ Changelog ========= +12.0.0 +----- + +- TYPO3 12.4 compatibility + + +11.0.5 +----- + +- fix extension icon + + 11.0.4 ----- diff --git a/ext_emconf.php b/ext_emconf.php index d49a696..7ae2d02 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -19,7 +19,7 @@ 'author_company' => 'DMK E-Business GmbH', 'shy' => '', 'dependencies' => 'rn_base', - 'version' => '11.0.5', + 'version' => '12.0.0', 'conflicts' => '', 'priority' => '', 'module' => '',