Index: trunk/extensions/LiveTranslate/LiveTranslate.php |
— | — | @@ -24,7 +24,7 @@ |
25 | 25 | die( 'Not an entry point.' ); |
26 | 26 | } |
27 | 27 | |
28 | | -define( 'LiveTranslate_VERSION', '1.1.1 alpha' ); |
| 28 | +define( 'LiveTranslate_VERSION', '1.1.1' ); |
29 | 29 | |
30 | 30 | $wgExtensionCredits['other'][] = array( |
31 | 31 | 'path' => __FILE__, |
Index: trunk/extensions/LiveTranslate/RELEASE-NOTES |
— | — | @@ -5,7 +5,7 @@ |
6 | 6 | |
7 | 7 | |
8 | 8 | === Version 1.1.1 === |
9 | | -2011-06-xx |
| 9 | +2011-06-22 |
10 | 10 | |
11 | 11 | * Fixed Internet Explorer compatibility issue. |
12 | 12 | * Fixed bug in Microsoft transltion script for MW < 1.17. |