diff --git a/README.txt b/README.txt index a201dbd..bd666b1 100644 --- a/README.txt +++ b/README.txt @@ -2,9 +2,9 @@ Contributors: evcode Donate link: https://eduardovillao.me/ Tags: woocommerce, whatsapp, products, order, woocommerce whatsapp, whatsapp order woocommerce, woocommerce mobile -Requires at least: 5.3 -Tested up to: 5.9 -Stable tag: 2.0 +Requires at least: 5.4 +Tested up to: 6.0 +Stable tag: 2.1 Requires PHP: 7.0 License: GPLv2License URI:https://www.gnu.org/licenses/gpl-2.0.html @@ -73,6 +73,9 @@ Please, send to me: [plugins@eduardovillao.me](mailto:plugins@eduardovillao.me) == Changelog == -2.0 = += 2.1 = +Changed: compatibility with WordPress 6.0. + += 2.0 = * Change: code improvements to support pro version. * Added: new options template. \ No newline at end of file diff --git a/woo-order-on-whatsapp.php b/woo-order-on-whatsapp.php index 6b44149..b3a393d 100644 --- a/woo-order-on-whatsapp.php +++ b/woo-order-on-whatsapp.php @@ -5,8 +5,8 @@ * Description: Receive orders requests direct on your phone from buttons on your woocommerce product page, cart page and after the checkout. * Author: EduardoVillao.me * Author URI: https://eduardovillao.me/ - * Version: 2.0 - * Requires at least: 5.3 + * Version: 2.1 + * Requires at least: 5.4 * Requires PHP: 7.0 * Text Domain: woo-order-on-whatsapp * License: GPL-2.0+ @@ -19,9 +19,9 @@ define( 'OMW_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); define( 'OMW_PLUGN_URL', plugin_dir_url( __FILE__ ) ); -define( 'OMW_VERSION', '2.0' ); +define( 'OMW_VERSION', '2.1' ); define( 'OMW_PHP_MINIMUM_VERSION', '7.0' ); -define( 'OMW_WP_MINIMUM_VERSION', '5.3' ); +define( 'OMW_WP_MINIMUM_VERSION', '5.4' ); /** * Check PHP and WP version before include plugin class