Skip to content

Releases: toolstack/gp-machine-translate

Version 1.2

27 Mar 18:49
Compare
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
Compare
Choose a tag to compare

Added DeepL support, thanks @Borlabs-Ben.

Google locale fix

21 Oct 23:06
Compare
Choose a tag to compare

Fix Google Translate not recognizing supported locales.

Multi Provider Support

01 Sep 17:26
Compare
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
Compare
Choose a tag to compare

Updated documentation.

Google API and other Fixes

06 Jan 15:23
Compare
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
Compare
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
Compare
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
Compare
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.