diff --git a/INSTALL.md b/INSTALL.md index bb18e73d7..b299da938 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -107,19 +107,26 @@ minimum requirements are indicated in bold. For a detailed list of changes, see Release status - Maps 5.6.x + Maps 5.7.x 7.0 - 7.3+ 1.27 - 1.31+ 2.1 - 2.5 Planned Q3 2018 - Maps 5.5.x + Maps 5.6.x 7.0 - 7.3 1.27 - 1.31 2.1 - 2.5 Stable release + + Maps 5.5.x + 7.0 - 7.3 + 1.27 - 1.31 + 2.1 - 2.5 + Obsolete release, no support + Maps 5.4.x 7.0 - 7.3 @@ -153,7 +160,7 @@ minimum requirements are indicated in bold. For a detailed list of changes, see 5.6 - 7.1 1.27 - 1.30 2.1 - 2.5 - Obsolete release, critical fixes for PHP 5.x + Obsolete release, no support Maps 4.4.x diff --git a/Maps.php b/Maps.php index 9a8081fd0..297cc93d2 100644 --- a/Maps.php +++ b/Maps.php @@ -68,7 +68,7 @@ ); } - define( 'Maps_VERSION', '5.6 alpha' ); + define( 'Maps_VERSION', '5.6' ); define( 'SM_VERSION', Maps_VERSION ); if ( $GLOBALS['egMapsGMaps3Language'] === '' ) { diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 3575f4742..d895f421a 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -5,7 +5,7 @@ different releases and which versions of PHP and MediaWiki they support, see the ## Maps 5.6.0 -Under development +Released on July 16th, 2018. * Added `geojson` parameter to `#display_map`, available only for Leaflet * Fixed `#display_map` parameter `imageoverlays`: title, text and link are no longer ignored