Changeset 3395638
- Timestamp:
- 11/14/2025 09:58:36 AM (5 months ago)
- Location:
- lenochat
- Files:
-
- 26 added
- 3 edited
-
tags/1.0.1 (added)
-
tags/1.0.1/LICENSE (added)
-
tags/1.0.1/admin (added)
-
tags/1.0.1/admin/assets (added)
-
tags/1.0.1/admin/assets/css (added)
-
tags/1.0.1/admin/assets/css/font.css (added)
-
tags/1.0.1/admin/assets/css/main.css (added)
-
tags/1.0.1/admin/assets/fonts (added)
-
tags/1.0.1/admin/assets/fonts/inter-v18-latin-300.woff2 (added)
-
tags/1.0.1/admin/assets/fonts/inter-v18-latin-500.woff2 (added)
-
tags/1.0.1/admin/assets/fonts/inter-v18-latin-600.woff2 (added)
-
tags/1.0.1/admin/assets/fonts/inter-v18-latin-700.woff2 (added)
-
tags/1.0.1/admin/assets/fonts/inter-v18-latin-regular.woff2 (added)
-
tags/1.0.1/admin/assets/images (added)
-
tags/1.0.1/admin/assets/images/lenochatbanner.svg (added)
-
tags/1.0.1/admin/class-lenochat-submenu-page.php (added)
-
tags/1.0.1/admin/class-lenochat-submenu.php (added)
-
tags/1.0.1/admin/language (added)
-
tags/1.0.1/admin/language/en.php (added)
-
tags/1.0.1/admin/language/tr.php (added)
-
tags/1.0.1/admin/lenochat-env-functions.php (added)
-
tags/1.0.1/admin/views (added)
-
tags/1.0.1/admin/views/lenochat-login.php (added)
-
tags/1.0.1/data-env.php (added)
-
tags/1.0.1/lenochat.php (added)
-
tags/1.0.1/readme.txt (added)
-
trunk/data-env.php (modified) (1 diff)
-
trunk/lenochat.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lenochat/trunk/data-env.php
r3295761 r3395638 3 3 return [ 4 4 "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", 6 6 "LENOCHAT_URL" => "https://www.lenochat.com/", 7 7 "LENOCHAT_APP_URL" => "https://my.lenochat.com/", -
lenochat/trunk/lenochat.php
r3295761 r3395638 4 4 * 5 5 * @link http://www.lenochat.com 6 * @since 1.0. 06 * @since 1.0.1 7 7 * @package LenoChat 8 8 * … … 11 11 * Plugin URI: http://www.lenochat.com 12 12 * 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. 013 * Version: 1.0.1 14 14 * Author: LenoChat 15 15 * Author URI: https://www.lenochat.com … … 24 24 25 25 // Define constants for the plugin 26 define("LENOCHAT_VERSION", "1.0. 0");26 define("LENOCHAT_VERSION", "1.0.1"); 27 27 define("LENOCHAT_PLUGIN_DIR", plugin_dir_path(__FILE__)); 28 28 define("LENOCHAT_PLUGIN_URL", plugin_dir_url(__FILE__)); … … 45 45 return [ 46 46 "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", 48 48 ]; 49 49 } -
lenochat/trunk/readme.txt
r3386676 r3395638 5 5 Requires PHP: 7.2 6 6 Tested up to: 6.8 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 Donate link: https://www.lenochat.com 9 9 License: GPL-2.0+ … … 113 113 114 114 == Changelog == 115 = 1.0.1 = 116 * Updated AUTH_URL endpoint 117 115 118 = 1.0.0 = 116 119 * Initial release 117 120 118 121 == Upgrade Notice == 122 = 1.0.1 = 123 Updated authentication endpoint URL. 124 119 125 = 1.0.0 = 120 126 Initial release of LenoChat plugin.
Note: See TracChangeset
for help on using the changeset viewer.