From c2c46a0c5f253ae04a9cc61b6bb826d74a253530 Mon Sep 17 00:00:00 2001 From: Hannes Bochmann Date: Thu, 1 Feb 2024 14:20:39 +0100 Subject: [PATCH] Version 11.0.6 --- Documentation/Changelog.md | 8 ++++++++ ext_emconf.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Documentation/Changelog.md b/Documentation/Changelog.md index 7afe310..c3d7684 100644 --- a/Documentation/Changelog.md +++ b/Documentation/Changelog.md @@ -1,6 +1,14 @@ Changelog ========= +11.0.6 +----- +- encode values in ajax GET requests + +11.0.5 +----- +- fix extension icon + 11.0.4 ----- diff --git a/ext_emconf.php b/ext_emconf.php index 9b2622a..c62cf59 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' => '11.0.6', 'conflicts' => '', 'priority' => '', 'module' => '',