Index: trunk/extensions/LiveTranslate/LiveTranslate.php |
— | — | @@ -25,7 +25,7 @@ |
26 | 26 | die( 'Not an entry point.' ); |
27 | 27 | } |
28 | 28 | |
29 | | -define( 'LiveTranslate_VERSION', '0.5 alpha' ); |
| 29 | +define( 'LiveTranslate_VERSION', '0.5' ); |
30 | 30 | |
31 | 31 | $wgExtensionCredits['other'][] = array( |
32 | 32 | 'path' => __FILE__, |
Index: trunk/extensions/LiveTranslate/INSTALL |
— | — | @@ -13,6 +13,7 @@ |
14 | 14 | require_once( "$IP/extensions/LiveTranslate/LiveTranslate.php" ); |
15 | 15 | |
16 | 16 | After this you need to run MediaWikis update script which can be found at /maintenance/update.php. |
| 17 | +You also need to run this when upgrading to version 0.4 or above from any older version. |
17 | 18 | |
18 | 19 | After doing this, you have installed the extension. To be able to use it in a meaningful way, you also need to take care of some configuration: |
19 | 20 | |
Index: trunk/extensions/LiveTranslate/RELEASE-NOTES |
— | — | @@ -5,7 +5,7 @@ |
6 | 6 | |
7 | 7 | |
8 | 8 | === Version 0.5 === |
9 | | -2011-01-xx |
| 9 | +2011-01-16 |
10 | 10 | |
11 | 11 | * Modified the LT API to work with batches, so translation doesn't break for big translation memories. |
12 | 12 | * Fixed regex escaping issue that caused translations to stop when encountering certain characters in special words. |