Changeset 2794538
- Timestamp:
- 10/05/2022 12:31:38 PM (3 years ago)
- Location:
- involve-me/trunk
- Files:
-
- 3 edited
-
involveme.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
views/embed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
involve-me/trunk/involveme.php
r2794377 r2794538 1 1 <?php 2 2 /** 3 * Plugin Name: involve.me 3 * Plugin Name: involve.me - Create Surveys, Quizzes, Calculators & Forms as Embedded Widgets or Pop-ups 4 4 * Plugin URI: https://wordpress.org/plugins/involve-me/ 5 5 * Description: Add forms, quizzes, surveys and interactive calculators to your WordPress site. Easily embed or use as pop-ups. No coding required. … … 8 8 * Text Domain: involveme 9 9 * Domain Path: /languages 10 * Version: 1.1. 110 * Version: 1.1.2 11 11 * 12 12 * @package Involveme -
involve-me/trunk/readme.txt
r2794377 r2794538 1 1 === involve.me === 2 2 Contributors: involvemeapp 3 Tags: drag-and-drop, involve-me, funnel,form3 Tags: form builder, quiz maker, survey maker, funnel builder, form, survey, quiz, calculator, NPS, payment form 4 4 Requires at least: 4.5 5 5 Tested up to: 6.0.2 6 6 Requires PHP: 5.6 7 Stable tag: 1.1. 7 Stable tag: 1.1.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 99 99 == Changelog == 100 100 101 = 1.1.2 102 * Minor fixes 103 101 104 = 1.1.1 102 105 * Minor text changes -
involve-me/trunk/views/embed.php
r2794370 r2794538 44 44 buttonColor: "<?php echo ${InvolvemePost::$input_prefix . 'button_color'} ?>", 45 45 buttonText: "<?php echo ${InvolvemePost::$input_prefix . 'button_text'} ?>", 46 loadColor: "<?php echo ${InvolvemePost::$input_prefix . 'background_color'} ?>", 46 47 <?php if(${InvolvemePost::$input_prefix . 'embed_mode'}==='chatButton') {?> 47 48 icon: "<?php echo ${InvolvemePost::$input_prefix . 'icon'} ?>"
Note: See TracChangeset
for help on using the changeset viewer.