Skip to content

Commit 19e794b

Browse files
committed
Fix extension.json to load composer autoloader; Release 1.3.1
1 parent 88702d4 commit 19e794b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

extension.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SimpleBatchUpload",
3-
"version": "1.3-alpha",
3+
"version": "1.3.1",
44
"author": [
55
"[http://www.mediawiki.org/wiki/User:F.trott Stephan Gambke]"
66
],
@@ -17,5 +17,6 @@
1717
]
1818
},
1919
"callback": "SimpleBatchUpload\\SimpleBatchUpload::initCallback",
20-
"manifest_version": 1
20+
"manifest_version": 1,
21+
"load_composer_autoloader": true
2122
}

release-notes.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Release Notes
22

3+
### SimpleBatchUpload 1.3.1
4+
5+
Released on 18-Apr-2018
6+
7+
Changes:
8+
* Fix tarball installation
9+
310
### SimpleBatchUpload 1.3.0
411

512
Released on 30-Mar-2018

0 commit comments

Comments
 (0)