Changeset 2672598
- Timestamp:
- 02/04/2022 12:56:18 AM (3 years ago)
- Location:
- magic-conversation-for-gravity-forms/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
magic-conversation-for-gravity-forms/trunk/main.php
r2609483 r2672598 1692 1692 function wp_before_admin_bar_render_9999() { 1693 1693 if(!class_exists('GFFormsModel')) return; 1694 if(!function_exists('GFFormsModel::get_recent_forms')) return; 1694 1695 global $wp_admin_bar; 1695 1696 -
magic-conversation-for-gravity-forms/trunk/plugin-index.php
r2651568 r2672598 2 2 /* 3 3 * Plugin Name: Magic Conversation For Gravity Forms 4 * Version: 3.0.9 04 * Version: 3.0.91 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: 5. 89 * Tested up to: 5.9 10 10 * 11 11 * @package WordPress … … 15 15 16 16 if ( ! defined( 'ABSPATH' ) ) exit; 17 define('MCFGFP_VER', '3.0.9 0.485');17 define('MCFGFP_VER', '3.0.91.486'); 18 18 $mcfgfBaseDir = dirname(__FILE__); 19 19 -
magic-conversation-for-gravity-forms/trunk/readme.txt
r2651568 r2672598 5 5 Requires at least: 3.2 6 6 Tested up to: 5.8 7 Stable tag: 3.0.9 07 Stable tag: 3.0.91 8 8 Stable tag: trunk 9 9 License: GPLv2 or later … … 117 117 118 118 == Changelog == 119 120 Version v3.0.91 121 Added support of WordPress 5.9. 119 122 120 123 Version v3.0.90
Note: See TracChangeset
for help on using the changeset viewer.