Fix upcoming version changelog and number (#13)

This commit is contained in:
Daniel Siepmann 2023-05-16 07:49:00 +02:00 committed by GitHub
parent 9c8e1aa982
commit 17ecfb12c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 32 deletions

View file

@ -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
-----

View file

@ -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

View file

@ -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',