Released on August 21, 2026.
- Added an estimate of how much longer a batch has left while the wiki is rate limiting it
- Added the wiki's upload warnings, such as a duplicate or an overwrite, to the result list
- Made the upload status messages translatable
- Changed the maximum files per batch to count uploads that are still in progress
- Changed uploading to pace itself to the rate limit the wiki advertises, once the wiki has refused an upload
- Batches that fit inside the limit are unaffected and still upload at full speed
- Batches on wikis with a long limit window now retry for much longer before giving up
- Fixed uploads refused by the wiki's rate limit being reported as permanent errors
- Refused files are now retried, so a rate-limited batch takes longer rather than partly failing
- A batch that keeps hitting the limit stops and asks for the remaining files to be selected again
- Fixed files reported as uploaded when the wiki did not store them
- Fixed an invalid
+renamepattern cancelling the rest of the batch with no error shown - Fixed the result list losing uploads that were still running when more files were selected
Wikis that customised MediaWiki:Simplebatchupload-max-files-alert should move that customisation to
MediaWiki:Simplebatchupload-max-files-reached, which replaces it and takes different parameters.
Released on August 5, 2026.
- Fixed deprecation warning shown on MediaWiki 1.46
Released on July 1, 2026.
- Re-release of 3.0.1 to correct a bad release tag; no code changes
Released on July 1, 2026.
- Fixed ResourceLoader errors logged on pages that display the upload button
Released on August 15, 2025.
- Raised minimum MediaWiki version to 1.43
- Added support for MediaWiki 1.44
Released on December 7, 2023.
- Added support for Composer 2.2 and above
- Improved support for MediaWiki 1.41 and above
Released on January 10, 2023.
- Raised minimum required versions to
- MediaWiki 1.35
- PHP 8.0
- Added PHP 8.1 support (thanks @malberts)
- Fixed deprecation warning in MediaWiki 1.38 (thanks @malberts)
Released on December 14, 2022.
- Fixed jQuery Promise methods (thanks @malberts)
- Updated
blueimp-file-uploaddependency to v10.32.0 (thanks @malberts)
Released on May 5, 2021.
- Fixed JavaScript loading issue on MediaWiki 1.35.x (thanks @MtMNC)
Released on May 3, 2021.
- Fix an issue in the previous patch causing batch uploading to break.
Released on April 30, 2021.
- Fix issues with multiple instances of
#batchuploadalways inserting the content of the first instance.
Released on April 13, 2021.
- Added description field to the file upload form (by @thijskh)
- Added
+renameparameter to#batchuploadto enable renaming of files via regex (by @ankostis) - Added file number to alert message (by @Abijeet)
- Fixed compatibility issue with MediaWiki 1.35+ (by @thijskh)
Released on March 24, 2020.
- Added translations (via translatewiki.net)
Released on November 10, 2019.
Changes:
- Raise minimum required versions to
- MediaWiki 1.31
- PHP 7.0
- Add CI testing
- Ensure compatibility with MediaWiki 1.32+ (#21)
Released on October 24, 2018.
Changes:
- New configuration parameter
$wgSimpleBatchUploadMaxFilesPerBatch
Released on October 12, 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 April 18, 2018.
Changes:
- Fix tarball installation
Released on March 30, 2018.
Changes:
- Add parser function
#batchupload - Improve error messages
Released on February 9, 2017.
Changes:
- Add a summary/comment for each upload
- Read upload parameters from system message "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 lintfrom the extension directory - Improve code quality
Released on June 10, 2016.
Changes:
- Add progress indicators
- Delete result list before initiating new upload
Released on June 6, 2016.
Changes:
- Add documentation
- Fix error handling
- Fix minimum MW version to 1.26
- Fix i18n of upload button label
Released on June 6, 2016.
First version