Plugin Directory

Changeset 3063033


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

Added support of Wordpress 6.5

Location:
magic-tooltips-for-contact-form-7/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • magic-tooltips-for-contact-form-7/trunk/assets/js/custom.js

    r1949980 r3063033  
    3232           
    3333            $parentHTML = $that.parent().html().replace('<tip>',extraHTML+'</label-magic>'+'<tip>');
    34 
     34           
    3535            $parent = $that.parent();
    3636            $parent.html('<label-magic>'+$parentHTML);
  • magic-tooltips-for-contact-form-7/trunk/plugin-index.php

    r2828017 r3063033  
    22/*
    33 * Plugin Name: Magic Tooltips For Contact Form 7
    4  * Version: 1.0.29
     4 * Version: 1.0.30
    55 * Plugin URI: https://contactform7.magictooltips.com
    66 * Description: Easily add tooltips to your Contact Form 7 fields
     
    88 * Author URI: https://contactform7.magictooltips.com
    99 * Requires at least: 3.9
    10  * Tested up to: 6.1
     10 * Tested up to: 6.5
    1111 *
    1212 * @package WordPress
  • magic-tooltips-for-contact-form-7/trunk/readme.txt

    r2828017 r3063033  
    33Tags: tooltips, contact form 7, responsive, mobile friendly
    44Requires at least: 3.2
    5 Tested up to: 6.1
    6 Stable tag: 1.0.28
     5Tested up to: 6.5
     6Stable tag: 1.0.30
    77Stable tag: trunk
    88License: GPLv2 or later
     
    105105== Changelog ==
    106106
     107Version v1.0.30
     108
     109    Added Wordpress 6.5 support.
     110
    107111Version v1.0.29
    108112
Note: See TracChangeset for help on using the changeset viewer.