Changeset 3300099
- Timestamp:
- 05/25/2025 06:36:59 AM (10 months ago)
- Location:
- easywebsiteform/trunk
- Files:
-
- 3 edited
-
assets/js/main-script.js (modified) (1 diff)
-
easywebsiteform.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easywebsiteform/trunk/assets/js/main-script.js
r3086455 r3300099 28 28 iframe.title = formTitle; 29 29 iframe.className = 'easywebsiteform_iframe'; 30 iframe.src = `https:// www.easywebsiteform.com/form/${formId}`;30 iframe.src = `https://apps.easywebsiteform.com/form/${formId}`; 31 31 iframe.allowtransparency = 'true'; 32 32 iframe.allowfullscreen = true; -
easywebsiteform/trunk/easywebsiteform.php
r3133899 r3300099 4 4 * Plugin URI: https://www.easywebsiteform.com/ 5 5 * Description: Integrate forms created with "Easy Website Form" Builder seamlessly into your WordPress site using the "Easy Website Form" plugin. 6 * Version: 1. 2.06 * Version: 1.3.0 7 7 * Requires at least: 5.2 8 8 * Requires PHP: 7.2 -
easywebsiteform/trunk/readme.txt
r3133899 r3300099 5 5 Tested up to: 6.6.1 6 6 Requires PHP: 7.4 7 Stable tag: 1. 2.07 Stable tag: 1.3.0 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 65 65 == Changelog == 66 66 67 = 1.3.0 = 68 * Updated iFrame src path 69 67 70 = 1.2.0 = 68 71 * Fixed elementor editor not loading issues
Note: See TracChangeset
for help on using the changeset viewer.