From 733e46f2e7f3e4fe3c581f02844eb8e8112cd31d Mon Sep 17 00:00:00 2001 From: Karsten Hoffmeyer Date: Thu, 19 Jun 2025 11:19:59 +0200 Subject: [PATCH 1/3] Update extension.json * Bump version --- extension.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension.json b/extension.json index 040016b..fe29dd2 100644 --- a/extension.json +++ b/extension.json @@ -1,6 +1,6 @@ { "name": "SimpleBatchUpload", - "version": "2.0.1", + "version": "2.0.2", "author": [ "[https://www.mediawiki.org/wiki/User:F.trott Stephan Gambke]", "[https://professional.wiki/ Professional.Wiki]", From 7f518f69f31f0c78f75a3a6ec267626a6091870f Mon Sep 17 00:00:00 2001 From: Karsten Hoffmeyer Date: Thu, 19 Jun 2025 11:22:43 +0200 Subject: [PATCH 2/3] Update release-notes.md * add notes about 2.0.2 --- release-notes.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/release-notes.md b/release-notes.md index a555b1c..20007a7 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,11 +1,19 @@ ## Release Notes +### SimpleBatchUpload 2.0.2 + +Released on June 19, 2025. + +* Improved support for MediaWiki 1.41 and above +* Translation updates for system messages + ### SimpleBatchUpload 2.0.1 Released on December 7, 2023. * Added support for Composer 2.2 and above * Improved support for MediaWiki 1.41 and above +* Translation updates for system messages ### SimpleBatchUpload 2.0.0 @@ -16,6 +24,7 @@ Released on January 10, 2023. * PHP 8.0 * Added PHP 8.1 support (thanks @malberts) * Fixed deprecation warning in MediaWiki 1.38 (thanks @malberts) +* Translation updates for system messages ### SimpleBatchUpload 1.9.0 From dfaec284cd467df180ee3997c8b5f55ea67c1173 Mon Sep 17 00:00:00 2001 From: Karsten Hoffmeyer Date: Thu, 19 Jun 2025 11:24:17 +0200 Subject: [PATCH 3/3] Update README.md * tweak --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f1b556..042c4f5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The [SimpleBatchUpload][mw-simple-batch-upload] extension provides basic, no-frills uploading of multiple files to MediaWiki. -It is maintained by [Professional.Wiki](https://professional.wiki/). +It is maintained by [Professional Wiki](https://professional.wiki/). [Contact us](https://professional.wiki/en/contact) for commercial support or development work. ## Requirements @@ -35,7 +35,7 @@ Enable the extension by adding the following to your LocalSettings.php: wfLoadExtension( 'SimpleBatchUpload' ); ``` -**Note:** To use the extension the user needs the [`writeapi`][writeapi] right. This is the +**Note:** To use the extension, the user needs the [`writeapi`][writeapi] right. This is the default MediaWiki setting for registered users, but it may have been changed during the configuration of the wiki.