Skip to content

Commit 7a5073f

Browse files
committed
3.2.3 release "fluffy kgh"
1 parent 81a0e51 commit 7a5073f

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Maps.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
return 1;
2020
}
2121

22-
define( 'Maps_VERSION' , '3.2.2' );
22+
define( 'Maps_VERSION' , '3.2.3' );
2323

2424
// Include the composer autoloader if it is present.
2525
if ( is_readable( __DIR__ . '/vendor/autoload.php' ) ) {

docs/RELEASE-NOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
These are the release notes for the [Maps extension](../README.md).
22

3+
## Maps 3.2.3
4+
5+
Released on March 23rd, 2015.
6+
7+
* Protocol relative URLs are now used, avoiding HTTPS related problems
8+
* Selecting OpenLayers markers now works on touch devices
9+
310
## Maps 3.2.2
411

512
Released on January 19th, 2015.

0 commit comments

Comments
 (0)