Changeset 2851859
- Timestamp:
- 01/20/2023 12:25:55 PM (3 years ago)
- Location:
- order-on-mobile-for-woocommerce/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
woocommerce-order-on-whatsapp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
order-on-mobile-for-woocommerce/trunk/README.txt
r2783736 r2851859 3 3 Donate link: https://pages.razorpay.com/intolap 4 4 Tags: woocommerce, whatsapp, products, order, wordpress, woocommerce whatsapp, whatsapp order woocommerce 5 Requires at least: 5.96 Tested up to: 6. 07 WC requires at least: 6.88 WC tested up to: 6.85 Requires at least: 6.1 6 Tested up to: 6.1 7 WC requires at least: 7.0 8 WC tested up to: 7.3 9 9 Stable tag: trunk 10 Requires PHP: 7. 210 Requires PHP: 7.4 11 11 License: GPLv2 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 106 106 * [Dokan Lite](https://wordpress.org/plugins/dokan-lite/) 107 107 * [Dokan Pro](https://wedevs.com/dokan/) 108 * [ WCMP](https://wc-marketplace.com/)108 * [MultivendorX](https://multivendorx.com/) 109 109 * [Smart Currency Detector](https://wordpress.org/plugins/scd-smart-currency-detector/) 110 110 * [SCD for Dokan](https://www.gajelabs.com/our-products-page/) -
order-on-mobile-for-woocommerce/trunk/woocommerce-order-on-whatsapp.php
r2666729 r2851859 10 10 * Description: This plugin enables store owners to receive orders on WhatsApp. It enables a Order on WhatsApp button which is displayed on the Shop, Single product, Cart pages. 11 11 * Version: 2.2 12 * WC requires at least: 6.013 * WC tested up to: 6.112 * WC requires at least: 7.0 13 * WC tested up to: 7.3 14 14 * Author: INTOLAP 15 15 * Author URI: http://www.intolap.com/ … … 28 28 * Currently plugin version. 29 29 */ 30 define( 'WOOCOMMERCE_ORDER_ON_WHATSAPP_VERSION', '2. 0' );30 define( 'WOOCOMMERCE_ORDER_ON_WHATSAPP_VERSION', '2.2' ); 31 31 32 32 /**
Note: See TracChangeset
for help on using the changeset viewer.