r84460 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84459‎ | r84460 | r84461 >
Date:16:53, 21 March 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
0.7.6 release
Modified paths:
  • /branches/Maps0.7.x/Maps.php (modified) (history)
  • /branches/Maps0.7.x/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: branches/Maps0.7.x/Maps.php
@@ -36,7 +36,7 @@
3737 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 />' );
3838 }
3939
40 -define( 'Maps_VERSION', '0.7.6 alpha' );
 40+define( 'Maps_VERSION', '0.7.6' );
4141
4242 $wgExtensionCredits['parserhook'][] = array(
4343 'path' => __FILE__,
Index: branches/Maps0.7.x/RELEASE-NOTES
@@ -8,12 +8,14 @@
99
1010
1111 === Maps 0.7.6 ===
12 -(2011-0x-xx)
 12+(2011-03-21)
1313
1414 * Fixed fatal error occuring when running maintenance/refreshLinks.php
1515
1616 * Fixed not showing up of marker for Google Maps v2 when there is only one location.
1717
 18+* Fixed issue with the OpenLayers initialization code causing problems when doing a wiki upgrade via the web installer.
 19+
1820 === Maps 0.7.5 ===
1921 (2011-02-16)
2022

Status & tagging log