Plugin Directory

Changeset 2876406


Ignore:
Timestamp:
03/08/2023 11:10:52 AM (3 years ago)
Author:
dyonic
Message:

🔖 Release v2.11.3

Location:
ryen-wp/trunk
Files:
1 deleted
4 edited

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 ===
    22Contributors: dyonic
    33Tags: ryen, forms, surveys, quizzes, form builder, survey builder, quiz builder, custom forms, mobile forms, payment forms, feedback forms, zendesk
     
    66License: GPL 2.0
    77License URI: http://www.gnu.org/licenses/gpl-2.0.txt
    8 Stable Tag: 3.1.1
    9 
    10 Build beautiful conversational forms
     8Stable Tag: 3.1.3
    119
    1210== Description ==
    13 Collect 4x more responses with your conversational forms using Ryen.
     11Collect 4x more responses with conversational apps using Ryen.
    1412
    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.
    1715👉 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.
    1816
    1917This 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
    2119👨🏼‍💻 How Ryen handles collected data: https://www.ryen.org/privacy
    2220
     
    2927= 3.1.1 =
    3028* Fix excluded pages when empty
     29
     30= 3.1.0 =
    3131* Breaking change! You will need to import the new code snippet again.
    3232* Fix wp admin crash
  • ryen-wp/trunk/admin/partials/ryen-admin-display.php

    r2871061 r2876406  
    1616
    1717        <div style="display: flex; flex-direction: column; margin-top: 1rem">
    18           <label>Excluded pages (optionnal):</label>
     18          <label>Excluded pages (optional):</label>
    1919          <p style="color: gray">Example: /app/*, /user/*, /admin/settings</p>
    2020          <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  
    1313            $this->version = RYEN_VERSION;
    1414        } else {
    15             $this->version = '1.0.1';
     15            $this->version = '1.0.0';
    1616        }
    1717        $this->plugin_name = 'ryen';
  • ryen-wp/trunk/ryen.php

    r2871061 r2876406  
    44 * Plugin Name:       Ryen WP
    55 * Description:       Convert more with conversational forms
    6  * Version:           3.1.1
     6 * Version:           3.1.2
    77 * Author:            Ryen
    88 * Author URI:        http://ryen.org/
     
    1717}
    1818
    19 define('RYEN_VERSION', '3.1.1');
     19define('RYEN_VERSION', '3.1.2');
    2020
    2121function activate_ryen()
Note: See TracChangeset for help on using the changeset viewer.