Skip to content

Commit

Permalink
Release 5.0.3 - <5.0.2...5.0.3>
Browse files Browse the repository at this point in the history
  • Loading branch information
fabarea committed Jun 22, 2022
1 parent f77da07 commit c3de37c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 20 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 5.0.3 (2022-06-22)

[BUGFIX] Remove call to deprecated workspace attribute
[BUGFIX] Correctly initialize storage as memory cache
[BUGFIX] TYPO3 dependency
[TASK] Prepare next release
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Generic listing of records with versatile ways of interacting with the data, e.g. advanced filter, inline editing, mass editing, ... Veni, vidi, vici!",
"homepage": "https://github.com/fabarea/vidi",
"license": [
"GPL-2.0+"
"GPL-2.0-or-later"
],
"keywords": [
"TYPO3 CMS",
Expand Down
20 changes: 1 addition & 19 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,7 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'Versatile and Interactive Display - List Component',
'description' => 'Generic listing of records with versatile ways of interacting with the data, e.g. advanced filter, inline editing, mass editing, ... Veni, vidi, vici!',
'category' => 'module',
'author' => 'Fabien Udriot',
'author_email' => '[email protected]',
'state' => 'stable',
'version' => '5.1.0-dev',
'autoload' => [
'psr-4' => ['Fab\\Vidi\\' => 'Classes']
],
'constraints' =>
[
'depends' =>
[
'typo3' => '11.5.0-11.5.99',
],
'conflicts' =>
[
],
'suggests' =>
[
],
]
];
];

0 comments on commit c3de37c

Please sign in to comment.