From 0c3eec4d3363516bc14dcb3563edf78b345a85a5 Mon Sep 17 00:00:00 2001 From: Eduardo Date: Sat, 14 May 2022 11:17:32 -0300 Subject: [PATCH] v1.3.6 --- README.md | 8 +++----- extensions-for-elementor-form.php | 10 +++++----- readme.txt | 16 +++++++--------- 3 files changed, 15 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 05dbcd1..b851b22 100644 --- a/README.md +++ b/README.md @@ -22,23 +22,21 @@ Please, send to me: [plugins@eduardovillao.me](mailto:plugins@eduardovillao.me) ## Changelog == ``` -= 1.3.1 = += 1.3.6 = +* Changed: Compatibility with WordPress 6.0. += 1.3.1 = * Compatibility with WordPress 5.7. = 1.3 = - * Fixed hide form after submit. = 1.2 = - * Add support for break line with token %break%. = 1.1 = - * Fix bug on phone number. = 1.0 = - * Initial release. ``` \ No newline at end of file diff --git a/extensions-for-elementor-form.php b/extensions-for-elementor-form.php index fc86b4e..091c34f 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.5 + * Version: 1.3.6 * License: GPL-2.0+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt */ @@ -14,13 +14,13 @@ exit; // Exit if accessed directly } -require dirname(__FILE__).'/init-whatsapp-action.php'; -require dirname(__FILE__).'/includes/class-show-content-after-submit.php'; +require_once dirname(__FILE__) . '/init-whatsapp-action.php'; +require_once dirname(__FILE__) . '/includes/class-show-content-after-submit.php'; function ele_extensions_add_scripts () { - wp_enqueue_script( 'custom-js', plugin_dir_url( __FILE__ ) . 'assets/script.js', array( 'jquery' ), '1.3' ); - wp_enqueue_style( 'custom-style', plugin_dir_url( __FILE__ ) . 'assets/style.css', array(), '1.3' ); + 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' ); } add_action( 'wp_enqueue_scripts', 'ele_extensions_add_scripts' ); diff --git a/readme.txt b/readme.txt index 5ac77b0..46cfd96 100755 --- a/readme.txt +++ b/readme.txt @@ -2,10 +2,10 @@ Contributors: EVCODE Donate link: https://eduardovillao.me/ Tags: elementor, elementor form, elementor plugins, form -Requires at least: 4.9 -Tested up to: 5.7 -Stable tag: 1.3.5 -Requires PHP: 5.6 +Requires at least: 5.4 +Tested up to: 6.0 +Stable tag: 1.3.6 +Requires PHP: 7.0 License: GPLv2License URI:https://www.gnu.org/licenses/gpl-2.0.html @@ -55,22 +55,20 @@ Please, send to me: [plugins@eduardovillao.me](mailto:plugins@eduardovillao.me) == Changelog == -= 1.3.1 = += 1.3.6 = +* Changed: Compatibility with WordPress 6.0. += 1.3.1 = * Compatibility with WordPress 5.7. = 1.3 = - * Fixed hide form after submit. = 1.2 = - * Add support for break line with token %break%. = 1.1 = - * Fix bug on phone number. = 1.0 = - * Initial release. \ No newline at end of file