Plugin Directory

Changeset 2672598


Ignore:
Timestamp:
02/04/2022 12:56:18 AM (3 years ago)
Author:
magicplugins
Message:

Added support of WordPress 5.9.

Location:
magic-conversation-for-gravity-forms/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • magic-conversation-for-gravity-forms/trunk/main.php

    r2609483 r2672598  
    16921692    function wp_before_admin_bar_render_9999() {
    16931693        if(!class_exists('GFFormsModel')) return;
     1694        if(!function_exists('GFFormsModel::get_recent_forms')) return;
    16941695        global $wp_admin_bar;
    16951696
  • magic-conversation-for-gravity-forms/trunk/plugin-index.php

    r2651568 r2672598  
    22/*
    33 * Plugin Name: Magic Conversation For Gravity Forms
    4  * Version: 3.0.90
     4 * Version: 3.0.91
    55 * Description: Turn your Gravity Forms into Conversation Form
    66 * Author: Magic Conversation
    77 * Author URI: https://magicconversation.net
    88 * Requires at least: 3.9
    9  * Tested up to: 5.8
     9 * Tested up to: 5.9
    1010 *
    1111 * @package WordPress
     
    1515
    1616if ( ! defined( 'ABSPATH' ) ) exit;
    17 define('MCFGFP_VER', '3.0.90.485');
     17define('MCFGFP_VER', '3.0.91.486');
    1818$mcfgfBaseDir = dirname(__FILE__);
    1919
  • magic-conversation-for-gravity-forms/trunk/readme.txt

    r2651568 r2672598  
    55Requires at least: 3.2
    66Tested up to: 5.8
    7 Stable tag: 3.0.90
     7Stable tag: 3.0.91
    88Stable tag: trunk
    99License: GPLv2 or later
     
    117117
    118118== Changelog ==
     119
     120Version v3.0.91
     121    Added support of WordPress 5.9.
    119122
    120123Version v3.0.90
Note: See TracChangeset for help on using the changeset viewer.