We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8902d commit 852aa32Copy full SHA for 852aa32
2 files changed
composer.json
@@ -3,7 +3,7 @@
3
"description": "Cloudinary integration in TYPO3. Use automatic breakpoint generation for images.",
4
"type": "typo3-cms-extension",
5
"homepage": "",
6
- "license": "GPL-2.0+",
+ "license": ["GPL-2.0-or-later"],
7
"preferred-install": "dist",
8
"support": {
9
"irc": "",
ext_emconf.php
@@ -9,7 +9,7 @@
'description' => 'Cloudinary integration in TYPO3. Use automatic breakpoint generation for images.',
10
'category' => 'service',
11
'shy' => 0,
12
- 'version' => '0.3.0',
+ 'version' => '0.4.0',
13
'dependencies' => '',
14
'conflicts' => '',
15
'priority' => '',
0 commit comments