Skip to content

Commit a4d04e3

Browse files
JeroenDeDauwclaude
andcommitted
12.1.1 release
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1c4e494 commit a4d04e3

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

RELEASE-NOTES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ different releases and which versions of PHP and MediaWiki they support, see the
33
[platform compatibility tables](INSTALL.md#platform-compatibility-and-release-status).
44

55

6+
## Maps 12.1.1
7+
8+
Released on April 5th, 2026.
9+
10+
* Fixed GeoJSON Point features being excluded from layer bounds, causing auto-zoom to ignore point-only GeoJSON data (#863)
11+
* Fixed `setInterval` never cleared in VisualEditor, causing intervals to accumulate (#864)
12+
* Fixed zero-valued GeoJSON style properties (`stroke-width: 0`, `fill-opacity: 0`) being silently dropped (#865)
13+
* Fixed layer order flipping on repeated map initialization due to in-place array mutation (#866)
14+
* Fixed crash in `LineParser` when using `link:` with an invalid wiki title (#867)
15+
* Fixed crash in Cargo map format when icon file does not exist (#868)
16+
* Fixed division by zero in image layer aspect ratio calculation for zero-width images (#869)
17+
* Fixed GeoJSON visual editor silently swallowing API save errors (#870)
18+
* Fixed empty map when using `cluster`, `center` and `zoom` together (#688)
19+
* Fixed overlay layers not appearing on top of base layers (#642)
20+
621
## Maps 12.1.0
722

823
Released on April 3rd, 2026.

extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Maps",
3-
"version": "12.1.0",
3+
"version": "12.1.1",
44

55
"author": [
66
"[https://EntropyWins.wtf/mediawiki Jeroen De Dauw]",

0 commit comments

Comments
 (0)