Plugin Directory

Changeset 3300099


Ignore:
Timestamp:
05/25/2025 06:36:59 AM (10 months ago)
Author:
easywebsiteform
Message:

Updated iFrame src path

Location:
easywebsiteform/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • easywebsiteform/trunk/assets/js/main-script.js

    r3086455 r3300099  
    2828        iframe.title = formTitle;
    2929        iframe.className = 'easywebsiteform_iframe';
    30         iframe.src = `https://www.easywebsiteform.com/form/${formId}`;
     30        iframe.src = `https://apps.easywebsiteform.com/form/${formId}`;
    3131        iframe.allowtransparency = 'true';
    3232        iframe.allowfullscreen = true;
  • easywebsiteform/trunk/easywebsiteform.php

    r3133899 r3300099  
    44 * Plugin URI:        https://www.easywebsiteform.com/
    55 * Description:       Integrate forms created with "Easy Website Form" Builder seamlessly into your WordPress site using the "Easy Website Form"    plugin.
    6  * Version:           1.2.0
     6 * Version:           1.3.0
    77 * Requires at least: 5.2
    88 * Requires PHP:      7.2
  • easywebsiteform/trunk/readme.txt

    r3133899 r3300099  
    55Tested up to: 6.6.1
    66Requires PHP: 7.4
    7 Stable tag: 1.2.0
     7Stable tag: 1.3.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6565== Changelog ==
    6666
     67= 1.3.0 =
     68* Updated iFrame src path
     69
    6770= 1.2.0 =
    6871* Fixed elementor editor not loading issues
Note: See TracChangeset for help on using the changeset viewer.