Plugin Directory

Changeset 2723913


Ignore:
Timestamp:
05/15/2022 12:24:31 AM (3 years ago)
Author:
magicplugins
Message:

Fixed issue on saving Css Style Generator settings.

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

Legend:

Unmodified
Added
Removed
  • magic-tooltips-for-contact-form-7/trunk/css-generator.php

    r1949980 r2723913  
    8585        array('handle' => 'mtfcf7_tooltip', 'src'=>'tooltip.js','dep'=> array( 'jquery' ),'var'=> false,'in_foot'=> true),
    8686        array('handle' => 'mtfcf7_tweaker', 'src'=>'tweaker.js','dep'=> array( 'jquery' ),'var'=> false,'in_foot'=> true),
    87         array('handle' => 'mtfcf7_script', 'src'=>'script.js','dep'=> array( 'jquery' ),'var'=> false,'in_foot'=> true),
     87        array('handle' => 'mtfcf7_script', 'src'=>'script.js','dep'=> array( 'jquery' ),'var'=> '1.1','in_foot'=> true),
    8888    );
    8989
  • magic-tooltips-for-contact-form-7/trunk/plugin-index.php

    r2720320 r2723913  
    22/*
    33 * Plugin Name: Magic Tooltips For Contact Form 7
    4  * Version: 1.0.27
     4 * Version: 1.0.28
    55 * Plugin URI: https://contactform7.magictooltips.com
    66 * Description: Easily add tooltips to your Contact Form 7 fields
  • magic-tooltips-for-contact-form-7/trunk/readme.txt

    r2720320 r2723913  
    44Requires at least: 3.2
    55Tested up to: 6.0
    6 Stable tag: 1.0.26
     6Stable tag: 1.0.28
    77Stable tag: trunk
    88License: GPLv2 or later
     
    105105== Changelog ==
    106106
     107Version v1.0.28
     108
     109    Fixed issue on saving Css Style Generator settings.
    107110
    108111Version v1.0.27
Note: See TracChangeset for help on using the changeset viewer.