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.4.5 === |
| 9 | +(2011-03-05) |
| 10 | + |
| 11 | +* Escaping fix in the describe parser hook. |
| 12 | + |
| 13 | +* Added string manipulation, applied by default on strings and chars. |
| 14 | + |
8 | 15 | === Validator 0.4.4 === |
9 | 16 | (2011-02-16) |
10 | 17 | |
Index: trunk/extensions/Validator/Validator.php |
— | — | @@ -26,7 +26,7 @@ |
27 | 27 | die( 'Not an entry point.' ); |
28 | 28 | } |
29 | 29 | |
30 | | -define( 'Validator_VERSION', '0.4.5 rc' ); |
| 30 | +define( 'Validator_VERSION', '0.4.5' ); |
31 | 31 | |
32 | 32 | // Register the internationalization file. |
33 | 33 | $wgExtensionMessagesFiles['Validator'] = dirname( __FILE__ ) . '/Validator.i18n.php'; |