Plugin Directory

Changeset 3277640


Ignore:
Timestamp:
04/20/2025 01:51:08 PM (11 months ago)
Author:
magicplugins
Message:

Added support of WordPress 6.8.

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

Legend:

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

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

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