From 16ce323824af1e5aaadb05c5474821193632e838 Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Mon, 26 Nov 2018 06:11:38 +0100 Subject: [PATCH] 6.2.1 release --- INSTALL.md | 4 ++-- RELEASE-NOTES.md | 7 ++++--- composer.json | 1 + 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 93415733d..921355591 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -25,7 +25,7 @@ minimum requirements are indicated in bold. For a detailed list of changes, see Release status - Maps 6.3.x + Maps 7.0x 7.1 - 7.3+ 1.31 - 1.32+ 3.0+ @@ -42,7 +42,7 @@ minimum requirements are indicated in bold. For a detailed list of changes, see Maps 6.1.x 7.1 - 7.3 1.31 - 1.32 - 2.4 - 3.0+ + 2.4 - 3.0 Obsolete release, no support diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 7a2b5fd61..f436550f0 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -3,15 +3,16 @@ different releases and which versions of PHP and MediaWiki they support, see the [platform compatibility tables](INSTALL.md#platform-compatibility-and-release-status). -## Maps 6.3.0 +## Maps 6.2.1 -Under development +Released on November 26th, 2018. +* Fixed Google Maps 'kml' parameter. It now again works with just the file name rather than the full path * Fixed `lines` parameter for Ask queries (it is no longer ignored) * Fixed `polygons` parameter for Ask queries (it is no longer ignored) * Fixed `circles` parameter for Ask queries (it is no longer ignored) * Fixed `rectangles` parameter for Ask queries (it is no longer ignored) -* Fixed Google Maps 'kml' parameter. It now again works with just the file name rather than the full path +* Fixed optional list parameters (including `locations` for Ask queries) to ignore invalid values ## Maps 6.2.0 diff --git a/composer.json b/composer.json index bcd528161..3224d7c02 100644 --- a/composer.json +++ b/composer.json @@ -35,6 +35,7 @@ "composer/installers": "^1.0.1", "mediawiki/validator": "~2.2", "mediawiki/parser-hooks": "~1.5", + "param-processor/param-processor": "~1.4.2", "data-values/geo": "~4.0|~3.0", "jeroen/file-fetcher": "~4.2", "jeroen/simple-cache": "~2.0",