Skip to content

Commit

Permalink
chore: set version
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardovillao committed Jan 6, 2025
1 parent 004cdd4 commit 5f8ccf4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ We’d love to hear from you! [[email protected]](mailto:plugins@eduardov

## Changelog
```
= 2.3 =
* Changed: refactor code to support Pro version.
* Changed: improve assets build process.
= 2.2 =
* Changed: code improvements.
Expand Down
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.2
* Version: 2.3
* Requires at least: 5.5
* Requires PHP: 7.4
* License: GPL-2.0+
Expand All @@ -19,7 +19,7 @@

define( 'EEF_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
define( 'EEF_PLUGN_URL', plugin_dir_url( __FILE__ ) );
define( 'EEF_VERSION', '2.2' );
define( 'EEF_VERSION', '2.3' );
define( 'EEF_PHP_MINIMUM_VERSION', '7.4' );
define( 'EEF_WP_MINIMUM_VERSION', '5.5' );
define( 'EEF_PLUGIN_MAIN_FILE', __FILE__ );
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://eduardovillao.me/
Tags: elementor, elementor form, register custom post type, whatsapp
Requires at least: 5.5
Tested up to: 6.7
Stable tag: 2.2
Stable tag: 2.3
Requires PHP: 7.4
License: GPL-2.0+
URI:https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -66,6 +66,11 @@ No! This extensions will be work only with Elementor plugin.
== Screenshots ==

== Changelog ==

= 2.3 =
* Changed: refactor code to support Pro version.
* Changed: improve assets build process.

= 2.2 =
* Changed: code improvements.

Expand Down

0 comments on commit 5f8ccf4

Please sign in to comment.