Changeset 3429891
- Timestamp:
- 12/31/2025 01:25:15 AM (3 months 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
r3277640 r3429891 2 2 /* 3 3 * Plugin Name: Magic Conversation For Gravity Forms 4 * Version: 3.0.9 54 * Version: 3.0.96 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. 89 * Tested up to: 6.9 10 10 * 11 11 * @package WordPress … … 15 15 16 16 if ( ! defined( 'ABSPATH' ) ) exit; 17 define('MCFGFP_VER', '3.0.9 5.490');17 define('MCFGFP_VER', '3.0.96.491'); 18 18 $mcfgfBaseDir = dirname(__FILE__); 19 19 -
magic-conversation-for-gravity-forms/trunk/readme.txt
r3277640 r3429891 4 4 Tags: conversational form, contact form, responsive, mobile friendly 5 5 Requires at least: 3.2 6 Tested up to: 6. 87 Stable tag: 3.0.9 56 Tested up to: 6.9 7 Stable tag: 3.0.96 8 8 Stable tag: trunk 9 9 License: GPLv2 or later … … 117 117 118 118 == Changelog == 119 120 Version 3.0.96: 121 122 Added WordPress 6.9 support. 119 123 120 124 Version v3.0.95
Note: See TracChangeset
for help on using the changeset viewer.