Skip to content

Commit

Permalink
4.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Dec 6, 2016
1 parent e044a99 commit e4f4b9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Maps.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'] === '' ) {
Expand Down
4 changes: 3 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e4f4b9a

Please sign in to comment.