Plugin Directory

Changeset 3400760


Ignore:
Timestamp:
11/22/2025 02:48:19 AM (4 months ago)
Author:
linkflow
Message:

Fix build assets filename mismatch

Location:
linkflow-chat/trunk
Files:
2 added
3 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • linkflow-chat/trunk/assets/dist/.vite/manifest.json

    r3400753 r3400760  
    11{
    22  "src/main.tsx": {
    3     "file": "js/main-fHZARhsO.js",
     3    "file": "js/main-C1uJ7QTD.js",
    44    "name": "main",
    55    "src": "src/main.tsx",
    66    "isEntry": true,
    77    "css": [
    8       "css/main-CpkvJNL2.css"
     8      "css/main-iF-OlW1F.css"
    99    ]
    1010  }
  • linkflow-chat/trunk/linkflow-chat.php

    r3400753 r3400760  
    55 * Plugin URI: https://linkflow.chat
    66 * 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.5
     7 * Version: 1.0.6
    88 * Author: LinkFlow.chat
    99 * License: GPL v2 or later
     
    4949do_action( 'linkflowChat_fs_loaded' );
    5050// Define plugin constants
    51 define( 'LINKFLOW_CHAT_VERSION', '1.0.5' );
     51define( 'LINKFLOW_CHAT_VERSION', '1.0.6' );
    5252define( 'LINKFLOW_CHAT_PLUGIN_FILE', __FILE__ );
    5353define( 'LINKFLOW_CHAT_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • linkflow-chat/trunk/plugin-info.json

    r3400753 r3400760  
    22    "name": "LinkFlow Chat – AI Chatbot With 20+ Social Media Buttons & Human Support",
    33    "slug": "linkflow-chat",
    4     "version": "1.0.5",
     4    "version": "1.0.6",
    55    "requires": "5.9",
    66    "tested": "6.8",
    77    "requires_php": "7.0",
    8     "last_updated": "2025-11-22 02:18:32",
     8    "last_updated": "2025-11-22 02:45:56",
    99    "sections": {
    1010    "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  
    66Tested up to: 6.8
    77Requires PHP: 7.0
    8 Stable tag: 1.0.5
     8Stable tag: 1.0.6
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5454
    5555== Changelog ==
     56= 1.0.6 =
     57* Fix known issues
    5658= 1.0.5 =
    5759* Fix known issues
  • linkflow-chat/trunk/version.json

    r3400753 r3400760  
    11{
    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",
    55        "php_version_required": "7.0",
    66        "wordpress_version_required": "5.9",
Note: See TracChangeset for help on using the changeset viewer.