Changeset 3320031
- Timestamp:
- 06/30/2025 12:39:47 PM (8 months ago)
- Location:
- release0/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
release0.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
release0/trunk/README.txt
r3310731 r3320031 6 6 License: GPL 2.0 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.txt 8 Stable Tag: 1.0. 28 Stable Tag: 1.0.3 9 9 10 10 Develop sophisticated chat experiences effortlessly, no coding required. … … 33 33 34 34 == Changelog == 35 = 1.0.3 = 36 * Update the JS lib version 37 35 38 = 1.0.2 = 36 39 * Update Release0 core library version to 1.1.5 -
release0/trunk/release0.php
r3310731 r3320031 4 4 * Plugin Name: Release0 5 5 * Description: Automate customer interactions with Release0. Build AI agents that respond, collect data, and integrate seamlessly—without writing code. 6 * Version: 1.0. 26 * Version: 1.0.3 7 7 * Author: Release0 8 8 * Author URI: https://release0.com/ … … 17 17 } 18 18 19 define('RELEASE0_VERSION', '1.0. 2');20 define('RELEASE0_LIB_VERSION', '1.1. 5');19 define('RELEASE0_VERSION', '1.0.3'); 20 define('RELEASE0_LIB_VERSION', '1.1.6'); 21 21 define('RELEASE0_PLUGIN_URL', plugin_dir_url(__FILE__)); 22 22
Note: See TracChangeset
for help on using the changeset viewer.