Index: trunk/extensions/Validator/RELEASE-NOTES |
— | — | @@ -7,7 +7,7 @@ |
8 | 8 | == Validator change log == |
9 | 9 | |
10 | 10 | === Validator 0.3.5 === |
11 | | -(2010-07-xx) |
| 11 | +(2010-07-26) |
12 | 12 | |
13 | 13 | * Fixed issue with the original parameter name (and in some cases also value) in error messages. |
14 | 14 | |
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.5 rc1' ); |
| 28 | +define( 'Validator_VERSION', '0.3.5' ); |
29 | 29 | |
30 | 30 | // Constants indicating the strictness of the parameter validation. |
31 | 31 | define( 'Validator_ERRORS_NONE', 0 ); |