Plugin Directory

Changeset 2828017


Ignore:
Timestamp:
12/03/2022 03:46:21 AM (2 years ago)
Author:
magicplugins
Message:

Added 6.1 support

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

Legend:

Unmodified
Added
Removed
  • magic-tooltips-for-contact-form-7/trunk/assets/tooltip-style-generator/js/script.js

    r1569138 r2828017  
    99      $('.mm-tooltip-cf7').each(function() { // Notice the .each() loop, discussed below
    1010          console.log('Tooltip.options()', Tooltip.options());
    11           $(this).qtip($.extend(Tooltip.options(), {
     11          $(this).qtip($.extend({}, Tooltip.options(), {
    1212              content: {
    1313                  text: $(this).next('div') // Use the "div" element next to this for the content
  • magic-tooltips-for-contact-form-7/trunk/plugin-index.php

    r2723913 r2828017  
    22/*
    33 * Plugin Name: Magic Tooltips For Contact Form 7
    4  * Version: 1.0.28
     4 * Version: 1.0.29
    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.0
     10 * Tested up to: 6.1
    1111 *
    1212 * @package WordPress
  • magic-tooltips-for-contact-form-7/trunk/readme.txt

    r2723913 r2828017  
    33Tags: tooltips, contact form 7, responsive, mobile friendly
    44Requires at least: 3.2
    5 Tested up to: 6.0
     5Tested up to: 6.1
    66Stable tag: 1.0.28
    77Stable tag: trunk
     
    105105== Changelog ==
    106106
     107Version v1.0.29
     108
     109    Added Wordpress 6.1 support.
     110
    107111Version v1.0.28
    108112
Note: See TracChangeset for help on using the changeset viewer.