Plugin Directory

Changeset 3477260


Ignore:
Timestamp:
03/08/2026 04:13:21 AM (3 weeks ago)
Author:
magicplugins
Message:

Update for WordPress 6.9.1, version 3.0.99

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

Legend:

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

    r3476538 r3477260  
    22/*
    33 * Plugin Name: Magic Conversation For Gravity Forms
    4  * Version: 3.0.98
     4 * Version: 3.0.99
    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.9.1
     9 * Tested up to: 6.9
     10 * License: GPLv2 or later
     11 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1012 *
    1113 * @package WordPress
     
    1517
    1618if ( ! defined( 'ABSPATH' ) ) exit;
    17 define('MCFGFP_VER', '3.0.98.493');
     19define('MCFGFP_VER', '3.0.99.494');
    1820$mcfgfBaseDir = dirname(__FILE__);
    1921
  • magic-conversation-for-gravity-forms/trunk/readme.txt

    r3476538 r3477260  
    33Contributors: magicplugins
    44Tags: conversational form, contact form, responsive, mobile friendly
    5 Requires at least: 3.2
    6 Tested up to: 6.9.1
    7 Stable tag: 3.0.98
    8 Stable tag: trunk
     5Requires at least: 3.9
     6Tested up to: 6.9
     7Stable tag: 3.0.99
    98License: GPLv2 or later
    109License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    117116
    118117== Changelog ==
     118
     119Version 3.0.99:
     120
     121    Added WordPress 6.9.1 support.
    119122
    120123Version 3.0.98:
Note: See TracChangeset for help on using the changeset viewer.