Skip to content

Commit

Permalink
Merge pull request #2 from eduardovillao/update-wp-6.5
Browse files Browse the repository at this point in the history
Support to wp 6.5
  • Loading branch information
eduardovillao authored Apr 7, 2024
2 parents dcd6f00 + c1c9839 commit 30488c5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions extensions-for-elementor-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Author: EduardoVillao.me
* Author URI: https://eduardovillao.me/
* Text Domain: extensions-for-elementor-form
* Version: 2.0.1
* Version: 2.0.2
* Requires at least: 5.5
* Requires PHP: 7.0
* License: GPL-2.0+
Expand All @@ -22,7 +22,7 @@

define( 'EEF_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
define( 'EEF_PLUGN_URL', plugin_dir_url( __FILE__ ) );
define( 'EEF_VERSION', '2.0.1' );
define( 'EEF_VERSION', '2.0.2' );
define( 'EEF_PHP_MINIMUM_VERSION', '7.0' );
define( 'EEF_WP_MINIMUM_VERSION', '5.5' );

Expand Down
10 changes: 7 additions & 3 deletions readme.txt
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: EVCODE
Donate link: https://eduardovillao.me/
Tags: elementor, elementor form, elementor plugins, form, register post, register custom post type
Requires at least: 5.4
Tested up to: 6.2
Stable tag: 2.0.1
Requires at least: 5.5
Tested up to: 6.5
Stable tag: 2.0.2
Requires PHP: 7.0
License: GPLv2License
URI:https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -61,6 +61,10 @@ No! This extensions will be work only with Elementor plugin.

== Changelog ==

= 2.0.2 =
* Changed: compatibility with WordPress 6.5
* Changed: code improvements

= 2.0.1 =
* Changed: compatibility with WordPress 6.2

Expand Down

0 comments on commit 30488c5

Please sign in to comment.