diff --git a/Documentation/Changelog/3.4.0.rst b/Documentation/Changelog/3.4.0.rst index 1b619ab..8e9241b 100644 --- a/Documentation/Changelog/3.4.0.rst +++ b/Documentation/Changelog/3.4.0.rst @@ -20,7 +20,10 @@ Features Fixes ----- -Nothing +* Do not delete files if they are still in use. + The clean up task had an issue to clean up to many files. + It didn't check if a file that could be deleted because one event got deleted, + was still in use by another event. Tasks ----- diff --git a/Documentation/Changelog/3.4.1.rst b/Documentation/Changelog/3.4.1.rst deleted file mode 100644 index 448c27b..0000000 --- a/Documentation/Changelog/3.4.1.rst +++ /dev/null @@ -1,30 +0,0 @@ -3.4.1 -===== - -Breaking --------- - -Nothing - -Features --------- - -Nothing - -Fixes ------ - -* Do not delete files if they are still in use. - The clean up task had an issue to clean up to many files. - It didn't check if a file that could be deleted because one event got deleted, - was still in use by another event. - -Tasks ------ - -Nothing - -Deprecation ------------ - -Nothing diff --git a/ext_emconf.php b/ext_emconf.php index ad6cf46..e213833 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -9,7 +9,7 @@ $EM_CONF['events'] = [ 'state' => 'alpha', 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '3.4.1', + 'version' => '3.4.0', 'constraints' => [ 'depends' => [ 'typo3' => '10.4.00-11.5.99',