Skip to content

Commit 2253871

Browse files
committed
4.0.0 release
1 parent 58252b1 commit 2253871

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The recommended way to install Network is using [Composer](https://getcomposer.o
4343
On the commandline, go to your wikis root directory. Then run these two commands:
4444

4545
```shell script
46-
COMPOSER=composer.local.json composer require --no-update professional-wiki/network:~3.0
46+
COMPOSER=composer.local.json composer require --no-update professional-wiki/network:~4.0
4747
composer update professional-wiki/network --no-dev -o
4848
```
4949

@@ -280,7 +280,7 @@ List of IDs of namespaces of which all pages should be excluded.
280280

281281
Default value: `[ 2, 4, 8, 12 ]` (excluding `User`, `Project`, `MediaWiki` and `Help`)
282282

283-
Examples:
283+
Examples:
284284

285285
Exclude the User and Project namespaces:
286286
`$wgPageNetworkExcludedNamespaces = [ NS_USER, NS_PROJECT ];`
@@ -367,16 +367,16 @@ The JavaScript tests can only be run by going to the [`Special:JavaScriptTest` p
367367

368368
### Version 4.0.0
369369

370-
Not yet released
370+
Released on July 24th, 2025.
371371

372-
- Raised minimum PHP version from 7.4 to 8.1
373-
- Raised minimum MediaWiki version from 1.39 to 1.43
372+
- Raised the minimum PHP version from 7.4 to 8.1
373+
- Raised the minimum MediaWiki version from 1.39 to 1.43
374374

375375
### Version 3.0.0
376376

377377
Released on July 7th, 2025.
378378

379-
- Raised minimum MediaWiki version from 1.31 to 1.39
379+
- Raised the minimum MediaWiki version from 1.31 to 1.39
380380
- Translation updates for system messages (thanks @translatewiki and its translator community)
381381

382382
### Version 2.0.1

0 commit comments

Comments
 (0)