Index: trunk/extensions/Validator/RELEASE-NOTES |
— | — | @@ -5,10 +5,11 @@ |
6 | 6 | |
7 | 7 | |
8 | 8 | === Validator 0.4.4 === |
| 9 | +(2011-02-16) |
9 | 10 | |
10 | | -(2011-0x-xx) |
| 11 | +* Tweaks to parser usage in the ParserHook class. |
11 | 12 | |
12 | | -* |
| 13 | +* Fixed incorrect output of nested pre-tags in the describe parser hook. |
13 | 14 | |
14 | 15 | === Validator 0.4.3.1 === |
15 | 16 | (2011-01-20) |
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.4.4 alpha' ); |
| 28 | +define( 'Validator_VERSION', '0.4.4 rc' ); |
29 | 29 | |
30 | 30 | // Register the internationalization file. |
31 | 31 | $wgExtensionMessagesFiles['Validator'] = dirname( __FILE__ ) . '/Validator.i18n.php'; |