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.2.1 alpha' ); |
| 28 | +define( 'LiveTranslate_VERSION', '1.2.1' ); |
29 | 29 | |
30 | 30 | $wgExtensionCredits['other'][] = array( |
31 | 31 | 'path' => __FILE__, |
Index: trunk/extensions/LiveTranslate/RELEASE-NOTES |
— | — | @@ -4,6 +4,11 @@ |
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.2.1 === |
| 9 | +2011-09-12 |
| 10 | + |
| 11 | +* Fixed Internet Explorer compatibility issue. |
| 12 | + |
8 | 13 | === Version 1.2 === |
9 | 14 | 2011-08-14 |
10 | 15 | |