We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88702d4 commit 19e794bCopy full SHA for 19e794b
extension.json
@@ -1,6 +1,6 @@
1
{
2
"name": "SimpleBatchUpload",
3
- "version": "1.3-alpha",
+ "version": "1.3.1",
4
"author": [
5
"[http://www.mediawiki.org/wiki/User:F.trott Stephan Gambke]"
6
],
@@ -17,5 +17,6 @@
17
]
18
},
19
"callback": "SimpleBatchUpload\\SimpleBatchUpload::initCallback",
20
- "manifest_version": 1
+ "manifest_version": 1,
21
+ "load_composer_autoloader": true
22
}
release-notes.md
@@ -1,5 +1,12 @@
## Release Notes
+### SimpleBatchUpload 1.3.1
+
+Released on 18-Apr-2018
7
+Changes:
8
+* Fix tarball installation
9
10
### SimpleBatchUpload 1.3.0
11
12
Released on 30-Mar-2018
0 commit comments