Skip to content

Commit

Permalink
Release 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
s7eph4n committed Nov 10, 2019
1 parent dcfdcc3 commit 1dc5221
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": {
"mediawiki/mediawiki": ">=1.31",
"php": ">=7.0",
"composer/installers": "1.*,>=1.0.1"
"composer/installers": "^1.0.1"
},
"extra": {
"branch-alias": {
Expand Down
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SimpleBatchUpload",
"version": "1.5.0-dev",
"version": "1.5.0",
"author": [
"[http://www.mediawiki.org/wiki/User:F.trott Stephan Gambke]"
],
Expand Down
3 changes: 2 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

### SimpleBatchUpload 1.5.0

Released on tbd
Released on 10-Nov-2019

Changes:
* Raise minimum required versions to
* MediaWiki 1.31
* PHP 7.0
* Add CI testing
* Ensure compatibility with MediaWiki 1.32+ ([#21](https://github.com/s7eph4n/SimpleBatchUpload/issues/21))

### SimpleBatchUpload 1.4.0

Expand Down

0 comments on commit 1dc5221

Please sign in to comment.