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 alpha' ); |
| 28 | +define( 'LiveTranslate_VERSION', '1.2 RC1' ); |
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.2 === |
9 | | -2011-0x-xx |
| 9 | +2011-08-xx |
10 | 10 | |
11 | 11 | * Rewrote translation control JavaScript to a jQuery plugin. |
12 | 12 | * Added caching layer utilizing memory and LocalStorage when available to speed up local translations. |