Plugin Directory

Changeset 2041988


Ignore:
Timestamp:
03/01/2019 09:39:34 AM (7 years ago)
Author:
emtly
Message:
  1. Slider speed issue fixed!
  2. Updated to Wordpress 5.1
Location:
blaster-slider/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • blaster-slider/trunk/assets/runtime/shortcodes.php

    r1983003 r2041988  
    3939        $attributes = array();
    4040
    41         $attributes['timeout'] = 5000;
     41        $attributes['timeout'] = get_post_meta($id, 'blaster_slider_speed', true);
    4242        $attributes['id'] = get_post_meta($id, 'blaster_slider_id', true);
    4343        $attributes['height'] = get_post_meta($id, 'blaster_slider_height', true);
  • blaster-slider/trunk/readme.txt

    r1999402 r2041988  
    33Tags: slider, foto, photo, image, picture, album, slide, media, showcase, view, responsive, photoslider, photoset, imageslider, images, albums, pictures, photos, slides, gallery, slideshow, blaster, blasterslider
    44Requires at least: 3.8
    5 Tested up to: 5.0.2
     5Tested up to: 5.1
    66Stable tag: 1.0
    77License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.