diff --git a/README.txt b/README.txt index 88ba810..d368ee9 100644 --- a/README.txt +++ b/README.txt @@ -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 @@ -72,6 +72,9 @@ We’d love to hear from you! [plugins@eduardovillao.me](mailto:plugins@eduardov == Changelog == += 2.4.1 = +Changed: code improvements. + = 2.4 = Changed: PHP minimum version required change to 7.4. Changed: code improvements. diff --git a/woo-order-on-whatsapp.php b/woo-order-on-whatsapp.php index de7d11a..31e24d7 100644 --- a/woo-order-on-whatsapp.php +++ b/woo-order-on-whatsapp.php @@ -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 @@ -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' );