Skip to content

Commit d7f9d99

Browse files
committed
Maintenance release: TYPO3 7.4 support and some minor improvements
Please see upgrade guide in documentation. Changelog: 1.1.0...1.2.0
1 parent 03db266 commit d7f9d99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"homepage": "https://github.com/fnagel/generic-gallery",
2020
"license": "GPL-2.0+",
21-
"version": "1.1.0",
21+
"version": "1.2.0",
2222
"support": {
2323
"issues": "https://github.com/fnagel/generic-gallery/issues"
2424
},

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'uploadfolder' => '1',
2222
'createDirs' => '',
2323
'clearCacheOnLoad' => 1,
24-
'version' => '1.1.1-dev',
24+
'version' => '1.2.0',
2525
'constraints' => array(
2626
'depends' => array(
2727
'typo3' => '6.2.0-7.4.99',

0 commit comments

Comments
 (0)