Add changelog and raise version 2.4.1

This commit is contained in:
Daniel Siepmann 2022-06-28 11:57:51 +02:00
parent 96f07fd501
commit 84111a76ee
3 changed files with 36 additions and 3 deletions

View file

@ -1,4 +1,4 @@
2.3.0
2.4.0
=====
Breaking

View file

@ -0,0 +1,33 @@
2.4.1
=====
Breaking
--------
Nothing
Features
--------
Nothing
Fixes
-----
* Crop title of imported files.
`sys_file_metadata` table column `title` is limited in length.
We now crop long file titles to maximum of 100 characters to prevent issues during storing title.
* Fix endless import loop.
Import of weekly dates got broken while refactoring.
We keep existing logic of creation but ensure that we won't end up in an endless loop.
Tasks
-----
Nothing
Deprecation
-----------
Nothing

View file

@ -9,10 +9,10 @@ $EM_CONF['events'] = [
'state' => 'alpha',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '2.4.0',
'version' => '2.4.1',
'constraints' => [
'depends' => [
'typo3' => '10.4.00-10.4.99',
'typo3' => '10.4.00-11.5.99',
],
'conflicts' => [],
'suggests' => [],