r104614 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104613‎ | r104614 | r104615 >
Date:23:45, 29 November 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
1.0.5 rel
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.5 alpha' );
 45+define( 'Maps_VERSION', '1.0.5' );
4646
4747 $wgExtensionCredits['parserhook'][] = array(
4848 'path' => __FILE__,
Index: trunk/extensions/Maps/RELEASE-NOTES
@@ -8,7 +8,7 @@
99
1010
1111 === Maps 1.0.5 ===
12 -(trunk)
 12+(2011-11-30)
1313
1414 * Fixed display of attribution control for OpenLayers.
1515 * Fixed to big precision of geographic coordinates in decimal minutes format (bug 32407).