Released on 12-Oct-2018
Changes:
- Fix for unauthenticated arbitrary file upload vulnerability in Blueimp jQuery-File-Upload <= v9.22.0 (CVE-2018-9206) (this also fixes the issue where the extension does not work in debug=true mode)
Released on 18-Apr-2018
Changes:
- Fix tarball installation
Released on 30-Mar-2018
Changes:
- Add parser function #batchupload
- Improved error messages
Released on 09-Feb-2017
Changes:
- Add a summary/comment for each upload
- Read upload parameters from MediaWiki:Simplebatchupload-parameters
- Improved build script
- Fix failed uploads due timed-out edit token
- Fix extension.json for MW 1.26: Remove
load_composer_autoloader
- Enable linting of JS, JSON and i18n files:
Run
npm install && npm run lint
from the extension directory - Improved code quality
Released on 10-Jun-2016
Changes:
- Add progress indicators
- Delete result list before initiating new upload
Released on 07-Jun-2016
Changes:
- Add documentration
- Fix error handling
- Fix minimum MW version to 1.26
- Fix i18n of upload button label
Released on 06-Jun-2016
First version