Plugin Directory

Changeset 2593647


Ignore:
Timestamp:
09/04/2021 11:25:57 AM (5 years ago)
Author:
ced1870
Message:

1.4.9

Location:
slideshow-ck/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • slideshow-ck/trunk/interfaces/edit.php

    r2159587 r2593647  
    440440                    <option value="fadeFromBottom">fadeFromBottom</option>
    441441                    <option value="none">none</option>';
    442             echo $this->fields->render('select', 'captioneffect', '', $options_captioneffect)
     442            echo $this->fields->render('select', 'captioneffect', null, $options_captioneffect)
    443443            ?>
    444444        </div>
  • slideshow-ck/trunk/readme.txt

    r2463752 r2593647  
    44Requires at least: 4.0
    55Tested up to: 5.6
    6 Stable tag: 1.4.8
     6Stable tag: 1.4.9
    77License: GPLv2 or later
    88
     
    5555== Changelog ==
    5656
     57= 1.4.9 - 02 september 2021 =
     58* Fix issue with caption effect field
     59
    5760= 1.4.8 - 27 january 2021 =
    5861* Add compatibility with PHP 8
  • slideshow-ck/trunk/slideshow-ck.php

    r2463752 r2593647  
    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.8
     6 * Version: 1.4.9
    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.7');
     19if (! defined('SLIDESHOWCK_VERSION')) define('SLIDESHOWCK_VERSION', '1.4.9');
    2020if (! defined('SLIDESHOWCK_PLATFORM')) define('SLIDESHOWCK_PLATFORM', 'wordpress');
    2121if (! defined('SLIDESHOWCK_PATH')) define('SLIDESHOWCK_PATH', dirname(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.