Skip to content

Commit

Permalink
Merge pull request #1 from eduardovillao/dev
Browse files Browse the repository at this point in the history
v2.1
  • Loading branch information
eduardovillao authored May 14, 2022
2 parents 41030f2 + aa94858 commit 5ab7ea4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
11 changes: 7 additions & 4 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -73,6 +73,9 @@ Please, send to me: [[email protected]](mailto:[email protected])

== Changelog ==

2.0 =
= 2.1 =
Changed: compatibility with WordPress 6.0.

= 2.0 =
* Change: code improvements to support pro version.
* Added: new options template.
8 changes: 4 additions & 4 deletions woo-order-on-whatsapp.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -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
Expand Down

0 comments on commit 5ab7ea4

Please sign in to comment.