Skip to content

Commit

Permalink
Merge pull request #378 from JeroenDeDauw/rel500
Browse files Browse the repository at this point in the history
5.0.0 release
  • Loading branch information
JeroenDeDauw authored Oct 16, 2017
2 parents ab57b8c + bb347b9 commit 6a6dd5d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,17 @@ minimum requirements are indicated in bold. For a detailed list of changes, see
</tr>
<tr>
<th>Maps 5.0.x</th>
<td>5.6 - 7.2+</td>
<td>1.27 - 1.30+</td>
<td>2.1 - 3.0+</td>
<td>In development</td>
<td>5.6 - 7.1</td>
<td>1.27 - 1.30</td>
<td>2.1 - 2.5</td>
<td><strong>Stable release</strong></td>
</tr>
<tr>
<th>Maps 4.4.x</th>
<td>5.6 - 7.1</td>
<td>1.27 - 1.29</td>
<td>2.1 - 2.5</td>
<td><strong>Stable release</strong></td>
<td>Obsolete release</td>
</tr>
<tr>
<th>Maps 4.3.x</th>
Expand Down
2 changes: 1 addition & 1 deletion Maps.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
);
}

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

if ( $GLOBALS['egMapsGMaps3Language'] === '' ) {
Expand Down
4 changes: 2 additions & 2 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ These are the release notes for the [Maps extension](README.md). For an overview

## Maps 5.0.0

Under development
Released on October 16th, 2017.

* Added persistent geocoding cache (by hidrarga)
* Image overlays used in `#display_map` now support geocoding for their locations
* Fixed rendering of wikitext in popups of the map result format when using the `template` parameter (by hidrarga)
* Fixed random loading failure of Leaflet maps (by Peter Grassberger)
* Image overlays used in `#display_map` now support geocoding for their locations

### Breaking changes

Expand Down

0 comments on commit 6a6dd5d

Please sign in to comment.