Skip to content

Commit

Permalink
Merge pull request #156 from JeroenDeDauw/rel360
Browse files Browse the repository at this point in the history
3.6.0 release
  • Loading branch information
JeroenDeDauw committed May 26, 2016
2 parents b757483 + 40d7d6f commit fe80bad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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.6.0-alpha' );
define( 'Maps_VERSION' , '3.6.0' );

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


## Maps 3.6

Development version
Released on May 26th, 2016.

* Dropped support for MediaWiki older than 1.23
* Dropped support for PHP older than 5.5
Expand Down Expand Up @@ -77,7 +77,7 @@ Released on January 19th, 2015.
Released on January 13th, 2015.

* Fixed `geocode` right
* Fixed coordinate precision issue after breaking changes in DataValues Geo
* Fixed coordinate precision issue after breaking changes in DataValues Geo

## Maps 3.2

Expand Down Expand Up @@ -365,7 +365,7 @@ with all the globals previously needed for this.
* Moved marker JavaScript creation for display_points to the mapping service class for all features.
* Moved default zoom level access method to the mapping service class for all features.
* Improved the way marker data is turned into JavaScript variables.
* Improved coordinate recognition regexes.
* Improved coordinate recognition regexes.

#### Bug fixes ####

Expand Down Expand Up @@ -761,7 +761,7 @@ Changes in 0.3 discussed on the authors blog:
* [Final changes for Maps and SM 0.3](http://www.bn2vs.com/blog/2009/08/13/final-changes-for-maps-and-sm-0-3/)
* [New features in Maps and SM 0.3](http://www.bn2vs.com/blog/2009/08/07/new-features-in-maps-and-sm-0-3/)
* [Structural changes for Maps and SM 0.3](http://www.bn2vs.com/blog/2009/08/05/structural-changes-for-maps-and-sm-0-3/)

####New features####

* Multi location parser functions. Two completely new parser functions have been added that
Expand Down

0 comments on commit fe80bad

Please sign in to comment.