Index: trunk/extensions/Validator/RELEASE-NOTES |
— | — | @@ -6,10 +6,15 @@ |
7 | 7 | |
8 | 8 | == Validator change log == |
9 | 9 | |
| 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 | + |
10 | 15 | === Validator 0.3.2 === |
11 | 16 | (2010-06-07) |
12 | 17 | |
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. |
14 | 19 | |
15 | 20 | * Added removal of default parameters from the default parameter queue when used as a named parameter. |
16 | 21 | |
Index: trunk/extensions/Validator/Validator.php |
— | — | @@ -24,7 +24,7 @@ |
25 | 25 | die( 'Not an entry point.' ); |
26 | 26 | } |
27 | 27 | |
28 | | -define( 'Validator_VERSION', '0.3.3 alpha' ); |
| 28 | +define( 'Validator_VERSION', '0.3.3' ); |
29 | 29 | |
30 | 30 | // Constants indicating the strictness of the parameter validation. |
31 | 31 | define( 'Validator_ERRORS_NONE', 0 ); |