Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
32.9 KB
MD5: 6bf9363dacee1b55b97c0294b70b5507
SHA-1: 53463004f792bbd8548379bc1f5ea5d9dc63ead4
SHA-256: 49d8ea6b2895ae160585c68df167e6b2fb5bd20cb1a5ead00544514d931ae607
Download zip
44.43 KB
MD5: 0bd93cf5bd4b32110f0bd6bb8a8d779b
SHA-1: ee9ac5b128d97a3e8f64496bfa65e9f7f056360e
SHA-256: 4920ee2d3d6a083e86b959906e67eb64207a059a6c5d46f1b6bf07b9e7d0c7da
Release notes
Changes since 7.x-3.0-alpha1:
- #1321244 by aaron: Added Undocumented paused and resumed options.
- #1113012 by redndahead | ts145nera: Fixed Multiple Options problem.
- Fix indentation of settings so it looks nicer.
- Add option to hide controls if there is only a single row. Move the pager hiding up a level in the code since it should apply to all pagers.
- #1116118 by redndahead | linclark, bevan: Fixed Broken image URI breaks slideshow.
- #1027644 by dboulet, bt82: Added Allow custom row classes in Views Slideshow.
- #1240642 by Steven Jones: Fixed Views slideshow js is added in hook_init().
- Follow up patch should be && not ||
- #1081436 by osopolar, bensey | camdarley: Added Hide pager when there is only one slide.
- #1226804: Added metaAttr and width option. Also fixed my inability to do alphabetical order.
- #1212484 by thegreat, fenstrat, rootatwc, robin.puga, David Stosik | smithkyle1992: Fixed Hardcoded jQuery Cycle plugin filename (jquery.cycle.all.min.js) differs to source filename (jquery.cycle.all.js).
- #1270356 by redndahead: Remove old hoverIntent code and replace with libraries support.
- #1270326 by redndahead: Fixed Make pause/play handling more generic.
- Fixes error stating action_advanced is undefined.
- #1200082 by redndahead: Fixed Call to undefined function _views_slideshow_preprocess_views_slideshow_cycle_main_frame(). This may be just a start. Need to get a feel about how this will affect the module.
- Follow up to 1173910 unnecessary extra spaces.
- #1173910 by redndahead|morningtime: Fixed Custom template for views-slideshow.tpl.php fails: $skin and $slideshow lost .
- #1179354 by inolen: Fixed Can't override views-slideshow-pager-field.tpl.php.
- Follow up to 1128930
- #1128930 by iStryker: Fixed If you have a header and bottom pager, they have the same id.
- Forgot to add semicolons to cycle js.
- #1182644 by Rob Loach: Fixed 'missing ; before statement'.... Don't forget yer semi-colons!.
- Forgot to save file before committing last 7.x change.
- #1122180 by redndahead: Fixed Notice: Undefined variable: skin.
- #1102332 by mgifford: Fixed Not Accessible to Keyboards.
- #1074620 by redndahead: Fixed Pause on hover and pause on click don't work together.
- Move to views api version 3.
- #1159596 by grafikchaos: Fixed Make PHP function names valid (remove the [widget-type] from the function names).
- #1124914 by SentosaSoftware | dixhuit: Fixed Text controls still not clickable.
- #1167310 by olberd: Fixed 7.x-3.x undefined variable $module.
- #1147810 by chx: Fixed Wrong admin/build/modules link.
- Use empty instead of isset. And put the error first for better flow.
- Check to make sure a main slideshow is defined before building the slideshow.
- #1090052: Don't load javascript if libraries is not found. Should help some fatal errors.
- Merge branch '7.x-3.x' into 1090150-d7
- #1090150 by redndahead | metakel: Fixed active pager not styled, Widget settings' blank.
- #1079960 by redndahead | rvilar: Fixed Advanced options that require return values do not work.
- Let pagerAnchorBuilder accept returnVal as a return value.
- Cleanup whitespacing
- arbel, alduya: Fix problems with uniqueids when multiple of the same slideshow is added to the page.
- #1091478 by redndahead: Fixed Bad Implementation of ctools dependent. Also fix some indentation issues.
- #1091444 by redndahead: Fixed Notice: Undefined variable: modules in views_slideshow_plugin_style_slideshow()->options_form() (line 92.