Skip to content

Commit

Permalink
chore: compatibility with wp 6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardovillao committed Nov 5, 2024
1 parent 9fee86c commit 07be706
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: evcode
Donate link: https://eduardovillao.me/
Tags: woocommerce, whatsapp, products, order, woocommerce whatsapp, whatsapp order woocommerce, woocommerce mobile
Requires at least: 5.5
Tested up to: 6.5
Stable tag: 2.3.3
Tested up to: 6.7
Stable tag: 2.3.4
Requires PHP: 7.0
License: GPLv2License
URI:https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -73,6 +73,10 @@ Please, send to me: [[email protected]](mailto:[email protected])

== Changelog ==

= 2.3.4 =
Changed: compatibility with WordPress 6.7.
Changed: code improvements.

= 2.3.3 =
Changed: compatibility with WordPress 6.5.
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: 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.3.3
* Version: 2.3.4
* Requires at least: 5.5
* Requires PHP: 7.0
* Text Domain: woo-order-on-whatsapp
Expand All @@ -19,7 +19,7 @@

define( 'OMW_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
define( 'OMW_PLUGN_URL', plugin_dir_url( __FILE__ ) );
define( 'OMW_VERSION', '2.3.3' );
define( 'OMW_VERSION', '2.3.4' );
define( 'OMW_PHP_MINIMUM_VERSION', '7.0' );
define( 'OMW_WP_MINIMUM_VERSION', '5.5' );

Expand Down

0 comments on commit 07be706

Please sign in to comment.