Changeset 2897402
- Timestamp:
- 04/11/2023 06:41:33 PM (3 years ago)
- Location:
- ryen-wp/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
includes/class-ryen.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ryen-wp/trunk/README.txt
r2888231 r2897402 1 1 === Ryen | Create advanced chat experiences without coding === 2 Contributors: dyon ic2 Contributors: dyonc 3 3 Tags: ryen, forms, surveys, quizzes, form builder, survey builder, quiz builder, custom forms, mobile forms, payment forms, feedback forms, zendesk 4 4 Requires at least: 5.0 … … 15 15 👉 With Ryen, you collect the answer as soon as the user answers the first question. You get to know exactly when the user tends to drop your form. 16 16 17 This plugin relies on Ryen which is a tool that allows you to create conversational forms and directly integrate them on your Wordpress site .18 💁♂️ More information about Ryen: https://www.ryen.org /17 This plugin relies on Ryen which is a tool that allows you to create conversational forms and directly integrate them on your Wordpress site and on our Ryen JS library (https://cdn.jsdelivr.net/npm/@ryen/js). 18 💁♂️ More information about Ryen: https://www.ryen.org 19 19 👨🏼💻 How Ryen handles collected data: https://www.ryen.org/privacy 20 👨🏼💻 jsDelivr Terms & Policies: https://www.jsdelivr.com/terms 20 21 21 22 == Installation == -
ryen-wp/trunk/includes/class-ryen.php
r2884966 r2897402 13 13 $this->version = RYEN_VERSION; 14 14 } else { 15 $this->version = '1.0. 1';15 $this->version = '1.0.0'; 16 16 } 17 17 $this->plugin_name = 'ryen';
Note: See TracChangeset
for help on using the changeset viewer.