Skip to content

Commit

Permalink
Merge pull request #356 from JeroenDeDauw/rel440
Browse files Browse the repository at this point in the history
4.4.0 release
  • Loading branch information
JeroenDeDauw committed Sep 14, 2017
2 parents 25ed9f2 + 3e5c9c1 commit 64b870f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
17 changes: 12 additions & 5 deletions INSTALL.md
Expand Up @@ -91,18 +91,25 @@ minimum requirements are indicated in bold. For a detailed list of changes, see
<th>Release status</th>
</tr>
<tr>
<th>Maps 4.4.x</th>
<td>5.6 - 7.1+</td>
<td>1.27 - 1.29+</td>
<td>TBD - 2.5+</td>
<th>Maps 4.5.x</th>
<td>5.6 - 7.2+</td>
<td>1.27 - 1.30+</td>
<td>TBD - 3.0+</td>
<td>In development</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>Stable release</td>
</tr>
<tr>
<th>Maps 4.3.x</th>
<td><strong>5.6</strong> - 7.1</td>
<td><strong>1.27</strong> - 1.29</td>
<td>2.1 - 2.5</td>
<td>Stable release</td>
<td>Obsolete release</td>
</tr>
<tr>
<th>Maps 4.2.x</th>
Expand Down
2 changes: 1 addition & 1 deletion Maps.hooks.php
Expand Up @@ -48,7 +48,7 @@ public static function onMakeGlobalVariablesScript( array &$vars, OutputPage $ou
global $egMapsGlobalJSVars;

$vars['egMapsDebugJS'] = $GLOBALS['egMapsDebugJS'];
$vars[ 'egMapsAvailableServices' ] = $GLOBALS['egMapsAvailableServices'];
$vars['egMapsAvailableServices'] = $GLOBALS['egMapsAvailableServices'];

$vars += $egMapsGlobalJSVars;

Expand Down
2 changes: 1 addition & 1 deletion Maps.php
Expand Up @@ -70,7 +70,7 @@
);
}

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

if ( $GLOBALS['egMapsGMaps3Language'] === '' ) {
Expand Down
2 changes: 1 addition & 1 deletion RELEASE-NOTES.md
Expand Up @@ -3,7 +3,7 @@ These are the release notes for the [Maps extension](README.md). For an overview

## Maps 4.4.0

Under development
Released on September 14th, 2017.

* Added layer support for Leaflet (by Peter Grassberger)
* Added static map support for Leaflet (`static=true`) (by hidrarga)
Expand Down

0 comments on commit 64b870f

Please sign in to comment.