r95365 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95364‎ | r95365 | r95366 >
Date:00:59, 24 August 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
1.0.2
Modified paths:
  • /trunk/extensions/Maps/Maps.php (modified) (history)
  • /trunk/extensions/Maps/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Maps.php
@@ -41,7 +41,7 @@
4242 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 />' );
4343 }
4444
45 -define( 'Maps_VERSION', '1.0.2 alpha' );
 45+define( 'Maps_VERSION', '1.0.2' );
4646
4747 $wgExtensionCredits['parserhook'][] = array(
4848 'path' => __FILE__,
Index: trunk/extensions/Maps/RELEASE-NOTES
@@ -8,7 +8,7 @@
99
1010
1111 === Maps 1.0.2 ===
12 -(2011-08-xx)
 12+(2011-08-24)
1313
1414 * Fixed Google Maps v3 JavaScript issue occuring when using Google Earth on unsupported systems.
1515 * Fixed Google Maps v3 JavaScript issue occuring on MediaWiki 1.17 due to buggy mw.config.get.