Changeset 2495290
- Timestamp:
- 03/14/2021 01:05:36 PM (5 years ago)
- Location:
- easy-form-builder
- Files:
-
- 4 edited
-
tags/1.31.9/emsfb.php (modified) (2 diffs)
-
tags/1.31.9/readme.txt (modified) (3 diffs)
-
trunk/emsfb.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-form-builder/tags/1.31.9/emsfb.php
r2495287 r2495290 4 4 * Plugin URI: https://whitestudio.team 5 5 * 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. 86 * Version: 1.31.9 7 7 * Author: WhiteStudio 8 8 * Author URI: https://whitestudio.team … … 15 15 die("Direct access of plugin files is not allowed."); 16 16 } 17 17 18 18 /** Define EMSFB_PLUGIN_FILE */ 19 19 if (!defined('EMSFB_PLUGIN_FILE')) { -
easy-form-builder/tags/1.31.9/readme.txt
r2495287 r2495290 3 3 Tags: form builder, form creator, contact form, support form, tracking id, 4 4 Donate link: https://ko-fi.com/whitestudio 5 Stable tag: 1.31. 85 Stable tag: 1.31.9 6 6 Requires at least: 4.7 7 7 Tested up to: 5.7.0 … … 81 81 82 82 == Changelog == 83 = 1.31.9 = 84 * Fixed an issue 83 85 84 86 = 1.31.8 = … … 96 98 * RTL feature is added 97 99 * UI improvements 98 * Fix issues of Tell and Email validation100 * Fixed issues of Tell and Email validation 99 101 100 102 = 1.31.5 = -
easy-form-builder/trunk/emsfb.php
r2495267 r2495290 4 4 * Plugin URI: https://whitestudio.team 5 5 * 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. 86 * Version: 1.31.9 7 7 * Author: WhiteStudio 8 8 * Author URI: https://whitestudio.team … … 15 15 die("Direct access of plugin files is not allowed."); 16 16 } 17 17 18 18 /** Define EMSFB_PLUGIN_FILE */ 19 19 if (!defined('EMSFB_PLUGIN_FILE')) { -
easy-form-builder/trunk/readme.txt
r2495267 r2495290 3 3 Tags: form builder, form creator, contact form, support form, tracking id, 4 4 Donate link: https://ko-fi.com/whitestudio 5 Stable tag: 1.31. 85 Stable tag: 1.31.9 6 6 Requires at least: 4.7 7 7 Tested up to: 5.7.0 … … 81 81 82 82 == Changelog == 83 = 1.31.9 = 84 * Fixed an issue 83 85 84 86 = 1.31.8 = … … 96 98 * RTL feature is added 97 99 * UI improvements 98 * Fix issues of Tell and Email validation100 * Fixed issues of Tell and Email validation 99 101 100 102 = 1.31.5 =
Note: See TracChangeset
for help on using the changeset viewer.