r69959 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69958‎ | r69959 | r69960 >
Date:18:57, 26 July 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
0.3.5 release
Modified paths:
  • /trunk/extensions/Validator/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/Validator/Validator.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Validator/RELEASE-NOTES
@@ -7,7 +7,7 @@
88 == Validator change log ==
99
1010 === Validator 0.3.5 ===
11 -(2010-07-xx)
 11+(2010-07-26)
1212
1313 * Fixed issue with the original parameter name (and in some cases also value) in error messages.
1414
Index: trunk/extensions/Validator/Validator.php
@@ -24,7 +24,7 @@
2525 die( 'Not an entry point.' );
2626 }
2727
28 -define( 'Validator_VERSION', '0.3.5 rc1' );
 28+define( 'Validator_VERSION', '0.3.5' );
2929
3030 // Constants indicating the strictness of the parameter validation.
3131 define( 'Validator_ERRORS_NONE', 0 );

Status & tagging log