Plugin Directory

Changeset 2495290


Ignore:
Timestamp:
03/14/2021 01:05:36 PM (5 years ago)
Author:
mrlast
Message:

readme.txt

Location:
easy-form-builder
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • easy-form-builder/tags/1.31.9/emsfb.php

    r2495287 r2495290  
    44 * Plugin URI:          https://whitestudio.team
    55 * Description:         Easily create multi-step forms with tracking code support by using Easy Form Builder's drag & drop form wizard. This is the free version with limits.
    6  * Version:             1.31.8
     6 * Version:             1.31.9
    77 * Author:              WhiteStudio
    88 * Author URI:          https://whitestudio.team
     
    1515    die("Direct access of plugin files is not allowed.");
    1616}
    17 
     17 
    1818/** Define EMSFB_PLUGIN_FILE */
    1919if (!defined('EMSFB_PLUGIN_FILE')) {
  • easy-form-builder/tags/1.31.9/readme.txt

    r2495287 r2495290  
    33Tags:                   form builder, form creator, contact form, support form, tracking id,
    44Donate link:            https://ko-fi.com/whitestudio
    5 Stable tag:             1.31.8
     5Stable tag:             1.31.9
    66Requires at least:      4.7
    77Tested up to:           5.7.0
     
    8181
    8282== Changelog ==
     83= 1.31.9 =
     84* Fixed an issue
    8385
    8486= 1.31.8 =
     
    9698* RTL feature is added
    9799* UI improvements
    98 * Fix issues of Tell and Email validation
     100* Fixed issues of Tell and Email validation
    99101
    100102= 1.31.5 =
  • easy-form-builder/trunk/emsfb.php

    r2495267 r2495290  
    44 * Plugin URI:          https://whitestudio.team
    55 * Description:         Easily create multi-step forms with tracking code support by using Easy Form Builder's drag & drop form wizard. This is the free version with limits.
    6  * Version:             1.31.8
     6 * Version:             1.31.9
    77 * Author:              WhiteStudio
    88 * Author URI:          https://whitestudio.team
     
    1515    die("Direct access of plugin files is not allowed.");
    1616}
    17 
     17 
    1818/** Define EMSFB_PLUGIN_FILE */
    1919if (!defined('EMSFB_PLUGIN_FILE')) {
  • easy-form-builder/trunk/readme.txt

    r2495267 r2495290  
    33Tags:                   form builder, form creator, contact form, support form, tracking id,
    44Donate link:            https://ko-fi.com/whitestudio
    5 Stable tag:             1.31.8
     5Stable tag:             1.31.9
    66Requires at least:      4.7
    77Tested up to:           5.7.0
     
    8181
    8282== Changelog ==
     83= 1.31.9 =
     84* Fixed an issue
    8385
    8486= 1.31.8 =
     
    9698* RTL feature is added
    9799* UI improvements
    98 * Fix issues of Tell and Email validation
     100* Fixed issues of Tell and Email validation
    99101
    100102= 1.31.5 =
Note: See TracChangeset for help on using the changeset viewer.