From 7f4906c375b5d450def7f43fabf599e607e95c07 Mon Sep 17 00:00:00 2001 From: Eduardo Date: Thu, 3 Nov 2022 19:19:27 -0300 Subject: [PATCH] v1.3.7 --- extensions-for-elementor-form.php | 8 ++++---- readme.txt | 9 ++++++--- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/extensions-for-elementor-form.php b/extensions-for-elementor-form.php index 091c34f..7d5ae39 100644 --- a/extensions-for-elementor-form.php +++ b/extensions-for-elementor-form.php @@ -5,7 +5,7 @@ * Description: Extensions for Elementor Form create many actions and controls to Elementor Form. This plugin require the Elementor Pro (Form Widget). * Author: EduardoVillao.me * Author URI: https://eduardovillao.me/ - * Version: 1.3.6 + * Version: 1.3.7 * License: GPL-2.0+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt */ @@ -19,8 +19,8 @@ function ele_extensions_add_scripts () { - wp_enqueue_script( 'custom-js', plugin_dir_url( __FILE__ ) . 'assets/script.js', array( 'jquery' ), '1.3.6' ); - wp_enqueue_style( 'custom-style', plugin_dir_url( __FILE__ ) . 'assets/style.css', array(), '1.3.6' ); + wp_enqueue_script( 'custom-js', plugin_dir_url( __FILE__ ) . 'assets/script.js', array( 'jquery' ), '1.3.7' ); + wp_enqueue_style( 'custom-style', plugin_dir_url( __FILE__ ) . 'assets/style.css', array(), '1.3.7' ); } add_action( 'wp_enqueue_scripts', 'ele_extensions_add_scripts' ); @@ -33,4 +33,4 @@ function ele_extensions_check_elementorpro_active () { } } -add_action('admin_notices', 'ele_extensions_check_elementorpro_active'); \ No newline at end of file +add_action('admin_notices', 'ele_extensions_check_elementorpro_active'); diff --git a/readme.txt b/readme.txt index 46cfd96..705b715 100755 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: EVCODE Donate link: https://eduardovillao.me/ Tags: elementor, elementor form, elementor plugins, form Requires at least: 5.4 -Tested up to: 6.0 -Stable tag: 1.3.6 +Tested up to: 6.1 +Stable tag: 1.3.7 Requires PHP: 7.0 License: GPLv2License URI:https://www.gnu.org/licenses/gpl-2.0.html @@ -55,6 +55,9 @@ Please, send to me: [plugins@eduardovillao.me](mailto:plugins@eduardovillao.me) == Changelog == += 1.3.7 = +* Changed: Compatibility with WordPress 6.1. + = 1.3.6 = * Changed: Compatibility with WordPress 6.0. @@ -71,4 +74,4 @@ Please, send to me: [plugins@eduardovillao.me](mailto:plugins@eduardovillao.me) * Fix bug on phone number. = 1.0 = -* Initial release. \ No newline at end of file +* Initial release.