From dc622d17c3b7c22e912fb0ca157734ac2a3b6ff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ephraim=20H=C3=A4rer?= Date: Thu, 9 Jan 2025 15:33:55 +0100 Subject: [PATCH] updated version and documentation --- Documentation/ChangeLog/Index.rst | 7 +++++++ Documentation/Index.rst | 2 +- Documentation/Settings.cfg | 2 +- ext_emconf.php | 4 ++-- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Documentation/ChangeLog/Index.rst b/Documentation/ChangeLog/Index.rst index 5fc5379..bfc85b9 100644 --- a/Documentation/ChangeLog/Index.rst +++ b/Documentation/ChangeLog/Index.rst @@ -11,6 +11,13 @@ ChangeLog ========= +- **09.01.2025** -> 4.0.1 + + - [BUGFIX] fixed downloads when creating response object + - thanks to @Bunnyfield + +----------------------- + - **05.11.2023** -> 4.0.0 - initial release for TYPO3 12.4 diff --git a/Documentation/Index.rst b/Documentation/Index.rst index 873683d..d1d8d01 100644 --- a/Documentation/Index.rst +++ b/Documentation/Index.rst @@ -29,7 +29,7 @@ Download manager FAL,file,download,manager,collection,top10,downloads :Copyright: - 2023 + 2025 :Author: Ephraim Härer diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index dfa3f40..439ce2f 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,6 +1,6 @@ [general] project = Download manager -release = 4.0.0 +release = 4.0.1 version = 4.0 copyright = 2023 diff --git a/ext_emconf.php b/ext_emconf.php index 55eda39..6746d71 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -10,11 +10,11 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'Download manager', 'description' => 'A simple download manager with different views of file collections as downloadable lists.', - 'version' => '4.0.0', + 'version' => '4.0.1', 'category' => 'plugin', 'constraints' => [ 'depends' => [ - 'typo3' => '12.4.0-12.4.99', + 'typo3' => '12.4.15-12.4.99', 'php' => '8.1.0-8.2.99', ], 'conflicts' => [],