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 alpha' ); |
| 28 | +define( 'LiveTranslate_VERSION', '1.1 rc' ); |
29 | 29 | |
30 | 30 | $wgExtensionCredits['other'][] = array( |
31 | 31 | 'path' => __FILE__, |
Index: trunk/extensions/LiveTranslate/RELEASE-NOTES |
— | — | @@ -4,6 +4,13 @@ |
5 | 5 | Latest version of the release notes: http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/LiveTranslate/RELEASE-NOTES?view=co |
6 | 6 | |
7 | 7 | |
| 8 | +=== Version 1.1.0 === |
| 9 | +2011-06-1x |
| 10 | + |
| 11 | +* Added support for the Microsoft Translation service. |
| 12 | +* Added support for comments in the LiveTranslate TMX format. |
| 13 | +* Added debug messages in the JavaScript that can be logged by setting $egLiveTranslateDebugJS to true. |
| 14 | + |
8 | 15 | === Version 1.0.1 === |
9 | 16 | 2011-05-27 |
10 | 17 | |