Index: branches/Maps0.7.x/Maps.php |
— | — | @@ -36,7 +36,7 @@ |
37 | 37 | die( '<b>Error:</b> You need to have <a href="http://www.mediawiki.org/wiki/Extension:Validator">Validator</a> installed in order to use <a href="http://www.mediawiki.org/wiki/Extension:Maps">Maps</a>.<br />' ); |
38 | 38 | } |
39 | 39 | |
40 | | -define( 'Maps_VERSION', '0.7.6 alpha' ); |
| 40 | +define( 'Maps_VERSION', '0.7.6' ); |
41 | 41 | |
42 | 42 | $wgExtensionCredits['parserhook'][] = array( |
43 | 43 | 'path' => __FILE__, |
Index: branches/Maps0.7.x/RELEASE-NOTES |
— | — | @@ -8,12 +8,14 @@ |
9 | 9 | |
10 | 10 | |
11 | 11 | === Maps 0.7.6 === |
12 | | -(2011-0x-xx) |
| 12 | +(2011-03-21) |
13 | 13 | |
14 | 14 | * Fixed fatal error occuring when running maintenance/refreshLinks.php |
15 | 15 | |
16 | 16 | * Fixed not showing up of marker for Google Maps v2 when there is only one location. |
17 | 17 | |
| 18 | +* Fixed issue with the OpenLayers initialization code causing problems when doing a wiki upgrade via the web installer. |
| 19 | + |
18 | 20 | === Maps 0.7.5 === |
19 | 21 | (2011-02-16) |
20 | 22 | |