Skip to content

Commit

Permalink
chore: compatibility with wp 6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardovillao committed Nov 5, 2024
1 parent 8286362 commit eadc562
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions form-masks-for-elementor.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* 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.4
* Version: 1.6.5
* Requires at least: 5.5
* Requires PHP: 7.0
* Text Domain: form-masks-for-elementor
Expand Down Expand Up @@ -34,7 +34,7 @@

define( 'FME_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
define( 'FME_PLUGN_URL', plugin_dir_url( __FILE__ ) );
define( 'FME_VERSION' , '1.6.4' );
define( 'FME_VERSION' , '1.6.5' );
define( 'FME_PHP_MINIMUM_VERSION', '7.0' );
define( 'FME_WP_MINIMUM_VERSION', '5.5' );

Expand Down
7 changes: 5 additions & 2 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, form, mask, elementor mask, formulario, form mask
Requires at least: 5.5
Tested up to: 6.5
Stable tag: 1.6.4
Tested up to: 6.7
Stable tag: 1.6.5
Requires PHP: 7.0
License: GPLv2License
URI:https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -85,6 +85,9 @@ Please, send to me: [[email protected]](mailto:[email protected])

== Changelog ==

* Changed: compatibility with WordPress 6.7.
* Changed: code improvements.

= 1.6.5 =
* Changed: compatibility with WordPress 6.5.
* Changed: code improvements.
Expand Down

0 comments on commit eadc562

Please sign in to comment.