diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01bc5ca..dc2ad43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,14 +18,11 @@ jobs: fail-fast: false matrix: include: - - mw: 'REL1_39' - php: 8.0 - experimental: false - mw: 'REL1_40' - php: 8.1 + php: 7.4 experimental: false - mw: 'REL1_41' - php: 8.2 + php: 8.1 experimental: false - mw: 'REL1_42' php: 8.2 diff --git a/README.md b/README.md index da0a326..741ea8b 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ Also see [this animated gif](https://twitter.com/i/status/1286293710112731137). ## Platform requirements * [PHP] 7.4 or later -* [MediaWiki] 1.39 or later -* [Wikibase Repository] REL1_39 or later +* [MediaWiki] 1.40 or later +* [Wikibase Repository] For more information on the different versions of this extension, see the [release notes](#release-notes). @@ -79,6 +79,14 @@ Example: `https://commons.wikimedia.org/w/api.php` ## Release notes +### Version 2.0.0 + +Released on March 30, 2025 + +* Raised the minimum MediaWiki version from 1.35 to 1.40 +* Added support for MediaWiki 1.41, 1.42, 1.43, and the development version of 1.44 +* Translation updates + ### Version 1.1.0 Released on February 16, 2025 diff --git a/extension.json b/extension.json index 89ae12d..9cb4163 100644 --- a/extension.json +++ b/extension.json @@ -16,7 +16,7 @@ "license-name": "GPL-2.0-or-later", "requires": { - "MediaWiki": ">= 1.39.0", + "MediaWiki": ">= 1.40.0", "extensions": { "WikibaseRepository": "*" } diff --git a/phpcs.xml b/phpcs.xml index d89a78e..3d3352b 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -5,5 +5,7 @@ - + + +