Changeset 3376527
- Timestamp:
- 10/11/2025 05:49:17 AM (6 months ago)
- File:
-
- 1 edited
-
w3swoozoho/trunk/w3swoozoho.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
w3swoozoho/trunk/w3swoozoho.php
r3154944 r3376527 1 1 <?php 2 2 /** 3 * WooCommerce to Zoho CRM 4 * 5 * @package W3SWooZoho 6 * @author W3SCloud Technology 7 * @copyright 2020 W3SCloud Technology 8 * @license GPL-2.0-or-later 9 * 10 * @wordpress-plugin 11 * Plugin Name: WooCommerce to Zoho CRM 3 * Plugin Name: W3S Connector for WooCommerce and Zoho CRM 12 4 * Plugin URI: https://w3scloud.com/woozoho/ 13 * Description: Connect Zoho with WooCommerce. Send customer information to your Zoho CRM.14 * Version: 1.3. 15 * Description: Connect your WooCommerce store with Zoho CRM. Send customer information and order data securely to Zoho CRM. 6 * Version: 1.3.2 15 7 * Requires at least: 5.2 16 8 * Requires PHP: 7.4 … … 20 12 * Domain Path: /languages 21 13 * License: GPL v2 or later 22 * License URI: http ://www.gnu.org/licenses/gpl-2.0.txt14 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 23 15 * WC requires at least: 5.2 24 * WC tested up to: 6.6.2 16 * WC tested up to: 8.3.0 17 * 18 * @package W3SWooZoho 19 * @copyright 2020-2025 W3SCloud Technology 20 * 21 * @note This plugin is not affiliated with or endorsed by WooCommerce or Zoho Corporation. 25 22 */ 26 23 … … 129 126 */ 130 127 run_w3s_woo_zoho(); 131
Note: See TracChangeset
for help on using the changeset viewer.