Changeset 3400760
- Timestamp:
- 11/22/2025 02:48:19 AM (4 months ago)
- Location:
- linkflow-chat/trunk
- Files:
-
- 2 added
- 3 deleted
- 5 edited
-
assets/dist/.vite/manifest.json (modified) (1 diff)
-
assets/dist/css/main-CpkvJNL2.css (deleted)
-
assets/dist/css/main-iF-OlW1F.css (added)
-
assets/dist/js/main-C1uJ7QTD.js (added)
-
assets/dist/js/main-fHZARhsO.js (deleted)
-
frontend/src/styles (deleted)
-
linkflow-chat.php (modified) (2 diffs)
-
plugin-info.json (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
version.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
linkflow-chat/trunk/assets/dist/.vite/manifest.json
r3400753 r3400760 1 1 { 2 2 "src/main.tsx": { 3 "file": "js/main- fHZARhsO.js",3 "file": "js/main-C1uJ7QTD.js", 4 4 "name": "main", 5 5 "src": "src/main.tsx", 6 6 "isEntry": true, 7 7 "css": [ 8 "css/main- CpkvJNL2.css"8 "css/main-iF-OlW1F.css" 9 9 ] 10 10 } -
linkflow-chat/trunk/linkflow-chat.php
r3400753 r3400760 5 5 * Plugin URI: https://linkflow.chat 6 6 * Description: LinkFlow Chat integrates advanced AI like ChatGPT into WordPress for smart conversations. It seamlessly hands off to WhatsApp and social platforms when needed, not only boosting satisfaction but also helping you grow your follower count and community. 7 * Version: 1.0. 57 * Version: 1.0.6 8 8 * Author: LinkFlow.chat 9 9 * License: GPL v2 or later … … 49 49 do_action( 'linkflowChat_fs_loaded' ); 50 50 // Define plugin constants 51 define( 'LINKFLOW_CHAT_VERSION', '1.0. 5' );51 define( 'LINKFLOW_CHAT_VERSION', '1.0.6' ); 52 52 define( 'LINKFLOW_CHAT_PLUGIN_FILE', __FILE__ ); 53 53 define( 'LINKFLOW_CHAT_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
linkflow-chat/trunk/plugin-info.json
r3400753 r3400760 2 2 "name": "LinkFlow Chat – AI Chatbot With 20+ Social Media Buttons & Human Support", 3 3 "slug": "linkflow-chat", 4 "version": "1.0. 5",4 "version": "1.0.6", 5 5 "requires": "5.9", 6 6 "tested": "6.8", 7 7 "requires_php": "7.0", 8 "last_updated": "2025-11-22 02: 18:32",8 "last_updated": "2025-11-22 02:45:56", 9 9 "sections": { 10 10 "description": "LinkFlow Chat integrates advanced AI like ChatGPT into WordPress for smart conversations. It seamlessly hands off to WhatsApp and social platforms when needed, not only boosting satisfaction but also helping you grow your follower count and community.", -
linkflow-chat/trunk/readme.txt
r3400753 r3400760 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.0 8 Stable tag: 1.0. 58 Stable tag: 1.0.6 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 54 54 55 55 == Changelog == 56 = 1.0.6 = 57 * Fix known issues 56 58 = 1.0.5 = 57 59 * Fix known issues -
linkflow-chat/trunk/version.json
r3400753 r3400760 1 1 { 2 "version": "1.0. 5",3 "build_date": "2025-11-22T02: 18:32Z",4 "build_hash": " 99668b97cb3437e6895974d0fb10cce35c2b99ea",2 "version": "1.0.6", 3 "build_date": "2025-11-22T02:45:56Z", 4 "build_hash": "e536598da47e6a32ca34df4c5a2c0253f97ce7dd", 5 5 "php_version_required": "7.0", 6 6 "wordpress_version_required": "5.9",
Note: See TracChangeset
for help on using the changeset viewer.