Skip to content

Commit 7e1f489

Browse files
committed
Maintenance release: TYPO3 7.6 support and bugfixes
Please see upgrade guide in documentation. Changelog: 1.2.0...1.3.0
1 parent 43ba6e2 commit 7e1f489

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Documentation/Settings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
conf.py:
77
copyright: 2015
88
project: beautyofcode
9-
version: 1.2.0
10-
release: 1.2.0
9+
version: 1.3.0
10+
release: 1.3.0
1111
intersphinx_mapping:
1212
t3tsref:
1313
- http://docs.typo3.org/typo3cms/TypoScriptReference/

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"homepage": "https://github.com/fnagel/generic-gallery",
2323
"license": "GPL-2.0+",
24-
"version": "1.2.0",
24+
"version": "1.3.0",
2525
"support": {
2626
"issues": "https://github.com/fnagel/generic-gallery/issues"
2727
},

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.3.0-dev',
24+
'version' => '1.3.0',
2525
'constraints' => array(
2626
'depends' => array(
2727
'typo3' => '6.2.0-7.6.99',

0 commit comments

Comments
 (0)