Changeset 2593647
- Timestamp:
- 09/04/2021 11:25:57 AM (5 years ago)
- Location:
- slideshow-ck/trunk
- Files:
-
- 3 edited
-
interfaces/edit.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
slideshow-ck.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
slideshow-ck/trunk/interfaces/edit.php
r2159587 r2593647 440 440 <option value="fadeFromBottom">fadeFromBottom</option> 441 441 <option value="none">none</option>'; 442 echo $this->fields->render('select', 'captioneffect', '', $options_captioneffect)442 echo $this->fields->render('select', 'captioneffect', null, $options_captioneffect) 443 443 ?> 444 444 </div> -
slideshow-ck/trunk/readme.txt
r2463752 r2593647 4 4 Requires at least: 4.0 5 5 Tested up to: 5.6 6 Stable tag: 1.4. 86 Stable tag: 1.4.9 7 7 License: GPLv2 or later 8 8 … … 55 55 == Changelog == 56 56 57 = 1.4.9 - 02 september 2021 = 58 * Fix issue with caption effect field 59 57 60 = 1.4.8 - 27 january 2021 = 58 61 * Add compatibility with PHP 8 -
slideshow-ck/trunk/slideshow-ck.php
r2463752 r2593647 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. 86 * Version: 1.4.9 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. 7');19 if (! defined('SLIDESHOWCK_VERSION')) define('SLIDESHOWCK_VERSION', '1.4.9'); 20 20 if (! defined('SLIDESHOWCK_PLATFORM')) define('SLIDESHOWCK_PLATFORM', 'wordpress'); 21 21 if (! defined('SLIDESHOWCK_PATH')) define('SLIDESHOWCK_PATH', dirname(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.