Skip to content

Commit

Permalink
Merge pull request #8 from eduardovillao/feature/release-v2.4.1
Browse files Browse the repository at this point in the history
Set new version 2.4.1
  • Loading branch information
eduardovillao authored Jan 5, 2025
2 parents 990d5fe + 5398bc6 commit d8cc040
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 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: woocommerce, whatsapp, order on whatsapp
Requires at least: 5.5
Tested up to: 6.7
Stable tag: 2.4
Stable tag: 2.4.1
Requires PHP: 7.4
License: GPLv2License
URI:https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -72,6 +72,9 @@ We’d love to hear from you! [[email protected]](mailto:plugins@eduardov

== Changelog ==

= 2.4.1 =
Changed: code improvements.

= 2.4 =
Changed: PHP minimum version required change to 7.4.
Changed: code improvements.
Expand Down
4 changes: 2 additions & 2 deletions woo-order-on-whatsapp.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Order on Mobile for WooCommerce allows your customers to submit their orders through WhatsApp, directly from the Woocommerce product page.
* Author: EduardoVillao.me
* Author URI: https://eduardovillao.me/
* Version: 2.4
* Version: 2.4.1
* Requires at least: 5.5
* Requires PHP: 7.4
* Text Domain: woo-order-on-whatsapp
Expand All @@ -20,7 +20,7 @@

define( 'OMW_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
define( 'OMW_PLUGN_URL', plugin_dir_url( __FILE__ ) );
define( 'OMW_VERSION', '2.4' );
define( 'OMW_VERSION', '2.4.1' );
define( 'OMW_PHP_MINIMUM_VERSION', '7.4' );
define( 'OMW_WP_MINIMUM_VERSION', '5.5' );

Expand Down

0 comments on commit d8cc040

Please sign in to comment.