diff --git a/INSTALL.md b/INSTALL.md index cb9a4dd00..86fb7b7ea 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -91,18 +91,25 @@ minimum requirements are indicated in bold. For a detailed list of changes, see Release status - Maps 4.4.x - 5.6 - 7.1+ - 1.27 - 1.29+ - TBD - 2.5+ + Maps 4.5.x + 5.6 - 7.2+ + 1.27 - 1.30+ + TBD - 3.0+ In development + + Maps 4.4.x + 5.6 - 7.1 + 1.27 - 1.29 + 2.1 - 2.5 + Stable release + Maps 4.3.x 5.6 - 7.1 1.27 - 1.29 2.1 - 2.5 - Stable release + Obsolete release Maps 4.2.x diff --git a/Maps.hooks.php b/Maps.hooks.php index 6fd7a5c8b..7fe7edf7d 100644 --- a/Maps.hooks.php +++ b/Maps.hooks.php @@ -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; diff --git a/Maps.php b/Maps.php index bd0fd0a41..9cd17f0ec 100644 --- a/Maps.php +++ b/Maps.php @@ -70,7 +70,7 @@ ); } - define( 'Maps_VERSION' , '4.4 alpha' ); + define( 'Maps_VERSION' , '4.4' ); define( 'SM_VERSION', Maps_VERSION ); if ( $GLOBALS['egMapsGMaps3Language'] === '' ) { diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index add2c4f7f..902c0ba74 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -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)