Plugin Directory

Changeset 3327509


Ignore:
Timestamp:
07/14/2025 11:50:16 AM (7 months ago)
Author:
release0
Message:

Added address input and input autocomplete features

Location:
release0/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • release0/trunk/README.txt

    r3324022 r3327509  
    66License: GPL 2.0
    77License URI: http://www.gnu.org/licenses/gpl-2.0.txt
    8 Stable Tag: 1.0.4
     8Stable Tag: 1.0.5
    99
    1010Develop sophisticated chat experiences effortlessly, no coding required. 
     
    3333
    3434== Changelog ==
     35= 1.0.5 =
     36* Added address input and input autocomplete features
     37
    3538= 1.0.4 =
    3639* Fix when adding module type for different WP versions
  • release0/trunk/release0.php

    r3324022 r3327509  
    44 * Plugin Name:       Release0
    55 * Description:       Automate customer interactions with Release0. Build AI agents that respond, collect data, and integrate seamlessly—without writing code.
    6  * Version:           1.0.4
     6 * Version:           1.0.5
    77 * Author:            Release0
    88 * Author URI:        https://release0.com/
     
    1717}
    1818
    19 define('RELEASE0_VERSION', '1.0.4');
    20 define('RELEASE0_LIB_VERSION', '1.1.6');
     19define('RELEASE0_VERSION', '1.0.5');
     20define('RELEASE0_LIB_VERSION', '1.1.7');
    2121define('RELEASE0_PLUGIN_URL', plugin_dir_url(__FILE__));
    2222
Note: See TracChangeset for help on using the changeset viewer.