Changeset 2267878
- Timestamp:
- 03/26/2020 04:26:25 AM (5 years ago)
- Location:
- magic-conversation-for-gravity-forms/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
magic-conversation-for-gravity-forms/trunk/plugin-index.php
r2264875 r2267878 2 2 /* 3 3 * Plugin Name: Magic Conversation For Gravity Forms 4 * Version: 3.0. 694 * Version: 3.0.70 5 5 * Description: Turn your Gravity Forms into Conversation Form 6 6 * Author: Magic Conversation … … 15 15 16 16 if ( ! defined( 'ABSPATH' ) ) exit; 17 define('MCFGFP_VER', '3.0. 69.417');17 define('MCFGFP_VER', '3.0.70.418'); 18 18 $mcfgfBaseDir = dirname(__FILE__); 19 19 -
magic-conversation-for-gravity-forms/trunk/readme.txt
r2264875 r2267878 5 5 Requires at least: 3.2 6 6 Tested up to: 5.2 7 Stable tag: 3.0. 697 Stable tag: 3.0.70 8 8 Stable tag: trunk 9 9 License: GPLv2 or later … … 117 117 118 118 == Changelog == 119 120 Version v3.0.70 121 Added support of apply custom css in conversation chat area. 119 122 120 123 Version v3.0.69 -
magic-conversation-for-gravity-forms/trunk/yakker-form.php
r2261111 r2267878 162 162 ); 163 163 164 $json['css'] = mcfgf_build_css_code(json_decode($them_options['css_options'], true)) ;164 $json['css'] = mcfgf_build_css_code(json_decode($them_options['css_options'], true)).$settings['custom_css']; 165 165 166 166 // return cart information if WooCommerce exists
Note: See TracChangeset
for help on using the changeset viewer.