Skip to content

Commit

Permalink
3.2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Jun 21, 2015
1 parent 2b181a9 commit 743a0d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Maps.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
return 1;
}

define( 'Maps_VERSION' , '3.2.3' );
define( 'Maps_VERSION' , '3.2.4' );

// Include the composer autoloader if it is present.
if ( is_readable( __DIR__ . '/vendor/autoload.php' ) ) {
Expand Down
9 changes: 9 additions & 0 deletions docs/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
These are the release notes for the [Maps extension](../README.md).

## Maps 3.2.4

Released on June 21st, 2015.

* Map reside is now triggered when going fullscreen
* Improved styling of the fullscreen button
* Removed no longer working osmarender layer
* Fixed resource paths for some installation configurations

## Maps 3.2.3

Released on March 23rd, 2015.
Expand Down

0 comments on commit 743a0d3

Please sign in to comment.