Plugin Directory

Changeset 2451458


Ignore:
Timestamp:
01/06/2021 06:53:50 PM (5 years ago)
Author:
ced1870
Message:

1.4.6

Location:
slideshow-ck/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • slideshow-ck/trunk/readme.txt

    r2398059 r2451458  
    33Tags: slideshow, image, diaporama
    44Requires at least: 4.0
    5 Tested up to: 5.5.1
    6 Stable tag: 1.4.5
     5Tested up to: 5.6
     6Stable tag: 1.4.6
    77License: GPLv2 or later
    88
     
    5555== Changelog ==
    5656
     57= 1.4.6 - 06 january 2021 =
     58* Fix issue with navigation arrows on mobile
     59
    5760= 1.4.5 - 12 october 2020 =
    5861* Fix issue on thumbs container
  • slideshow-ck/trunk/slideshow-ck.php

    r2398080 r2451458  
    44 * Plugin URI: https://www.ceikay.com/plugins/slideshow-ck
    55 * Description: Slideshow CK is a responsive slideshow plugin that show your images with nice effects.
    6  * Version: 1.4.5
     6 * Version: 1.4.6
    77 * Author: Cédric KEIFLIN
    88 * Author URI: https://www.ceikay.com/
     
    1717
    1818if (! defined('CK_LOADED')) define('CK_LOADED', 1);
    19 if (! defined('SLIDESHOWCK_VERSION')) define('SLIDESHOWCK_VERSION', '1.4.5');
     19if (! defined('SLIDESHOWCK_VERSION')) define('SLIDESHOWCK_VERSION', '1.4.6');
    2020if (! defined('SLIDESHOWCK_PLATFORM')) define('SLIDESHOWCK_PLATFORM', 'wordpress');
    2121if (! defined('SLIDESHOWCK_PATH')) define('SLIDESHOWCK_PATH', dirname(__FILE__));
     
    719719            case 0:
    720720                // aucune
    721                 $navigation = "navigationHover: false,
     721                $navigation = "navigationHover: false,mobileNavHover: false,
    722722                        navigation: false,
    723723                        playPause: false,
     
    726726            case 1:
    727727                // toujours
    728                 $navigation = "navigationHover: false,
     728                $navigation = "navigationHover: false,mobileNavHover: false,
    729729                        navigation: true,
    730730                        playPause: true,
     
    734734            default:
    735735                // on mouseover
    736                 $navigation = "navigationHover: true,
     736                $navigation = "navigationHover: true,mobileNavHover: true,
    737737                        navigation: true,
    738738                        playPause: true,
Note: See TracChangeset for help on using the changeset viewer.