Plugin Directory

Changeset 3309832


Ignore:
Timestamp:
06/11/2025 01:36:00 PM (9 months ago)
Author:
release0
Message:

change icon to new one. allow older wordpress versions

Location:
release0
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • release0

    • Property svn:ignore set to
      *.json
  • release0/trunk/README.txt

    r3291425 r3309832  
    66License: GPL 2.0
    77License URI: http://www.gnu.org/licenses/gpl-2.0.txt
    8 Stable Tag: 1.0.0
     8Stable Tag: 1.0.1
    99
    1010Develop sophisticated chat experiences effortlessly, no coding required. 
     
    3333
    3434== Changelog ==
     35= 1.0.1 =
     36* Verification of older WP versions
     37
    3538= 1.0.0 =
    3639* Init Release0 plugin
  • release0/trunk/public/class-release0-public.php

    r3291421 r3309832  
    4545    // if not your script, do nothing and return original $tag
    4646    if ('release0-module-js' === $handle) {
    47       $tag = str_replace('id', 'type="module" id', $tag);
     47      $tag = str_replace('type', 'type="module" type', $tag);
    4848    }
    4949    return $tag;
  • release0/trunk/release0.php

    r3291421 r3309832  
    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.0
     6 * Version:           1.0.1
    77 * Author:            Release0
    88 * Author URI:        https://release0.com/
     
    1717}
    1818
    19 define('RELEASE0_VERSION', '1.0.0');
     19define('RELEASE0_VERSION', '1.0.1');
    2020define('RELEASE0_LIB_VERSION', '1.1.4');
    2121define('RELEASE0_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.