r93883 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93882‎ | r93883 | r93884 >
Date:13:15, 4 August 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
0.4.10 rel
Modified paths:
  • /trunk/extensions/Validator/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/Validator/Validator.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Validator/RELEASE-NOTES
@@ -5,7 +5,7 @@
66
77
88 === Validator 0.4.10 ===
9 -(2011-08-xx)
 9+(2011-08-04)
1010
1111 * Added language parameter to describe that allows setting the lang for the generated docs.
1212
Index: trunk/extensions/Validator/Validator.php
@@ -25,7 +25,7 @@
2626 die( 'Not an entry point.' );
2727 }
2828
29 -define( 'Validator_VERSION', '0.4.10 alpha' );
 29+define( 'Validator_VERSION', '0.4.10' );
3030
3131 // Register the internationalization file.
3232 $wgExtensionMessagesFiles['Validator'] = dirname( __FILE__ ) . '/Validator.i18n.php';