Skip to content

Releases: toolstack/gp-machine-translate

Version 2.0

Choose a tag to compare

@toolstack toolstack released this 10 Nov 19:24
  • 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

Choose a tag to compare

@toolstack toolstack released this 27 Mar 18:49
  • Release date: March 27, 2024
  • Fixed GlotPress 3+ compatibility
  • Removed defunct transltr.org
  • Updated DeepL details and functionality

Version 1.1

Choose a tag to compare

@toolstack toolstack released this 16 Jan 20:33
0e73220

Added DeepL support, thanks @Borlabs-Ben.

Google locale fix

Choose a tag to compare

@toolstack toolstack released this 21 Oct 23:06

Fix Google Translate not recognizing supported locales.

Multi Provider Support

Choose a tag to compare

@toolstack toolstack released this 01 Sep 17:26
  • 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

Choose a tag to compare

@toolstack toolstack released this 18 Mar 22:22

Updated documentation.

Google API and other Fixes

Choose a tag to compare

@toolstack toolstack released this 06 Jan 15:23
  • 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

Choose a tag to compare

@toolstack toolstack released this 14 Dec 13:38

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

Title fix and tags

Title fix and tags Pre-release
Pre-release

Choose a tag to compare

@toolstack toolstack released this 09 Oct 14:44

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

Inital beta Pre-release
Pre-release

Choose a tag to compare

@toolstack toolstack released this 09 Oct 14:01

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