Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
hmuralt committed Oct 17, 2017
1 parent db5f864 commit 6f927d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin.php
Expand Up @@ -6,13 +6,13 @@
Text Domain: polylang-supertext
Domain Path: /resources/languages
Author: Supertext AG
Version: 3.6
Version: 3.7
Author URI: http://www.supertext.ch
License: GPLv2 or later
*/

define('SUPERTEXT_PLUGIN_VERSION', 3.6);
define('SUPERTEXT_PLUGIN_REVISION', 26);
define('SUPERTEXT_PLUGIN_VERSION', 3.7);
define('SUPERTEXT_PLUGIN_REVISION', 27);
define('SUPERTEXT_POLYLANG_BASE_PATH', __DIR__);
define('SUPERTEXT_POLYLANG_VIEW_PATH', __DIR__ . '/views/');
define('SUPERTEXT_POLYLANG_RESOURCE_URL', plugin_dir_url(__FILE__) . 'resources');
Expand Down
5 changes: 5 additions & 0 deletions readme.txt
Expand Up @@ -65,6 +65,11 @@ Get the API key from the Settings page: [Account Settings] (https://www.supertex

== Changelog ==

= 3.7 =
* Added support for ACF flexible content
* Removed deprecated code
* Changed content selection layout (first order step)

= 3.6 =
* Fixed taxonomy text accessor bug
* Added service type setting
Expand Down

0 comments on commit 6f927d1

Please sign in to comment.