Changeset 3477260
- Timestamp:
- 03/08/2026 04:13:21 AM (3 weeks ago)
- Location:
- magic-conversation-for-gravity-forms/trunk
- Files:
-
- 2 edited
-
plugin-index.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
magic-conversation-for-gravity-forms/trunk/plugin-index.php
r3476538 r3477260 2 2 /* 3 3 * Plugin Name: Magic Conversation For Gravity Forms 4 * Version: 3.0.9 84 * Version: 3.0.99 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.9.1 9 * Tested up to: 6.9 10 * License: GPLv2 or later 11 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 12 * 11 13 * @package WordPress … … 15 17 16 18 if ( ! defined( 'ABSPATH' ) ) exit; 17 define('MCFGFP_VER', '3.0.9 8.493');19 define('MCFGFP_VER', '3.0.99.494'); 18 20 $mcfgfBaseDir = dirname(__FILE__); 19 21 -
magic-conversation-for-gravity-forms/trunk/readme.txt
r3476538 r3477260 3 3 Contributors: magicplugins 4 4 Tags: conversational form, contact form, responsive, mobile friendly 5 Requires at least: 3.2 6 Tested up to: 6.9.1 7 Stable tag: 3.0.98 8 Stable tag: trunk 5 Requires at least: 3.9 6 Tested up to: 6.9 7 Stable tag: 3.0.99 9 8 License: GPLv2 or later 10 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 117 116 118 117 == Changelog == 118 119 Version 3.0.99: 120 121 Added WordPress 6.9.1 support. 119 122 120 123 Version 3.0.98:
Note: See TracChangeset
for help on using the changeset viewer.