Plugin Directory

Changeset 3395638


Ignore:
Timestamp:
11/14/2025 09:58:36 AM (5 months ago)
Author:
lenochat
Message:

Release version 1.0.1: Update AUTH_URL endpoint

Location:
lenochat
Files:
26 added
3 edited

Legend:

Unmodified
Added
Removed
  • lenochat/trunk/data-env.php

    r3295761 r3395638  
    33return [
    44    "LENOCHAT_JS_URL" => "https://my-cdn.lenochat.com/lenochat.js",
    5     "AUTH_URL" => "https://09v47tybp1.execute-api.us-east-1.amazonaws.com/prod/v1/public/auth",
     5    "AUTH_URL" => "https://8twcxgmmjb.execute-api.us-east-1.amazonaws.com/prod/v1/public/auth",
    66    "LENOCHAT_URL" => "https://www.lenochat.com/",
    77    "LENOCHAT_APP_URL" => "https://my.lenochat.com/",
  • lenochat/trunk/lenochat.php

    r3295761 r3395638  
    44 *
    55 * @link              http://www.lenochat.com
    6  * @since             1.0.0
     6 * @since             1.0.1
    77 * @package           LenoChat
    88 *
     
    1111 * Plugin URI:        http://www.lenochat.com
    1212 * Description:       Real-Time Conversations Made Simple! Enjoy engaging with your website visitors in real-time using LenoChat. Max out Customer Experience & Skyrocket Your Business Growth Deliver better support, faster responses, and stronger connections.
    13  * Version:           1.0.0
     13 * Version:           1.0.1
    1414 * Author:            LenoChat
    1515 * Author URI:        https://www.lenochat.com
     
    2424
    2525// Define constants for the plugin
    26 define("LENOCHAT_VERSION", "1.0.0");
     26define("LENOCHAT_VERSION", "1.0.1");
    2727define("LENOCHAT_PLUGIN_DIR", plugin_dir_path(__FILE__));
    2828define("LENOCHAT_PLUGIN_URL", plugin_dir_url(__FILE__));
     
    4545        return [
    4646            "LENOCHAT_JS_URL" => "https://my-cdn.lenochat.com/lenochat.js",
    47             "AUTH_URL" => "https://09v47tybp1.execute-api.us-east-1.amazonaws.com/prod/v1/public/auth",
     47            "AUTH_URL" => "https://8twcxgmmjb.execute-api.us-east-1.amazonaws.com/prod/v1/public/auth",
    4848        ];
    4949    }
  • lenochat/trunk/readme.txt

    r3386676 r3395638  
    55Requires PHP: 7.2
    66Tested up to: 6.8
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88Donate link: https://www.lenochat.com
    99License: GPL-2.0+
     
    113113
    114114== Changelog ==
     115= 1.0.1 =
     116* Updated AUTH_URL endpoint
     117
    115118= 1.0.0 =
    116119* Initial release
    117120
    118121== Upgrade Notice ==
     122= 1.0.1 =
     123Updated authentication endpoint URL.
     124
    119125= 1.0.0 =
    120126Initial release of LenoChat plugin.
Note: See TracChangeset for help on using the changeset viewer.