Skip to content

Commit cdaefe0

Browse files
JeroenDeDauwalistair3149
authored andcommitted
3.0.0 release
1 parent e89a047 commit cdaefe0

File tree

4 files changed

+16
-23
lines changed

4 files changed

+16
-23
lines changed

README.md

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,24 @@
44
[![Latest Stable Version](https://poser.pugx.org/mediawiki/simple-batch-upload/v/stable)](https://packagist.org/packages/mediawiki/simple-batch-upload)
55
[![Packagist download count](https://poser.pugx.org/mediawiki/simple-batch-upload/downloads)](https://packagist.org/packages/mediawiki/simple-batch-upload)
66

7-
The [SimpleBatchUpload][mw-simple-batch-upload] extension provides basic,
7+
The [SimpleBatchUpload] extension provides basic,
88
no-frills uploading of multiple files to MediaWiki.
99

10-
It is maintained by [Professional.Wiki](https://professional.wiki/).
11-
[Contact us](https://professional.wiki/en/contact) for commercial support or development work.
10+
It is maintained by [Professional Wiki](https://professional.wiki/).
11+
[Contact us](https://professional.wiki/en/contact) for commercial support or [MediaWiki development].
1212

1313
## Requirements
1414

1515
- PHP 8.0 or later
16-
- MediaWiki 1.35 or later
16+
- MediaWiki 1.43 or later
17+
18+
Use SimpleBatchUpload 2.x for older versions
1719

1820
## Installation
1921

2022
### Composer
2123
```sh
22-
COMPOSER=composer.local.json composer require --no-update mediawiki/simple-batch-upload:^2.0
24+
COMPOSER=composer.local.json composer require --no-update mediawiki/simple-batch-upload:^3.0
2325
```
2426
```sh
2527
composer update mediawiki/simple-batch-upload --no-dev -o
@@ -35,19 +37,9 @@ Enable the extension by adding the following to your LocalSettings.php:
3537
wfLoadExtension( 'SimpleBatchUpload' );
3638
```
3739

38-
**Note:** To use the extension the user needs the [`writeapi`][writeapi] right. This is the
39-
default MediaWiki setting for registered users, but it may have been changed
40-
during the configuration of the wiki.
41-
4240
## Usage
4341

44-
There are four ways to upload files using this extension:
45-
* Go to _Special:BatchUpload_ to get a plain upload page
46-
* Go to _Special:BatchUpload/Foo_ to get an upload page that sets `{{Foo}}` as
47-
the wikitext of the uploaded file's page
48-
* Add `{{#batchupload:}}` to any wikipage to get a simple upload button
49-
* Add `{{#batchupload:Foo|Bar|Baz}}` to any wikipage to get an upload button
50-
that sets `{{Foo|Bar|Baz}}` as the wikitext of the uploaded file's page
42+
See the [SimpleBatchUpload usage documentation](https://professional.wiki/en/extension/simplebatchupload).
5143

5244
## Customization
5345

@@ -100,7 +92,8 @@ on mediawiki.org.
10092

10193
[GNU General Public License 2.0][license] or later
10294

95+
[SimpleBatchUpload]: https://professional.wiki/en/extension/simplebatchupload
10396
[license]: https://www.gnu.org/copyleft/gpl.html
104-
[mw-simple-batch-upload]: https://www.mediawiki.org/wiki/Extension:SimpleBatchUpload
10597
[composer]: https://getcomposer.org/
10698
[writeapi]: https://www.mediawiki.org/wiki/Manual:User_rights#List_of_permissions
99+
[MediaWiki development]: https://professional.wiki/en/mediawiki-development

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"MediaWiki",
88
"extension"
99
],
10-
"homepage": "https://www.mediawiki.org/wiki/Extension:SimpleBatchUpload",
10+
"homepage": "https://professional.wiki/en/extension/simplebatchupload",
1111
"license": "GPL-2.0-or-later",
1212
"authors": [
1313
{
@@ -22,11 +22,9 @@
2222
}
2323
],
2424
"support": {
25-
"wiki": "https://www.mediawiki.org/wiki/Extension:SimpleBatchUpload",
26-
"forum": "https://www.mediawiki.org/wiki/Extension_talk:SimpleBatchUpload",
25+
"docs": "https://professional.wiki/en/extension/simplebatchupload",
2726
"source": "https://github.com/ProfessionalWiki/SimpleBatchUpload",
28-
"issues": "https://github.com/ProfessionalWiki/SimpleBatchUpload/issues",
29-
"irc": "irc://libera.chat:6667/mediawiki"
27+
"issues": "https://github.com/ProfessionalWiki/SimpleBatchUpload/issues"
3028
},
3129
"require": {
3230
"php": ">=8.0",

extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"[https://professional.wiki/ Professional Wiki]",
77
"..."
88
],
9-
"url": "https://www.mediawiki.org/wiki/Extension:SimpleBatchUpload",
9+
"url": "https://professional.wiki/en/extension/simplebatchupload",
1010
"descriptionmsg": "simplebatchupload-desc",
1111
"namemsg": "simplebatchupload-name",
1212
"license-name": "GPL-2.0-or-later",

release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
### SimpleBatchUpload 3.0.0
44

5+
Released on August 15, 2025.
6+
57
* Raised minimum MediaWiki version to 1.43
68
* Added support for MediaWiki 1.44
79

0 commit comments

Comments
 (0)