Plugin Directory

Changeset 3431786


Ignore:
Timestamp:
01/03/2026 07:13:09 PM (7 weeks ago)
Author:
attorneyconnect
Message:

Hotfix: release 1.0.25

Location:
attorneyconnect-ai/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • attorneyconnect-ai/trunk/attorneyconnect-ai.php

    r3431321 r3431786  
    44 * Plugin URI:  https://attorneyconnect.ai/get-started/
    55 * Description: AttorneyConnect AI is the Most Advanced Conversational Website Receptionist Built for Small Law Firms.
    6  * Version: 1.0.24
     6 * Version: 1.0.25
    77 * Author: AttorneyConnect
    88 * Author URI: https://attorneyconnect.ai/
     
    275275
    276276    // Admin CSS via handle + inline rules (keeps Plugin Check happy)
    277     wp_register_style( 'attorneyconnect-ai-admin', false, array(), '%%VERSION%%' );
     277    wp_register_style( 'attorneyconnect-ai-admin', false, array(), '1.0.25' );
    278278    wp_enqueue_style( 'attorneyconnect-ai-admin' );
    279279    wp_add_inline_style(
     
    288288
    289289    // Admin JS (color validation/sync)
    290     wp_register_script( 'attorneyconnect-ai-admin', false, array(), '%%VERSION%%', true );
     290    wp_register_script( 'attorneyconnect-ai-admin', false, array(), '1.0.25', true );
    291291    wp_enqueue_script( 'attorneyconnect-ai-admin' );
    292292    wp_add_inline_script(
     
    323323        plugins_url( 'js/attorneyconnect-ai.js', __FILE__ ),
    324324        array( 'attorneyconnect-ai-rasa-webchat' ),
    325         '%%VERSION%%',
     325        '1.0.25',
    326326        true
    327327    );
     
    340340        plugins_url( 'css/attorneyconnect-ai.css', __FILE__ ),
    341341        array(),
    342         '%%VERSION%%'
     342        '1.0.25'
    343343    );
    344344
     
    349349    $payload = array(
    350350        'websiteCode'              => $website_code, // may be blank; backend will handle errors
    351         'socketUrl'                => '%%SOCKET_URL%%',
     351        'socketUrl'                => 'ws://apis.attorneyconnect.ai',
    352352        'featureColor'             => get_option( 'attorneyconnect_ai_feature_color', '#0073e6' ),
    353353        'widgetBarPlacement'       => get_option( 'attorneyconnect_ai_widget_bar_placement', 'vertical-right' ),
  • attorneyconnect-ai/trunk/readme.txt

    r3431324 r3431786  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.0.24
     7Stable tag: 1.0.25
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    9090== Changelog ==
    9191
     92= 1.0.25 =
     93* Fix fatal error introduced in 1.0.24.
     94
    9295= 1.0.24 =
    9396* Mobile: Call button opens the phone app directly; desktop still opens the call popup.
     
    105108== Upgrade Notice ==
    106109
     110= 1.0.25 =
     111This release fixes an error in 1.0.24. Updating is recommended.
     112
    107113= 1.0.24 =
    108114Footer layout and mobile call behavior updates.
Note: See TracChangeset for help on using the changeset viewer.