mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-21 21:36:10 +01:00
Fix upcoming version changelog and number (#13)
This commit is contained in:
parent
9c8e1aa982
commit
17ecfb12c1
3 changed files with 5 additions and 32 deletions
|
@ -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
|
||||
-----
|
||||
|
|
|
@ -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
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue