Plugin Directory

Changeset 2720316


Ignore:
Timestamp:
05/09/2022 12:02:01 AM (4 years ago)
Author:
magicplugins
Message:

Added support of WordPress 6.0.

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

Legend:

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

    r2672598 r2720316  
    22/*
    33 * Plugin Name: Magic Conversation For Gravity Forms
    4  * Version: 3.0.91
     4 * Version: 3.0.92
    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.9
     9 * Tested up to: 6.0
    1010 *
    1111 * @package WordPress
     
    1515
    1616if ( ! defined( 'ABSPATH' ) ) exit;
    17 define('MCFGFP_VER', '3.0.91.486');
     17define('MCFGFP_VER', '3.0.92.487');
    1818$mcfgfBaseDir = dirname(__FILE__);
    1919
  • magic-conversation-for-gravity-forms/trunk/readme.txt

    r2672598 r2720316  
    44Tags: conversational form, contact form, responsive, mobile friendly
    55Requires at least: 3.2
    6 Tested up to: 5.8
    7 Stable tag: 3.0.91
     6Tested up to: 6.0
     7Stable tag: 3.0.92
    88Stable tag: trunk
    99License: GPLv2 or later
     
    117117
    118118== Changelog ==
     119
     120Version v3.0.92
     121    Added support of WordPress 6.0.
    119122
    120123Version v3.0.91
Note: See TracChangeset for help on using the changeset viewer.