r92578 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92577‎ | r92578 | r92579 >
Date:21:18, 19 July 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
1.0 release :)
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 rc' );
 45+define( 'Maps_VERSION', '1.0' );
4646
4747 $wgExtensionCredits['parserhook'][] = array(
4848 'path' => __FILE__,
Index: trunk/extensions/Maps/RELEASE-NOTES
@@ -8,7 +8,7 @@
99
1010
1111 === Maps 1.0 ===
12 -(2011-0x-xx)
 12+(2011-07-19)
1313
1414 This version branched from Maps 0.7.x at version 0.7.3.
1515