r83329 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83328‎ | r83329 | r83330 >
Date:20:40, 5 March 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
v0.4.5
Modified paths:
  • /trunk/extensions/Validator/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/Validator/Validator.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Validator/RELEASE-NOTES
@@ -4,6 +4,13 @@
55 This change log contains a list of completed to-do's (new features, bug fixes, refactoring) for every version of Validator.
66
77
 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+
815 === Validator 0.4.4 ===
916 (2011-02-16)
1017
Index: trunk/extensions/Validator/Validator.php
@@ -26,7 +26,7 @@
2727 die( 'Not an entry point.' );
2828 }
2929
30 -define( 'Validator_VERSION', '0.4.5 rc' );
 30+define( 'Validator_VERSION', '0.4.5' );
3131
3232 // Register the internationalization file.
3333 $wgExtensionMessagesFiles['Validator'] = dirname( __FILE__ ) . '/Validator.i18n.php';

Status & tagging log