Index: trunk/extensions/Validator/RELEASE-NOTES |
— | — | @@ -4,6 +4,11 @@ |
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.4.9 === |
| 9 | +(2011-07-30) |
| 10 | + |
| 11 | +* Added setMessage and getMessage methods to Parameter class for better i18n. |
| 12 | + |
8 | 13 | === Validator 0.4.8 === |
9 | 14 | (2011-07-19) |
10 | 15 | |
Index: trunk/extensions/Validator/Validator.php |
— | — | @@ -25,7 +25,7 @@ |
26 | 26 | die( 'Not an entry point.' ); |
27 | 27 | } |
28 | 28 | |
29 | | -define( 'Validator_VERSION', '0.4.9 alpha' ); |
| 29 | +define( 'Validator_VERSION', '0.4.9' ); |
30 | 30 | |
31 | 31 | // Register the internationalization file. |
32 | 32 | $wgExtensionMessagesFiles['Validator'] = dirname( __FILE__ ) . '/Validator.i18n.php'; |