From 5b8b45171010ac697bc95a176557970144823293 Mon Sep 17 00:00:00 2001 From: Julien MA Jacob Date: Fri, 8 Nov 2024 13:46:15 -0200 Subject: [PATCH] Prepare WP 6.7 compatiility --- readme.txt | 8 ++++++-- wplingua.php | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 67c3f9c..b94c983 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: wpr0ck, lyly13 Donate link: https://wplingua.com/ Tags: translate, translation, multilingual, localization, language Requires at least: 6.0 -Tested up to: 6.6 -Stable tag: 2.1.0 +Tested up to: 6.7 +Stable tag: 2.1.1 Requires PHP: 7.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -160,6 +160,10 @@ No, not at the moment but in the meantime, you can easily display the language s == Changelog == += 2.1.1 = + +* Added compatibility with wordPress 6.7 + = 2.1.0 = * New feature: translate website URLs diff --git a/wplingua.php b/wplingua.php index 552e6de..7598219 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.0 + * Version: 2.1.1 * 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.0' ); +define( 'WPLNG_PLUGIN_VERSION', '2.1.1' ); define( 'WPLNG_PLUGIN_FILE', plugin_basename( __FILE__ ) ); define( 'WPLNG_PLUGIN_PATH', dirname( __FILE__ ) ); define( 'WPLNG_MAX_TRANSLATIONS', 256 );