Plugin Directory

Changeset 2794538


Ignore:
Timestamp:
10/05/2022 12:31:38 PM (3 years ago)
Author:
involvemeapp
Message:

Add load color for non button trigger

Location:
involve-me/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • involve-me/trunk/involveme.php

    r2794377 r2794538  
    11<?php
    22/**
    3  * Plugin Name:     involve.me
     3 * Plugin Name:     involve.me - Create Surveys, Quizzes, Calculators & Forms as Embedded Widgets or Pop-ups
    44 * Plugin URI:      https://wordpress.org/plugins/involve-me/
    55 * Description:     Add forms, quizzes, surveys and interactive calculators to your WordPress site. Easily embed or use as pop-ups. No coding required.
     
    88 * Text Domain:     involveme
    99 * Domain Path:     /languages
    10  * Version:         1.1.1
     10 * Version:         1.1.2
    1111 *
    1212 * @package         Involveme
  • involve-me/trunk/readme.txt

    r2794377 r2794538  
    11=== involve.me ===
    22Contributors: involvemeapp
    3 Tags: drag-and-drop, involve-me, funnel, form
     3Tags: form builder, quiz maker, survey maker, funnel builder, form, survey, quiz, calculator, NPS, payment form
    44Requires at least: 4.5
    55Tested up to: 6.0.2
    66Requires PHP: 5.6
    7 Stable tag: 1.1.
     7Stable tag: 1.1.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    9999== Changelog ==
    100100
     101= 1.1.2
     102* Minor fixes
     103
    101104= 1.1.1
    102105* Minor text changes
  • involve-me/trunk/views/embed.php

    r2794370 r2794538  
    4444            buttonColor: "<?php echo ${InvolvemePost::$input_prefix . 'button_color'} ?>",
    4545            buttonText: "<?php echo ${InvolvemePost::$input_prefix . 'button_text'} ?>",
     46            loadColor: "<?php echo ${InvolvemePost::$input_prefix . 'background_color'} ?>",
    4647            <?php if(${InvolvemePost::$input_prefix . 'embed_mode'}==='chatButton') {?>
    4748            icon: "<?php echo ${InvolvemePost::$input_prefix . 'icon'} ?>"
Note: See TracChangeset for help on using the changeset viewer.