r68316 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68315‎ | r68316 | r68317 >
Date:14:27, 20 June 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
0.3.3 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
@@ -6,10 +6,15 @@
77
88 == Validator change log ==
99
 10+=== Validator 0.3.3 ===
 11+(2010-06-20)
 12+
 13+* Fixed bug that caused notices when using the ValidatorManager::manageParsedParameters method in some cases.
 14+
1015 === Validator 0.3.2 ===
1116 (2010-06-07)
1217
13 -* Added lower casing to parameter names, and optionaly, but defaul on, lowercasing for parameter values.
 18+* Added lower casing to parameter names, and optionally, but default on, lower-casing for parameter values.
1419
1520 * Added removal of default parameters from the default parameter queue when used as a named parameter.
1621
Index: trunk/extensions/Validator/Validator.php
@@ -24,7 +24,7 @@
2525 die( 'Not an entry point.' );
2626 }
2727
28 -define( 'Validator_VERSION', '0.3.3 alpha' );
 28+define( 'Validator_VERSION', '0.3.3' );
2929
3030 // Constants indicating the strictness of the parameter validation.
3131 define( 'Validator_ERRORS_NONE', 0 );

Status & tagging log