Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,16 @@ The JavaScript tests can only be run by going to the [`Special:JavaScriptTest` p

## Release notes

### Version 4.0.1

Released on March 2nd, 2026.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Please confirm the release date before merge.

Released on March 2nd, 2026 is future-dated relative to this PR creation date (March 1, 2026). If the release timing shifts, this line will become inaccurate.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 370, Confirm and correct the release date string "Released
on March 2nd, 2026." in the README: either update it to the actual release date
(e.g., March 1, 2026) or replace it with a non-specific placeholder like
"Release date: TBD" before merging; ensure the final commit restores the
accurate date once release timing is confirmed.


- Fixed redirects causing a TypeError that broke the entire network visualization (#58, #90)
- Fixed redirect pages showing the redirect source title instead of the resolved target title
- Fixed title icon lookup not resolving through redirects
- Fixed page deduplication cache not persisting across calls, causing redundant API requests
- Translation updates (thanks translatewiki.net and its translator community)

### Version 4.0.0

Released on July 24th, 2025.
Expand Down
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Network",

"version": "4.0.0",
"version": "4.0.1",

"author": [
"[https://professional.wiki/ Professional Wiki]",
Expand Down
Loading