Changeset 2876406
- Timestamp:
- 03/08/2023 11:10:52 AM (3 years ago)
- Location:
- ryen-wp/trunk
- Files:
-
- 1 deleted
- 4 edited
-
README.txt (modified) (3 diffs)
-
admin/css (deleted)
-
admin/partials/ryen-admin-display.php (modified) (1 diff)
-
includes/class-ryen.php (modified) (1 diff)
-
ryen.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ryen-wp/trunk/README.txt
r2871061 r2876406 1 === Ryen | Build beautiful conversational forms===1 === Ryen | Create advanced chat experiences without coding === 2 2 Contributors: dyonic 3 3 Tags: ryen, forms, surveys, quizzes, form builder, survey builder, quiz builder, custom forms, mobile forms, payment forms, feedback forms, zendesk … … 6 6 License: GPL 2.0 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.txt 8 Stable Tag: 3.1.1 9 10 Build beautiful conversational forms 8 Stable Tag: 3.1.3 11 9 12 10 == Description == 13 Collect 4x more responses with your conversational forms using Ryen.11 Collect 4x more responses with conversational apps using Ryen. 14 12 15 👉 Build beautiful conversational forms and embed them directly in your applications without a line of code.16 👉 Ryen helps you publish forms that feel native to your product and it provides the best experience for your users.13 👉 Build beautiful conversational apps and easily embed them in your Wordpress site. 14 👉 Ryen helps you publish chat apps that feel native to your product and it provides the best experience for your users. 17 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. 18 16 19 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. 20 💁♂️ More information about Ryen: https://www.ryen.org /18 💁♂️ More information about Ryen: https://www.ryen.org 21 19 👨🏼💻 How Ryen handles collected data: https://www.ryen.org/privacy 22 20 … … 29 27 = 3.1.1 = 30 28 * Fix excluded pages when empty 29 30 = 3.1.0 = 31 31 * Breaking change! You will need to import the new code snippet again. 32 32 * Fix wp admin crash -
ryen-wp/trunk/admin/partials/ryen-admin-display.php
r2871061 r2876406 16 16 17 17 <div style="display: flex; flex-direction: column; margin-top: 1rem"> 18 <label>Excluded pages (option nal):</label>18 <label>Excluded pages (optional):</label> 19 19 <p style="color: gray">Example: /app/*, /user/*, /admin/settings</p> 20 20 <input name="excluded_pages" value="<?php echo esc_attr(get_option('excluded_pages')); ?>" style="padding: .5rem" /> -
ryen-wp/trunk/includes/class-ryen.php
r2871061 r2876406 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'; -
ryen-wp/trunk/ryen.php
r2871061 r2876406 4 4 * Plugin Name: Ryen WP 5 5 * Description: Convert more with conversational forms 6 * Version: 3.1. 16 * Version: 3.1.2 7 7 * Author: Ryen 8 8 * Author URI: http://ryen.org/ … … 17 17 } 18 18 19 define('RYEN_VERSION', '3.1. 1');19 define('RYEN_VERSION', '3.1.2'); 20 20 21 21 function activate_ryen()
Note: See TracChangeset
for help on using the changeset viewer.