Skip to content

Commit

Permalink
v1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardovillao committed Nov 3, 2022
1 parent 5bc3043 commit 7f4906c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
8 changes: 4 additions & 4 deletions extensions-for-elementor-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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' );
Expand All @@ -33,4 +33,4 @@ function ele_extensions_check_elementorpro_active () {
}
}

add_action('admin_notices', 'ele_extensions_check_elementorpro_active');
add_action('admin_notices', 'ele_extensions_check_elementorpro_active');
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand All @@ -71,4 +74,4 @@ Please, send to me: [plugins@eduardovillao.me](mailto:plugins@eduardovillao.me)
* Fix bug on phone number.

= 1.0 =
* Initial release.
* Initial release.

0 comments on commit 7f4906c

Please sign in to comment.