Plugin Directory

Changeset 3327491


Ignore:
Timestamp:
07/14/2025 11:21:46 AM (9 months ago)
Author:
engagebay
Message:

fixed engagebay forms in elementor page builder

Location:
engagebay-forms
Files:
49 added
3 edited

Legend:

Unmodified
Added
Removed
  • engagebay-forms/trunk/engagebay-forms.php

    r3325870 r3327491  
    44Plugin URI: https://wordpress.org/plugins/engagebay-forms
    55Description: EngageBay Forms is the simplest and quickest way to build simple, stylish and responsive forms. Capture leads, grow email lists and dramatically improve conversions using our forms.
    6 Version: 3.1
     6Version: 3.2
    77Author: EngageBay
    88Author URI: https://www.engagebay.com
     
    3131require_once ENGAGEBAY_FORMS_PATH . 'includes/class-engagebay-support.php';
    3232require_once ENGAGEBAY_FORMS_PATH . 'includes/class-engagebay-tinymce-utils.php';
     33require_once ENGAGEBAY_FORMS_PATH . 'includes/class-engagebay-elementor-forms.php';
    3334
    3435// Initialize the plugin
     
    3637    new EngageBay_Admin();
    3738    new EngageBay_TinymceUtils();
     39    new EngageBay_Elementor_Forms();
    3840}
    3941add_action( 'plugins_loaded', 'engagebay_forms_init' );
  • engagebay-forms/trunk/includes/class-engagebay-email-templates.php

    r3325870 r3327491  
    1010    public function render() {
    1111        $domain   = EngageBay_Settings::get_domain();
    12         $email    = EngageBay_Settings::get_email();
    13         $password = EngageBay_Settings::get_password();
    1412
    1513        $result = $this->engagebay_api->get_email_templates();
  • engagebay-forms/trunk/readme.txt

    r3325870 r3327491  
    44Requires at least: 3.7
    55Tested up to: 6.8.1
    6 Stable tag: 3.1
     6Stable tag: 3.2
    77
    88The simple, powerful and the ultimate FREE form builder software for WordPress. Create responsive and beautiful forms in minutes to capture leads, grow email lists and engage web visitors.
     
    172172
    173173== Changelog ==
    174 * Security fixes
     174* Fix EngageBay forms in Elementor page builder
Note: See TracChangeset for help on using the changeset viewer.