Skip to content

Commit

Permalink
Merge pull request #256 from transifex/release_1_3_36
Browse files Browse the repository at this point in the history
Bump version 1.3.36
  • Loading branch information
foteinigk authored May 31, 2024
2 parents 967ff46 + e99c6b7 commit 1419fa5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions transifex-live-integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 );

0 comments on commit 1419fa5

Please sign in to comment.