mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 00:56:10 +01:00
Add changelog and raise version 2.4.1
This commit is contained in:
parent
96f07fd501
commit
84111a76ee
3 changed files with 36 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
2.3.0
|
||||
2.4.0
|
||||
=====
|
||||
|
||||
Breaking
|
||||
|
|
33
Documentation/Changelog/2.4.1.rst
Normal file
33
Documentation/Changelog/2.4.1.rst
Normal 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
|
|
@ -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' => [],
|
||||
|
|
Loading…
Reference in a new issue