Plugin Directory

Changeset 3440503


Ignore:
Timestamp:
01/15/2026 03:54:20 PM (3 months ago)
Author:
lazychat
Message:

Update LazyChat to version 1.4.19

Location:
lazychat/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lazychat/trunk/lazychat.php

    r3440474 r3440503  
    44 * Plugin URI: https://app.lazychat.io
    55 * Description: Connect your WooCommerce store with LazyChat's AI-powered customer support platform. Automatically sync products and orders via webhooks.
    6  * Version: 1.4.18
     6 * Version: 1.4.19
    77 * Author: LazyChat
    88 * License: GPL v2 or later
     
    2525
    2626// Define plugin constants
    27 define('LAZYCHAT_VERSION', '1.4.18');
     27define('LAZYCHAT_VERSION', '1.4.19');
    2828define('LAZYCHAT_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2929define('LAZYCHAT_PLUGIN_URL', plugin_dir_url(__FILE__));
  • lazychat/trunk/readme.txt

    r3440474 r3440503  
    11=== LazyChat ===
    22Contributors: lazychat
    3 Tags: woocommerce, customer support, ai, chatbot, webhook
     3Tags: lazychat, message automation, whatsapp automation, customer support, woocommerce
    44Requires at least: 5.8
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.4.18
     7Stable tag: 1.4.19
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1515LazyChat integrates your WooCommerce store with LazyChat's AI-powered customer support platform, enabling automatic synchronization of products, orders, and customers.
    1616
     17**Developed by [LazyChat](https://lazychat.io)**
     18
    1719**Features:**
    1820
     
    2022* Order creation and management via REST API
    2123* Customer data integration
    22 * Secure API connection with bearer token authentication
     24* Secure API connection
    2325* Category and attribute management
    2426* Product variant support
    25 * Comprehensive error logging
    2627
    2728**How it works:**
     
    29301. Install and activate the plugin
    30312. Navigate to WooCommerce > LazyChat Settings
    31 3. Enter your Shop ID and Bearer Token from LazyChat
    32 4. Connect and start syncing your data
     323. Login with your LazyChat account
     334. Click the Sync button to sync your products
    3334
    3435== Installation ==
    3536
    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
     371. Go to Plugins > Add New in your WordPress dashboard
     382. Search for "LazyChat"
     393. Click "Install Now" and then "Activate"
     404. Navigate to WooCommerce > LazyChat Settings
     415. Login with your LazyChat account (email and password from app.lazychat.io)
     426. Click the Sync button to sync your products
    4143
    4244== Frequently Asked Questions ==
     
    5052Yes, you need an active LazyChat account to use this plugin. Sign up at https://app.lazychat.io
    5153
    52 = Where do I find my Shop ID and Bearer Token? =
     54= How do I connect my store? =
    5355
    54 You can find your Shop ID and Bearer Token in your LazyChat account dashboard under the WooCommerce integration section.
     56Simply login with your LazyChat account email and password in the plugin settings. Your store will connect automatically.
    5557
    5658= Does this plugin work with WooCommerce product variations? =
     
    6062== External services ==
    6163
    62 This plugin connects to LazyChat's external servers to provide AI-powered customer support functionality for your WooCommerce store.
    63 
    64 = LazyChat API =
     64This plugin connects to LazyChat servers to sync your WooCommerce data.
    6565
    6666**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 webhooks
    71 * **Store credentials** - sent during authentication to establish secure connection
    72 * **Site information** (WordPress version, WooCommerce version, plugin version) - sent for compatibility and debugging purposes
    73 
    74 **When data is transmitted:**
    75 
    76 * When you login and connect your WooCommerce store
    77 * When product webhooks are triggered (automatic sync on create/update/delete)
    78 * When you manually sync products from the settings page
    79 * When the plugin settings page is loaded (connection verification)
    80 * When the plugin status is toggled on/off
    81 
    82 = LazyChat Serverless Webhooks =
    83 
    84 **Service URL:** https://serverless.lazychat.io
    85 
    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 platform
    9167
    9268* [Terms of Service](https://app.lazychat.io/legal/terms-and-conditions)
    9369* [Privacy Policy](https://app.lazychat.io/legal/privacy-policy)
    9470
    95 All data transmission uses secure HTTPS connections with bearer token authentication.
    96 
    9771== Changelog ==
    9872
     73= 1.4.19 =
     74* Improved README and plugin documentation
     75* Updated installation instructions
     76
    9977= 1.4.16 =
    100 * Improved security: sanitized all $_SERVER inputs and enhanced code quality
    101 * Updated external services documentation for WordPress plugin guidelines compliance
     78* Security improvements
     79* Code quality enhancements
    10280
    10381= 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
    10883
    10984= 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
    11586
    11687== Upgrade Notice ==
    11788
    118 = 1.4.10 =
    119 WordPress coding standards improvements and security enhancements.
     89= 1.4.19 =
     90Updated documentation and installation flow.
Note: See TracChangeset for help on using the changeset viewer.