Changeset 3440503
- Timestamp:
- 01/15/2026 03:54:20 PM (3 months ago)
- Location:
- lazychat/trunk
- Files:
-
- 2 edited
-
lazychat.php (modified) (2 diffs)
-
readme.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lazychat/trunk/lazychat.php
r3440474 r3440503 4 4 * Plugin URI: https://app.lazychat.io 5 5 * Description: Connect your WooCommerce store with LazyChat's AI-powered customer support platform. Automatically sync products and orders via webhooks. 6 * Version: 1.4.1 86 * Version: 1.4.19 7 7 * Author: LazyChat 8 8 * License: GPL v2 or later … … 25 25 26 26 // Define plugin constants 27 define('LAZYCHAT_VERSION', '1.4.1 8');27 define('LAZYCHAT_VERSION', '1.4.19'); 28 28 define('LAZYCHAT_PLUGIN_DIR', plugin_dir_path(__FILE__)); 29 29 define('LAZYCHAT_PLUGIN_URL', plugin_dir_url(__FILE__)); -
lazychat/trunk/readme.txt
r3440474 r3440503 1 1 === LazyChat === 2 2 Contributors: lazychat 3 Tags: woocommerce, customer support, ai, chatbot, webhook3 Tags: lazychat, message automation, whatsapp automation, customer support, woocommerce 4 4 Requires at least: 5.8 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.4.1 87 Stable tag: 1.4.19 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 15 15 LazyChat integrates your WooCommerce store with LazyChat's AI-powered customer support platform, enabling automatic synchronization of products, orders, and customers. 16 16 17 **Developed by [LazyChat](https://lazychat.io)** 18 17 19 **Features:** 18 20 … … 20 22 * Order creation and management via REST API 21 23 * Customer data integration 22 * Secure API connection with bearer token authentication24 * Secure API connection 23 25 * Category and attribute management 24 26 * Product variant support 25 * Comprehensive error logging26 27 27 28 **How it works:** … … 29 30 1. Install and activate the plugin 30 31 2. Navigate to WooCommerce > LazyChat Settings 31 3. Enter your Shop ID and Bearer Token from LazyChat32 4. C onnect and start syncing your data32 3. Login with your LazyChat account 33 4. Click the Sync button to sync your products 33 34 34 35 == Installation == 35 36 36 1. Upload the plugin files to the `/wp-content/plugins/lazychat` directory, or install the plugin through the WordPress plugins screen directly 37 2. Activate the plugin through the 'Plugins' screen in WordPress 38 3. Navigate to WooCommerce > LazyChat Settings to configure the plugin 39 4. Enter your Shop ID and Bearer Token provided by LazyChat 40 5. Click "Connect to LazyChat" to establish the connection 37 1. Go to Plugins > Add New in your WordPress dashboard 38 2. Search for "LazyChat" 39 3. Click "Install Now" and then "Activate" 40 4. Navigate to WooCommerce > LazyChat Settings 41 5. Login with your LazyChat account (email and password from app.lazychat.io) 42 6. Click the Sync button to sync your products 41 43 42 44 == Frequently Asked Questions == … … 50 52 Yes, you need an active LazyChat account to use this plugin. Sign up at https://app.lazychat.io 51 53 52 = Where do I find my Shop ID and Bearer Token? =54 = How do I connect my store? = 53 55 54 You can find your Shop ID and Bearer Token in your LazyChat account dashboard under the WooCommerce integration section.56 Simply login with your LazyChat account email and password in the plugin settings. Your store will connect automatically. 55 57 56 58 = Does this plugin work with WooCommerce product variations? = … … 60 62 == External services == 61 63 62 This plugin connects to LazyChat's external servers to provide AI-powered customer support functionality for your WooCommerce store. 63 64 = LazyChat API = 64 This plugin connects to LazyChat servers to sync your WooCommerce data. 65 65 66 66 **Service URL:** https://app.lazychat.io 67 68 This plugin sends the following data to LazyChat servers:69 70 * **Product information** (names, prices, images, descriptions, SKUs, stock status) - sent when products are created, updated, or deleted via webhooks71 * **Store credentials** - sent during authentication to establish secure connection72 * **Site information** (WordPress version, WooCommerce version, plugin version) - sent for compatibility and debugging purposes73 74 **When data is transmitted:**75 76 * When you login and connect your WooCommerce store77 * When product webhooks are triggered (automatic sync on create/update/delete)78 * When you manually sync products from the settings page79 * When the plugin settings page is loaded (connection verification)80 * When the plugin status is toggled on/off81 82 = LazyChat Serverless Webhooks =83 84 **Service URL:** https://serverless.lazychat.io85 86 Used for real-time webhook delivery for product updates. Receives the same product data as described above.87 88 = Service Provider =89 90 **LazyChat** - AI-powered customer support platform91 67 92 68 * [Terms of Service](https://app.lazychat.io/legal/terms-and-conditions) 93 69 * [Privacy Policy](https://app.lazychat.io/legal/privacy-policy) 94 70 95 All data transmission uses secure HTTPS connections with bearer token authentication.96 97 71 == Changelog == 98 72 73 = 1.4.19 = 74 * Improved README and plugin documentation 75 * Updated installation instructions 76 99 77 = 1.4.16 = 100 * Improved security: sanitized all $_SERVER inputs and enhanced code quality101 * Updated external services documentation for WordPress plugin guidelines compliance78 * Security improvements 79 * Code quality enhancements 102 80 103 81 = 1.4.10 = 104 * Fixed rand() to use wp_rand() for WordPress coding standards 105 * Wrapped error_log() calls with WP_DEBUG checks 106 * Added translator comments for i18n compliance 107 * Code cleanup and optimization 82 * Bug fixes and optimizations 108 83 109 84 = 1.3.39 = 110 * Fixed nonce sanitization for WordPress.org compliance 111 * Removed external file dependencies 112 * Added translator comments for i18n compliance 113 * Code cleanup and optimization 114 * Improved error handling 85 * Stability improvements 115 86 116 87 == Upgrade Notice == 117 88 118 = 1.4.1 0=119 WordPress coding standards improvements and security enhancements.89 = 1.4.19 = 90 Updated documentation and installation flow.
Note: See TracChangeset
for help on using the changeset viewer.