From 80d4369953083df3c35be3f56c813e7e467a5936 Mon Sep 17 00:00:00 2001 From: Julien MA Jacob Date: Sun, 15 Dec 2024 22:04:17 -0200 Subject: [PATCH] Update changelog and version number --- readme.txt | 7 ++++++- wplingua.php | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index c00e67e..29f4cdd 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.4 +Stable tag: 2.1.5 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.5 = + +* New option for switcher in menu: Use only flag +* Optimizing cache for translations and slugs + = 2.1.4 = * Better management of translated slugs diff --git a/wplingua.php b/wplingua.php index e2e66c7..87dd984 100644 --- a/wplingua.php +++ b/wplingua.php @@ -7,7 +7,7 @@ * Author URI: https://wplingua.com/ * Text Domain: wplingua * Domain Path: /languages/ - * Version: 2.1.4 + * Version: 2.1.5 * 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.4' ); +define( 'WPLNG_PLUGIN_VERSION', '2.1.5' ); define( 'WPLNG_PLUGIN_FILE', plugin_basename( __FILE__ ) ); define( 'WPLNG_PLUGIN_PATH', dirname( __FILE__ ) ); define( 'WPLNG_MAX_TRANSLATIONS', 256 );