diff --git a/CHANGES.md b/CHANGES.md index 8e86cef..fe5b852 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +## 0.9 +* Release date: October 21, 2016 +* Fix Google Translate not recognizing supported locales. + ## 0.8 * Release date: September 1, 2016 * Extract all Google logic from the code to allow for multiple translation services to be supported. diff --git a/gp-machine-translate.php b/gp-machine-translate.php index 0f108eb..16da057 100644 --- a/gp-machine-translate.php +++ b/gp-machine-translate.php @@ -3,7 +3,7 @@ Plugin Name: GP Machine Translate Plugin URI: http://glot-o-matic.com/gp-machine-translate Description: Machine Translate plugin for GlotPress. -Version: 0.8 +Version: 0.9 Author: Greg Ross Author URI: http://toolstack.com Tags: glotpress, glotpress plugin, translate, google, bing, yandex, microsoft @@ -14,7 +14,7 @@ class GP_Machine_Translate { public $id = 'gp-machine-translate'; - private $version = '0.8'; + private $version = '0.9'; private $key; private $provider_code = false; private $provider;