From 7a5073ffad64b9e78a6ae944cce170a02808ea66 Mon Sep 17 00:00:00 2001 From: jeroendedauw Date: Mon, 23 Mar 2015 18:22:35 +0100 Subject: [PATCH] 3.2.3 release "fluffy kgh" --- Maps.php | 2 +- docs/RELEASE-NOTES.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Maps.php b/Maps.php index 6d5db5c9e..8984176a9 100644 --- a/Maps.php +++ b/Maps.php @@ -19,7 +19,7 @@ return 1; } -define( 'Maps_VERSION' , '3.2.2' ); +define( 'Maps_VERSION' , '3.2.3' ); // Include the composer autoloader if it is present. if ( is_readable( __DIR__ . '/vendor/autoload.php' ) ) { diff --git a/docs/RELEASE-NOTES.md b/docs/RELEASE-NOTES.md index 28b5c0ef2..8f286f73c 100644 --- a/docs/RELEASE-NOTES.md +++ b/docs/RELEASE-NOTES.md @@ -1,5 +1,12 @@ These are the release notes for the [Maps extension](../README.md). +## Maps 3.2.3 + +Released on March 23rd, 2015. + +* Protocol relative URLs are now used, avoiding HTTPS related problems +* Selecting OpenLayers markers now works on touch devices + ## Maps 3.2.2 Released on January 19th, 2015.