Skip to content

Releases: toolstack/gp-machine-translate

Version 2.0

10 Nov 19:24

Choose a tag to compare

  • Release date: November 10, 2024
  • Major rewrite of translation provider code provided by @BenBornschein, thanks!
  • Added option to display a supported/not supported message to the project locales list (disabled by default, go to settings to enable).

Version 1.2

27 Mar 18:49

Choose a tag to compare

  • Release date: March 27, 2024
  • Fixed GlotPress 3+ compatibility
  • Removed defunct transltr.org
  • Updated DeepL details and functionality

Version 1.1

16 Jan 20:33
0e73220

Choose a tag to compare

Added DeepL support, thanks @Borlabs-Ben.

Google locale fix

21 Oct 23:06

Choose a tag to compare

Fix Google Translate not recognizing supported locales.

Multi Provider Support

01 Sep 17:26

Choose a tag to compare

  • Extract all Google logic from the code to allow for multiple translation services to be supported.
  • Added Microsoft Translator.
  • Added Yandex.Translate.
  • Added transltr.org.

Documentation updates

18 Mar 22:22

Choose a tag to compare

Updated documentation.

Google API and other Fixes

06 Jan 15:23

Choose a tag to compare

  • Move the WP profile and settings hooks to before we check for the Google API key, otherwise you can never add one.
  • Replace gp_redirect() with wp_redirect().
  • Fixed incorrect function name wp_get_current_user_id() to be get_current_user_id();
  • Added check for no strings to translate and return a better error than a Google API error.
  • Updated the error id in WP_Error() call.Removed unused code from plugin.

Plugin rename

14 Dec 13:38

Choose a tag to compare

This release renames the plugin and will be published on wordpress.org.

Title fix and tags

09 Oct 14:44

Choose a tag to compare

Title fix and tags Pre-release
Pre-release

This is a minor update to fix incorrectly escaped attributes in the user profile title as well as adding some tags to the plugin header file.

Inital beta

09 Oct 14:01

Choose a tag to compare

Inital beta Pre-release
Pre-release

This is the first cut at converting the standalone Google Translate plugin for GlotPress to GlotPress as a plugin.