Skip to content

Commit

Permalink
5.5.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Jul 7, 2018
1 parent f6e6abe commit 5bcadca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Maps.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
);
}

define( 'Maps_VERSION', '5.5.3 alpha' );
define( 'Maps_VERSION', '5.5.3' );
define( 'SM_VERSION', Maps_VERSION );

if ( $GLOBALS['egMapsGMaps3Language'] === '' ) {
Expand Down
3 changes: 2 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ different releases and which versions of PHP and MediaWiki they support, see the

## Maps 5.5.3

Under development
Released on July 7th, 2018.

* Fixed `#display_map` parameters `icon` and `visitedicon` when using a namespace prefix (ie. File:FileName.png)
* Fixed `icon` and `visited icon` modifiers of `#display_map` parameter `locations` when using a namespace prefix
* Fixed `#display_map` parameter `circle` when using Leaflet

## Maps 5.5.2

Expand Down

0 comments on commit 5bcadca

Please sign in to comment.