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. 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]", 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