From f26e6bff8a3fa0dd082c54b65564c747ddc890e4 Mon Sep 17 00:00:00 2001 From: Julien MA Jacob Date: Mon, 25 Nov 2024 22:39:02 -0200 Subject: [PATCH] Update version number and changelog --- readme.txt | 7 ++++++- wplingua.php | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 2a577fe..46e1ab2 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://wplingua.com/ Tags: translate, translation, multilingual, localization, language Requires at least: 6.0 Tested up to: 6.7 -Stable tag: 2.1.2 +Stable tag: 2.1.3 Requires PHP: 7.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -174,6 +174,11 @@ No, not at the moment but in the meantime, you can easily display the language s == Changelog == += 2.1.3 = + +* Better untranslatable URL detection +* Automatic bad slug deletion + = 2.1.2 = * Better plugin translations loading diff --git a/wplingua.php b/wplingua.php index 007f38c..d6428b9 100644 --- a/wplingua.php +++ b/wplingua.php @@ -7,7 +7,7 @@ * Author URI: https://github.com/julien-jacob/wplingua * Text Domain: wplingua * Domain Path: /languages/ - * Version: 2.1.2 + * Version: 2.1.3 * Requires PHP: 7.4 * License: GPL v2 or later * License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -24,7 +24,7 @@ define( 'WPLNG_API_URL', 'https://api.wplingua.com' ); define( 'WPLNG_API_VERSION', '2.0' ); define( 'WPLNG_API_SSLVERIFY', true ); -define( 'WPLNG_PLUGIN_VERSION', '2.1.2' ); +define( 'WPLNG_PLUGIN_VERSION', '2.1.3' ); define( 'WPLNG_PLUGIN_FILE', plugin_basename( __FILE__ ) ); define( 'WPLNG_PLUGIN_PATH', dirname( __FILE__ ) ); define( 'WPLNG_MAX_TRANSLATIONS', 256 );