Plugin Directory

Changeset 3063038


Ignore:
Timestamp:
04/02/2024 11:18:07 PM (12 months ago)
Author:
magicplugins
Message:

Adding support of Wordpress 6.5

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

Legend:

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

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

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