Plugin Directory

Changeset 2450030


Ignore:
Timestamp:
01/04/2021 04:48:28 PM (5 years ago)
Author:
ced1870
Message:

2.2.10

Location:
tooltip-ck/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tooltip-ck/trunk/includes/class.front.php

    r2336803 r2450030  
    5959        $opacity = $this->fields->getValue('opacity', '0.9');
    6060        $js = "
    61         jQuery(window).load(function(){
     61        // jQuery(window).load(function(){
     62        // jQuery(document).ready(function(){
     63        window.addEventListener('load', function(event) {
    6264            new Tooltipck({
    6365                fxTransition: '" . $fxTransition . "',
  • tooltip-ck/trunk/readme.txt

    r2440816 r2450030  
    44Requires at least: 4.5
    55Tested up to: 5.6
    6 Stable tag: 2.2.9
     6Stable tag: 2.2.10
    77License: GPLv2 or later
    88
     
    4545
    4646== Changelog ==
     47
     48= 2.2.10 - 4 january 2021 =
     49* Fix issue jQuery error and JS minification
    4750
    4851= 2.2.9 - 16 december 2020 =
  • tooltip-ck/trunk/tooltip-ck.php

    r2440816 r2450030  
    44 * Plugin URI: https://www.ceikay.com/plugins/tooltip-ck
    55 * Description: Tooltip CK allows you to put some nice tooltip effects into your content. Example : {tooltip}Text to hover{end-text}a friendly little boy{end-tooltip}
    6  * Version: 2.2.9
     6 * Version: 2.2.10
    77 * Author: Cédric KEIFLIN
    88 * Author URI: https://www.ceikay.com
     
    1616
    1717if (! defined('CK_LOADED')) define('CK_LOADED', 1);
    18 if (! defined('TOOLTIPCK_VERSION')) define('TOOLTIPCK_VERSION', '2.2.9');
     18if (! defined('TOOLTIPCK_VERSION')) define('TOOLTIPCK_VERSION', '2.2.10');
    1919if (! defined('TOOLTIPCK_PLATFORM')) define('TOOLTIPCK_PLATFORM', 'wordpress');
    2020if (! defined('TOOLTIPCK_PATH')) define('TOOLTIPCK_PATH', dirname(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.