Version Description
- Tested with new WordPress 5.6 version
- Ground up rebuild of our Translation Proxy cloud network for paid customers, now page translations are 3x faster on average.
- New proprietary spec-compliant HTML parser which is 8x faster than PHP SimpleHTMLDom library used by TranslatePress Multilingual and Weglot Translate plugins
- In case of invalid HTML, it will be fixed after page translation
- New caching layer to cache translated pages, previously only original pages were cached
- Optimized caching with option to clear all original and translated page caches
- Better error reporting
- New top of the line hardware with Intel Xeon multi-core processors with up to 5 Ghz clock speed
Download this release
Release Info
Developer | edo888 |
Plugin | Translate WordPress with GTranslate |
Version | 2.8.61 |
Comparing to | |
See all releases |
Code changes from version 2.8.60 to 2.8.61
- gtranslate.php +1 -1
- readme.txt +12 -2
gtranslate.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: GTranslate
|
4 |
Plugin URI: https://gtranslate.io/?xyz=998
|
5 |
Description: Makes your website <strong>multilingual</strong> and available to the world using Google Translate. For support visit <a href="https://wordpress.org/support/plugin/gtranslate">GTranslate Support</a>.
|
6 |
-
Version: 2.8.
|
7 |
Author: Translate AI Multilingual Solutions
|
8 |
Author URI: https://gtranslate.io
|
9 |
Text Domain: gtranslate
|
3 |
Plugin Name: GTranslate
|
4 |
Plugin URI: https://gtranslate.io/?xyz=998
|
5 |
Description: Makes your website <strong>multilingual</strong> and available to the world using Google Translate. For support visit <a href="https://wordpress.org/support/plugin/gtranslate">GTranslate Support</a>.
|
6 |
+
Version: 2.8.61
|
7 |
Author: Translate AI Multilingual Solutions
|
8 |
Author URI: https://gtranslate.io
|
9 |
Text Domain: gtranslate
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: edo888
|
|
3 |
Author: Translate AI Multilingual Solutions
|
4 |
Tags: translate, translate wordpress, multilingual, translation, translate language, bilingual, localization, translation proxy, localisation, multilanguage, google translate
|
5 |
Requires at least: 2.8.1
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 2.8.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
Donate link: https://gtranslate.io/?xyz=998#pricing
|
@@ -252,6 +252,16 @@ If you want us to translate your website professionally or provide you a proofre
|
|
252 |
8. User Dashboard
|
253 |
|
254 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
255 |
= 2.8.60 =
|
256 |
* Added debug option for WooCommerce Email translation
|
257 |
|
3 |
Author: Translate AI Multilingual Solutions
|
4 |
Tags: translate, translate wordpress, multilingual, translation, translate language, bilingual, localization, translation proxy, localisation, multilanguage, google translate
|
5 |
Requires at least: 2.8.1
|
6 |
+
Tested up to: 5.6
|
7 |
+
Stable tag: 2.8.61
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
Donate link: https://gtranslate.io/?xyz=998#pricing
|
252 |
8. User Dashboard
|
253 |
|
254 |
== Changelog ==
|
255 |
+
= 2.8.61 =
|
256 |
+
* Tested with new WordPress 5.6 version
|
257 |
+
* Ground up rebuild of our Translation Proxy cloud network for paid customers, now page translations are 3x faster on average.
|
258 |
+
- New proprietary spec-compliant HTML parser which is 8x faster than PHP SimpleHTMLDom library used by TranslatePress Multilingual and Weglot Translate plugins
|
259 |
+
- In case of invalid HTML, it will be fixed after page translation
|
260 |
+
- New caching layer to cache translated pages, previously only original pages were cached
|
261 |
+
- Optimized caching with option to clear all original and translated page caches
|
262 |
+
- Better error reporting
|
263 |
+
- New top of the line hardware with Intel Xeon multi-core processors with up to 5 Ghz clock speed
|
264 |
+
|
265 |
= 2.8.60 =
|
266 |
* Added debug option for WooCommerce Email translation
|
267 |
|