From 9e79dfb00d4bd6230f0a5c3e2a065eac924f90ad Mon Sep 17 00:00:00 2001 From: Eduardo Date: Sat, 14 May 2022 11:28:02 -0300 Subject: [PATCH] v1.6.1 --- form-masks-for-elementor.php | 8 ++++---- readme.txt | 39 ++++++++++++++---------------------- 2 files changed, 19 insertions(+), 28 deletions(-) diff --git a/form-masks-for-elementor.php b/form-masks-for-elementor.php index 4edae3e..4db636a 100644 --- a/form-masks-for-elementor.php +++ b/form-masks-for-elementor.php @@ -5,8 +5,8 @@ * 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 - * Requires at least: 5.3 + * Version: 1.6.1 + * Requires at least: 5.4 * Requires PHP: 7.0 * Text Domain: form-masks-for-elementor * License: GPL-2.0+ @@ -34,9 +34,9 @@ define( 'FME_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); define( 'FME_PLUGN_URL', plugin_dir_url( __FILE__ ) ); -define( 'FME_VERSION' , '1.6' ); +define( 'FME_VERSION' , '1.6.1' ); define( 'FME_PHP_MINIMUM_VERSION', '7.0' ); -define( 'FME_WP_MINIMUM_VERSION', '5.3' ); +define( 'FME_WP_MINIMUM_VERSION', '5.4' ); /** * Check PHP and WP version before include plugin class diff --git a/readme.txt b/readme.txt index 1bb93f1..72f5a77 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: evcode Donate link: https://eduardovillao.me/ Tags: elementor, form, mask, elementor mask, formulario, form mask -Requires at least: 5.3 -Tested up to: 5.8 -Stable tag: 1.6 +Requires at least: 5.4 +Tested up to: 6.0 +Stable tag: 1.6.1 Requires PHP: 7.0 License: GPLv2License URI:https://www.gnu.org/licenses/gpl-2.0.html @@ -85,56 +85,47 @@ Please, send to me: [plugins@eduardovillao.me](mailto:plugins@eduardovillao.me) == Changelog == -= 1.6 = += 1.6.1 = +* Changed: compatibility with WordPress 6.0. -Changed: support to string translations. -Changed: code improvements. -Changed: plugin header requirements improved. += 1.6 = +* Changed: support to string translations. +* Changed: code improvements. +* Changed: plugin header requirements improved. = 1.5.3 = - -Tweak: conflict with jQuery old versions. +* Tweak: conflict with jQuery old versions. = 1.5.2 = - -Tweak: add hooks to pro version new features. -Tweak: code improvements. +* Tweak: add hooks to pro version new features. +* Tweak: code improvements. = 1.5.1 = - -Tweak: mask with 9 digits improved. -Tweak: update and minify jQuery mask lib. +* Tweak: mask with 9 digits improved. +* Tweak: update and minify jQuery mask lib. = 1.5 = - * New: support for Pro version. * Tweak: improve JS mask files. * Tweak: improve plugin code structure. = 1.4.2 = - -* Suppor to Wp 5.8 +* Suppor to WordPress 5.8. = 1.4.1 = - * Fix: active mask on popup is called by link, button and others. = 1.4 = - * Support for Elementor Popup. = 1.3 = - * Add new mask - Credit card and Credit card date. = 1.2 = - * Add new mask - Phone 9 digits. = 1.1 = - * Update the mask control. = 1.0 = - * Initial release. \ No newline at end of file