From e4f4b9a3d04727d7ffd23c5a82a455d99f6d34b7 Mon Sep 17 00:00:00 2001 From: jeroendedauw Date: Tue, 6 Dec 2016 14:18:25 +0100 Subject: [PATCH] 4.0.3 release --- Maps.php | 2 +- RELEASE-NOTES.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Maps.php b/Maps.php index 3ec04b781..f8aa7b678 100644 --- a/Maps.php +++ b/Maps.php @@ -70,7 +70,7 @@ ); } - define( 'Maps_VERSION' , '4.0.3 alpha' ); + define( 'Maps_VERSION' , '4.0.3' ); define( 'SM_VERSION', Maps_VERSION ); if ( $GLOBALS['egMapsGMaps3Language'] === '' ) { diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 3687c2936..2468d4969 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -3,9 +3,11 @@ These are the release notes for the [Maps extension](README.md). For an overview ## Maps 4.0.3 -Under development +Released on December 6th, 2016. +* Fixed regression introduced in 4.0.2 that caused the JavaScript to not be loaded in some cases * The `display_map` parser hook now correctly uses its `geoservice` parameter +* The `center` parameter for the map result format now takes into account the `geoservice` parameter ## Maps 4.0.2