Changeset 2450030
- Timestamp:
- 01/04/2021 04:48:28 PM (5 years ago)
- Location:
- tooltip-ck/trunk
- Files:
-
- 3 edited
-
includes/class.front.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
tooltip-ck.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tooltip-ck/trunk/includes/class.front.php
r2336803 r2450030 59 59 $opacity = $this->fields->getValue('opacity', '0.9'); 60 60 $js = " 61 jQuery(window).load(function(){ 61 // jQuery(window).load(function(){ 62 // jQuery(document).ready(function(){ 63 window.addEventListener('load', function(event) { 62 64 new Tooltipck({ 63 65 fxTransition: '" . $fxTransition . "', -
tooltip-ck/trunk/readme.txt
r2440816 r2450030 4 4 Requires at least: 4.5 5 5 Tested up to: 5.6 6 Stable tag: 2.2. 96 Stable tag: 2.2.10 7 7 License: GPLv2 or later 8 8 … … 45 45 46 46 == Changelog == 47 48 = 2.2.10 - 4 january 2021 = 49 * Fix issue jQuery error and JS minification 47 50 48 51 = 2.2.9 - 16 december 2020 = -
tooltip-ck/trunk/tooltip-ck.php
r2440816 r2450030 4 4 * Plugin URI: https://www.ceikay.com/plugins/tooltip-ck 5 5 * 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. 96 * Version: 2.2.10 7 7 * Author: Cédric KEIFLIN 8 8 * Author URI: https://www.ceikay.com … … 16 16 17 17 if (! defined('CK_LOADED')) define('CK_LOADED', 1); 18 if (! defined('TOOLTIPCK_VERSION')) define('TOOLTIPCK_VERSION', '2.2. 9');18 if (! defined('TOOLTIPCK_VERSION')) define('TOOLTIPCK_VERSION', '2.2.10'); 19 19 if (! defined('TOOLTIPCK_PLATFORM')) define('TOOLTIPCK_PLATFORM', 'wordpress'); 20 20 if (! defined('TOOLTIPCK_PATH')) define('TOOLTIPCK_PATH', dirname(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.