diff --git a/form-masks-for-elementor.php b/form-masks-for-elementor.php index 2c0781a..d707cb4 100644 --- a/form-masks-for-elementor.php +++ b/form-masks-for-elementor.php @@ -5,7 +5,7 @@ * Description: Form Masks for Elementor create a custom control in field advanced tab for your customize your fields with masks. This plugin require the Elementor Pro (Form Widget). * Author: EduardoVillao.me * Author URI: https://eduardovillao.me/ - * Version: 1.6.4 + * Version: 1.6.5 * Requires at least: 5.5 * Requires PHP: 7.0 * Text Domain: form-masks-for-elementor @@ -34,7 +34,7 @@ define( 'FME_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); define( 'FME_PLUGN_URL', plugin_dir_url( __FILE__ ) ); -define( 'FME_VERSION' , '1.6.4' ); +define( 'FME_VERSION' , '1.6.5' ); define( 'FME_PHP_MINIMUM_VERSION', '7.0' ); define( 'FME_WP_MINIMUM_VERSION', '5.5' ); diff --git a/readme.txt b/readme.txt index bf4705a..608e5b7 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: evcode Donate link: https://eduardovillao.me/ Tags: elementor, form, mask, elementor mask, formulario, form mask Requires at least: 5.5 -Tested up to: 6.5 -Stable tag: 1.6.4 +Tested up to: 6.7 +Stable tag: 1.6.5 Requires PHP: 7.0 License: GPLv2License URI:https://www.gnu.org/licenses/gpl-2.0.html @@ -85,6 +85,9 @@ Please, send to me: [plugins@eduardovillao.me](mailto:plugins@eduardovillao.me) == Changelog == +* Changed: compatibility with WordPress 6.7. +* Changed: code improvements. + = 1.6.5 = * Changed: compatibility with WordPress 6.5. * Changed: code improvements.