Skip to content

Commit fa555bf

Browse files
committed
5.6.0 release
1 parent b43130e commit fa555bf

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

INSTALL.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,19 +107,26 @@ minimum requirements are indicated in bold. For a detailed list of changes, see
107107
<th>Release status</th>
108108
</tr>
109109
<tr>
110-
<th>Maps 5.6.x</th>
110+
<th>Maps 5.7.x</th>
111111
<td>7.0 - 7.3+</td>
112112
<td>1.27 - 1.31+</td>
113113
<td>2.1 - 2.5</td>
114114
<td>Planned Q3 2018</td>
115115
</tr>
116116
<tr>
117-
<th>Maps 5.5.x</th>
117+
<th>Maps 5.6.x</th>
118118
<td>7.0 - 7.3</td>
119119
<td>1.27 - 1.31</td>
120120
<td>2.1 - 2.5</td>
121121
<td><strong>Stable release</strong></td>
122122
</tr>
123+
<tr>
124+
<th>Maps 5.5.x</th>
125+
<td>7.0 - 7.3</td>
126+
<td>1.27 - 1.31</td>
127+
<td>2.1 - 2.5</td>
128+
<td>Obsolete release, no support</td>
129+
</tr>
123130
<tr>
124131
<th>Maps 5.4.x</th>
125132
<td>7.0 - 7.3</td>
@@ -153,7 +160,7 @@ minimum requirements are indicated in bold. For a detailed list of changes, see
153160
<td>5.6 - 7.1</td>
154161
<td>1.27 - 1.30</td>
155162
<td>2.1 - 2.5</td>
156-
<td>Obsolete release, critical fixes for PHP 5.x</td>
163+
<td>Obsolete release, no support</td>
157164
</tr>
158165
<tr>
159166
<th>Maps 4.4.x</th>

Maps.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
);
6969
}
7070

71-
define( 'Maps_VERSION', '5.6 alpha' );
71+
define( 'Maps_VERSION', '5.6' );
7272
define( 'SM_VERSION', Maps_VERSION );
7373

7474
if ( $GLOBALS['egMapsGMaps3Language'] === '' ) {

RELEASE-NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ different releases and which versions of PHP and MediaWiki they support, see the
55

66
## Maps 5.6.0
77

8-
Under development
8+
Released on July 16th, 2018.
99

1010
* Added `geojson` parameter to `#display_map`, available only for Leaflet
1111
* Fixed `#display_map` parameter `imageoverlays`: title, text and link are no longer ignored

0 commit comments

Comments
 (0)