Index: trunk/extensions/Validator/INSTALL |
— | — | @@ -1,4 +1,4 @@ |
2 | | -[[Validator 0.2]] |
| 2 | +[[Validator 0.2.1]] |
3 | 3 | |
4 | 4 | Once you have downloaded the code, place the 'SemanticMaps' directory within |
5 | 5 | your MediaWiki 'extensions' directory. Then add the following code to your |
Index: trunk/extensions/Validator/RELEASE-NOTES |
— | — | @@ -4,6 +4,13 @@ |
5 | 5 | This change log contains a list of completed to-do's (new features, bug fixes, refactoring) for every version of Validator. |
6 | 6 | |
7 | 7 | |
| 8 | +==== Validator 0.2.1 ==== |
| 9 | +(2010-02-01) |
| 10 | + |
| 11 | +* Changed the inclusion of the upper bound for range validation functions. |
| 12 | + |
| 13 | +* Small language fixes. |
| 14 | + |
8 | 15 | ==== Validator 0.2 ==== |
9 | 16 | (2009-12-25) |
10 | 17 | |
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.2.1 rc1' ); |
| 28 | +define( 'Validator_VERSION', '0.2.1' ); |
29 | 29 | |
30 | 30 | // Constants indicating the strictness of the parameter validation. |
31 | 31 | define( 'Validator_ERRORS_NONE', 0 ); |