Changeset 2451458
- Timestamp:
- 01/06/2021 06:53:50 PM (5 years ago)
- Location:
- slideshow-ck/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
slideshow-ck.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
slideshow-ck/trunk/readme.txt
r2398059 r2451458 3 3 Tags: slideshow, image, diaporama 4 4 Requires at least: 4.0 5 Tested up to: 5. 5.16 Stable tag: 1.4. 55 Tested up to: 5.6 6 Stable tag: 1.4.6 7 7 License: GPLv2 or later 8 8 … … 55 55 == Changelog == 56 56 57 = 1.4.6 - 06 january 2021 = 58 * Fix issue with navigation arrows on mobile 59 57 60 = 1.4.5 - 12 october 2020 = 58 61 * Fix issue on thumbs container -
slideshow-ck/trunk/slideshow-ck.php
r2398080 r2451458 4 4 * Plugin URI: https://www.ceikay.com/plugins/slideshow-ck 5 5 * Description: Slideshow CK is a responsive slideshow plugin that show your images with nice effects. 6 * Version: 1.4. 56 * Version: 1.4.6 7 7 * Author: Cédric KEIFLIN 8 8 * Author URI: https://www.ceikay.com/ … … 17 17 18 18 if (! defined('CK_LOADED')) define('CK_LOADED', 1); 19 if (! defined('SLIDESHOWCK_VERSION')) define('SLIDESHOWCK_VERSION', '1.4. 5');19 if (! defined('SLIDESHOWCK_VERSION')) define('SLIDESHOWCK_VERSION', '1.4.6'); 20 20 if (! defined('SLIDESHOWCK_PLATFORM')) define('SLIDESHOWCK_PLATFORM', 'wordpress'); 21 21 if (! defined('SLIDESHOWCK_PATH')) define('SLIDESHOWCK_PATH', dirname(__FILE__)); … … 719 719 case 0: 720 720 // aucune 721 $navigation = "navigationHover: false, 721 $navigation = "navigationHover: false,mobileNavHover: false, 722 722 navigation: false, 723 723 playPause: false, … … 726 726 case 1: 727 727 // toujours 728 $navigation = "navigationHover: false, 728 $navigation = "navigationHover: false,mobileNavHover: false, 729 729 navigation: true, 730 730 playPause: true, … … 734 734 default: 735 735 // on mouseover 736 $navigation = "navigationHover: true, 736 $navigation = "navigationHover: true,mobileNavHover: true, 737 737 navigation: true, 738 738 playPause: true,
Note: See TracChangeset
for help on using the changeset viewer.