Skip to content

Commit 199865e

Browse files
authored
Update README.md
1 parent 25d9a57 commit 199865e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ note that if you are using OPTIONAL on the property, then you need to move the F
5252
Platform requirements for the latest version:
5353

5454
* [PHP] 7.4 or later, including PHP 8.x, tested up to PHP 8.4
55-
* [MediaWiki] 1.40 up to 1.40
55+
* [MediaWiki] 1.40 up to 1.44
5656
* [Wikibase Repository] compatible with your MediaWiki version
5757

5858
See the [release notes](#release-notes) for more information on the different versions of this extension.
@@ -63,9 +63,9 @@ The recommended way to install Wikibase EDTF is using [Composer] with
6363
On the commandline, go to your wiki's root directory. Then run these two commands:
6464

6565
```shell script
66-
COMPOSER=composer.local.json composer require --no-update professional-wiki/wikibase-edtf:^2.0.0
66+
COMPOSER=composer.local.json composer require --no-update professional-wiki/wikibase-edtf:^3.0.0
6767
```
68-
If you have MediaWiki 1.36 and earlier, use `^1.2.0` instead of `^2.0.0`
68+
If you have MediaWiki 1.39, 1.38, or 1.37, use `^2.0.0`. If you have MediaWiki 1.36 or earlier, use `^1.2.0`.
6969

7070
```shell script
7171
composer update professional-wiki/wikibase-edtf --no-dev -o
@@ -87,7 +87,7 @@ You can verify the extension was enabled successfully by opening your wiki's "Sp
8787

8888
## Release notes
8989

90-
### Version 3.0.0 - TDB
90+
### Version 3.0.0 - 2025-07-10
9191

9292
* Raised minimum MediaWiki and Wikibase versions from 1.37 to 1.40
9393
* Added support for MediaWiki and Wikibase 1.44

0 commit comments

Comments
 (0)