diff --git a/composer.json b/composer.json index 74a17dd..fba24e3 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "codesnippetspro/translentor", - "version": "1.6.4", + "version": "1.6.5", "description": "Translentor - Elementor-specific translation tool for WordPress.", "type": "wordpress-plugin", "license": "GPL-2.0-or-later", diff --git a/src/readme.txt b/src/readme.txt index 4dcbace..ef2f9bc 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -7,7 +7,7 @@ Tested up to: 6.8.3 Requires PHP: 7.4 Requires at least: 6.6 Requires Plugins: elementor -Stable tag: 1.6.4 +Stable tag: 1.6.5 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/src/translentor.php b/src/translentor.php index d4f87b8..c757927 100644 --- a/src/translentor.php +++ b/src/translentor.php @@ -4,7 +4,7 @@ * Plugin Name: Translentor * Plugin URI: https://translentor.com * Description: This plugin adds a language translator widget to the Elementor Page Builder. - * Version: 1.6.4 + * Version: 1.6.5 * Author: Code Snippets Pro * Author URI: https://translentor.com * Domain Path: translentor @@ -89,7 +89,7 @@ function translentor_admin_notice_elementor_missing() { class Translentor { public const DIR = __DIR__ . DIRECTORY_SEPARATOR; - public const VERSION = '1.6.4'; + public const VERSION = '1.6.5'; public const SLUG = 'translentor'; public const CATEGORY_ICON = 'fa fa-plug'; public const CATEGORY = 'Translator';