Plugin Directory

Changeset 728040


Ignore:
Timestamp:
06/18/2013 07:00:50 PM (13 years ago)
Author:
3dolab
Message:

update warning

Location:
combo-slideshow
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • combo-slideshow/tags/1.7/readme.txt

    r728039 r728040  
    45455. Add and manage your slides in the 'Slideshow' section (or just use the built in wordpress gallery)
    46466. Put the shortcode `[slideshow post_id="X" exclude="" caption="on/off"]` to embed a slideshow with the images of a post into your posts/pages or use `[slideshow custom=1]` to embed a slideshow with your custom added slides or `<?php if (class_exists('CMBSLD_Gallery')) { $CMBSLD_Gallery = new CMBSLD_Gallery(); $CMBSLD_Gallery -> slideshow($output = true, $post_id = null); }; ?>` into your WordPress theme
     47
     48* Please take care when updating, due to the new slide administration system any custom slideshow created with previous versions of the plugin will not work and won't even be shown
    4749
    4850== Additional Parameter Info ==
  • combo-slideshow/trunk/readme.txt

    r728039 r728040  
    45455. Add and manage your slides in the 'Slideshow' section (or just use the built in wordpress gallery)
    46466. Put the shortcode `[slideshow post_id="X" exclude="" caption="on/off"]` to embed a slideshow with the images of a post into your posts/pages or use `[slideshow custom=1]` to embed a slideshow with your custom added slides or `<?php if (class_exists('CMBSLD_Gallery')) { $CMBSLD_Gallery = new CMBSLD_Gallery(); $CMBSLD_Gallery -> slideshow($output = true, $post_id = null); }; ?>` into your WordPress theme
     47
     48* Please take care when auto-updating, due to new slide administration system any custom slideshow created with previous versions of the plugin will not work and won't even be shown
    4749
    4850== Additional Parameter Info ==
Note: See TracChangeset for help on using the changeset viewer.