Skip to content

Commit

Permalink
Merge pull request #4 from eduardovillao/feature/improve-code
Browse files Browse the repository at this point in the history
chore: upadte readme detail + code improvements
  • Loading branch information
eduardovillao authored Nov 27, 2024
2 parents 208ff72 + 8db1550 commit 75261c3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions extensions-for-elementor-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
* Author: EduardoVillao.me
* Author URI: https://eduardovillao.me/
* Text Domain: extensions-for-elementor-form
* Version: 2.1
* Version: 2.2
* Requires at least: 5.5
* Requires PHP: 7.4
* License: GPL v2 or later
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Requires Plugins: elementor-pro
*/
Expand All @@ -20,7 +20,7 @@

define( 'EEF_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
define( 'EEF_PLUGN_URL', plugin_dir_url( __FILE__ ) );
define( 'EEF_VERSION', '2.1' );
define( 'EEF_VERSION', '2.2' );
define( 'EEF_PHP_MINIMUM_VERSION', '7.4' );
define( 'EEF_WP_MINIMUM_VERSION', '5.5' );

Expand Down
2 changes: 0 additions & 2 deletions index.php

This file was deleted.

10 changes: 6 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
=== Extensions for Elementor Form ===
Contributors: EVCODE
Donate link: https://eduardovillao.me/
Tags: elementor, elementor form, elementor plugins, form, register post, register custom post type
Tags: elementor, elementor form, register custom post type, whatsapp
Requires at least: 5.5
Tested up to: 6.7
Stable tag: 2.1
Stable tag: 2.2
Requires PHP: 7.4
License: GPL v2 or later
License: GPL-2.0+
URI:https://www.gnu.org/licenses/gpl-2.0.html

== Description ==
Expand Down Expand Up @@ -60,11 +60,13 @@ No! This extensions will be work only with Elementor plugin.
== Screenshots ==

== Changelog ==
= 2.2 =
* Changed: code improvements.

= 2.1 =
* Added: dynamic controls to phone and message on WhatsApp redirection action.
* Changed: PHP minimum version set to 7.4.
* Changes: code improvements.
* Changed: code improvements.

= 2.0.3 =
* Changed: compatibility with WordPress 6.7
Expand Down

0 comments on commit 75261c3

Please sign in to comment.