Changeset 2908232
- Timestamp:
- 05/04/2023 08:16:31 PM (3 years ago)
- Location:
- ryen-wp/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (2 diffs)
-
includes/class-ryen.php (modified) (1 diff)
-
public/class-ryen-public.php (modified) (1 diff)
-
ryen.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ryen-wp/trunk/README.txt
r2897402 r2908232 6 6 License: GPL 2.0 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.txt 8 Stable Tag: 3.1. 78 Stable Tag: 3.1.9 9 9 10 10 == Description == … … 26 26 27 27 == Changelog == 28 = 3.1.8 = 29 * Fix forward wp user variable when not initialized 30 28 31 = 3.1.7 = 29 32 * Fix forwarded user prefilled variables -
ryen-wp/trunk/includes/class-ryen.php
r2897402 r2908232 13 13 $this->version = RYEN_VERSION; 14 14 } else { 15 $this->version = '1.0. 0';15 $this->version = '1.0.1'; 16 16 } 17 17 $this->plugin_name = 'ryen'; -
ryen-wp/trunk/public/class-ryen-public.php
r2897402 r2908232 102 102 $bot_initializer = '<script type="module"> 103 103 import Ryen from "' . $lib_url . '" 104 Ryen.initStandard({ apiHost: "' . $api_host . '", id: "' . $id . '", ryen: "' . $ryen . '", prefilledVariables: { ...ryenWpUser } });</script>'; 104 105 Ryen.initStandard({ apiHost: "' . $api_host . '", id: "' . $id . '", ryen: "' . $ryen . '", prefilledVariables: { ...window.ryenWpUser } });</script>'; 105 106 106 107 return '<ryen-standard id="' . $id . '" style="width: ' . $width . '; height: ' . $height . ';"></ryen-standard>' . $bot_initializer; -
ryen-wp/trunk/ryen.php
r2888231 r2908232 4 4 * Plugin Name: Ryen WP 5 5 * Description: Convert more with conversational forms 6 * Version: 3.1. 76 * Version: 3.1.9 7 7 * Author: Ryen 8 8 * Author URI: http://ryen.org/ … … 17 17 } 18 18 19 define('RYEN_VERSION', '3.1. 7');19 define('RYEN_VERSION', '3.1.9'); 20 20 21 21 function activate_ryen()
Note: See TracChangeset
for help on using the changeset viewer.