r79698 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79697‎ | r79698 | r79699 >
Date:01:22, 6 January 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Fixed wrong version number and updated release notes
Modified paths:
  • /trunk/extensions/LiveTranslate/LiveTranslate.php (modified) (history)
  • /trunk/extensions/LiveTranslate/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/extensions/LiveTranslate/LiveTranslate.php
@@ -25,7 +25,7 @@
2626 die( 'Not an entry point.' );
2727 }
2828
29 -define( 'LiveTranslate_VERSION', '0.2 alpha' );
 29+define( 'LiveTranslate_VERSION', '0.3 alpha' );
3030
3131 $wgExtensionCredits['other'][] = array(
3232 'path' => __FILE__,
Index: trunk/extensions/LiveTranslate/RELEASE-NOTES
@@ -4,6 +4,11 @@
55 Latest version of the release notes: http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/LiveTranslate/RELEASE-NOTES?view=co
66
77
 8+=== Version 0.3 ===
 9+2011-01-xx
 10+
 11+* Fixed issue with trim-prevention, causing |-signs to semi-randomly get inserted into translated text.
 12+
813 === Version 0.2 ===
914 2010-12-24
1015

Status & tagging log