From e99c6b755e2e80d82eaf569b9a25032841d6eb3d Mon Sep 17 00:00:00 2001 From: Foteini Giouleka Date: Fri, 31 May 2024 13:01:34 +0300 Subject: [PATCH] Bump version 1.3.36 --- readme.md | 3 +++ readme.txt | 5 ++++- transifex-live-integration.php | 6 +++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 7b64469..3e42e01 100755 --- a/readme.md +++ b/readme.md @@ -70,6 +70,9 @@ Ex. $updated_content = apply_filters('tx_link', $original_content); == Changelog == += 1.3.36 = +Support Wordpress custom post types + = 1.3.35 = Support Transifex live settings translate_urls diff --git a/readme.txt b/readme.txt index a9210af..6a146bf 100755 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Contributors: txmatthew, ThemeBoy, brooksx Tags: transifex, localize, localization, multilingual, international, SEO Requires at least: 3.5.2 Tested up to: 6.2 -Stable tag: 1.3.35 +Stable tag: 1.3.36 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -79,6 +79,9 @@ It is also recommended to use [widgets](https://codex.wordpress.org/Widgets_API == Changelog == += 1.3.36 = +Support Wordpress custom post types + = 1.3.35 = Support Transifex live settings translate_urls diff --git a/transifex-live-integration.php b/transifex-live-integration.php index a788094..e654588 100755 --- a/transifex-live-integration.php +++ b/transifex-live-integration.php @@ -5,13 +5,13 @@ * * @link https://help.transifex.com/en/articles/6261241-wordpress * @package TransifexLiveIntegration - * @version 1.3.35 + * @version 1.3.36 * * @wordpress-plugin * Plugin Name: International SEO by Transifex * Plugin URI: https://help.transifex.com/en/articles/6261241-wordpress * Description: Translate your WordPress powered website using Transifex. - * Version: 1.3.35 + * Version: 1.3.36 * License: GNU General Public License * License URI: http://www.gnu.org/licenses/gpl-2.0.txt * Text Domain: transifex-live-integration @@ -75,7 +75,7 @@ } define( 'LANG_PARAM', 'lang' ); -$version = '1.3.35'; +$version = '1.3.36'; require_once( dirname( __FILE__ ) . '/transifex-live-integration-main.php' ); Transifex_Live_Integration::do_plugin( is_admin(), $version );