Skip to content

Commit

Permalink
Bump version and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
toolstack committed Oct 21, 2016
1 parent ca56c81 commit 5a35ccc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions gp-machine-translate.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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;
Expand Down

0 comments on commit 5a35ccc

Please sign in to comment.