Changeset 3063038
- Timestamp:
- 04/02/2024 11:18:07 PM (12 months ago)
- Location:
- magic-conversation-for-gravity-forms/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
magic-conversation-for-gravity-forms/trunk/plugin-index.php
r2828015 r3063038 2 2 /* 3 3 * Plugin Name: Magic Conversation For Gravity Forms 4 * Version: 3.0.9 34 * Version: 3.0.94 5 5 * Description: Turn your Gravity Forms into Conversation Form 6 6 * Author: Magic Conversation 7 7 * Author URI: https://magicconversation.net 8 8 * Requires at least: 3.9 9 * Tested up to: 6. 19 * Tested up to: 6.5 10 10 * 11 11 * @package WordPress … … 15 15 16 16 if ( ! defined( 'ABSPATH' ) ) exit; 17 define('MCFGFP_VER', '3.0.9 3.488');17 define('MCFGFP_VER', '3.0.94.489'); 18 18 $mcfgfBaseDir = dirname(__FILE__); 19 19 -
magic-conversation-for-gravity-forms/trunk/readme.txt
r2828015 r3063038 4 4 Tags: conversational form, contact form, responsive, mobile friendly 5 5 Requires at least: 3.2 6 Tested up to: 6. 17 Stable tag: 3.0.9 26 Tested up to: 6.5 7 Stable tag: 3.0.94 8 8 Stable tag: trunk 9 9 License: GPLv2 or later … … 117 117 118 118 == Changelog == 119 120 Version v3.0.94 121 Added support of WordPress 6.5. 119 122 120 123 Version v3.0.93
Note: See TracChangeset
for help on using the changeset viewer.