From 33571e93d7af366c7fcd57562b3774525d820b1b Mon Sep 17 00:00:00 2001 From: Matthew Jackowski Date: Fri, 17 Jun 2016 13:58:13 -0700 Subject: [PATCH] Doing some maths --- readme.md | 3 +++ readme.txt | 5 ++++- transifex-live-integration.php | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index f8b8b400..5022cbf5 100755 --- a/readme.md +++ b/readme.md @@ -62,6 +62,9 @@ The WP-Translations project for plugin translations can be found [here](https:// == Changelog == += 1.3.6 = +Patch release for rewrite fix when locale is in url + = 1.3.5 = Patch release for improved static front page support diff --git a/readme.txt b/readme.txt index 3effc095..8e25953c 100755 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Contributors: txmatthew, ThemeBoy, brooksx Tags: transifex, translate, translations, localize, localise, localization, localisation, multilingual, t9n, l10n, i18n, language, switcher, live, translation, translator Requires at least: 3.5.2 Tested up to: 4.5.2 -Stable tag: 1.3.5 +Stable tag: 1.3.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -70,6 +70,9 @@ Automatic updates should work like a charm; as always though, ensure you backup == Changelog == += 1.3.6 = +Patch release for rewrite fix when locale is in url + = 1.3.5 = Patch release for improved static front page support diff --git a/transifex-live-integration.php b/transifex-live-integration.php index 5bfecf58..9d32a8da 100755 --- a/transifex-live-integration.php +++ b/transifex-live-integration.php @@ -75,7 +75,7 @@ } define( 'LANG_PARAM', 'lang' ); -$version = '1.3.5'; +$version = '1.3.6'; require_once( dirname( __FILE__ ) . '/transifex-live-integration-main.php' ); Transifex_Live_Integration::do_plugin( is_admin(), $version );