views_slideshow 7.x-3.9

Bug fixes

Known Regressions:
- [288739] Due to changes required to fix a bug with pagers in some cases, the Views Slideshow generated ID has changed on some slideshow. In most cases this will not be a problem, however, if you are targeting this ID with your custom CSS or JS, this will cause problems.

Minor bug release.

Changes since 7.x-3.8:

views_slideshow 8.x-4.4

Bug fixes
New features

Some small bug fixes, 1 new feature: different # of rows on first slide.
Also some changes only of interest to developers: improved api documentation/groups/comments - which you can see on the Views Slideshow API docs.

Changes since 8.x-4.3:

views_slideshow 7.x-3.8

Bug fixes

One important bug fix and then a bunch of changes that only matter to developers: improvements to the developer/api documentation (see the compiled developer api documentation for what the changes actually do when used with the API Module).

Changes since 7.x-3.7:

views_slideshow 7.x-3.7

Bug fixes
New features

Changes since 7.x-3.6:

Mostly fixing new bugs in 7.x-3.6 (sorry everyone), also fixes a long standing bug that was never triggered somehow. Most importantly in some ways: adds a simple numeric pager!

views_slideshow 8.x-4.3

Bug fixes
New features

Most important is the PHP 7.1 fix (thanks Mfernea & VIc Luijkx). Beyond that, just some small fixes and reworked 'hide if only 1 slide' functionality for controls. Now works for all widgets (including counter) and improved performance.

views_slideshow 7.x-3.5

Bug fixes
New features

Mostly bug fixes, plus some minor features. Including #A11y improvements.

Changes since 7.x-3.4:

views_slideshow 7.x-3.4

Bug fixes

Bugfix release. Released mostly due to #2841199 which was introduced in 7.x-3.3 and made the admin/modules page inaccessible.

Changes since 7.x-3.3:

views_slideshow 7.x-3.3

Bug fixes

Quite a bit of cleanup and bug fixes, no new features.
Thanks everyone for all the reports and especially patches!

Changes since 7.x-3.2:

views_slideshow 8.x-4.2

Bug fixes

Changes since 8.x-4.1:

views_slideshow 7.x-3.2

Bug fixes
New features

Mostly a bug fix release although also adds Drush support to automatically download the required libraries as mentioned in the project page (been in dev for a year+).

Changes since 7.x-3.1:

views_slideshow 6.x-3.1

Bug fixes

6.x-3.x is deprecated and updating to 7.x or 8.x is strongly recommended.
However if the meantime it was felt better to have a bug fix release for these issues.
The most significant change is support for PHP 5.4+. Do note that minimal testing has been done recently and minimal support is offered.

Changes since 6.x-3.0:

views_slideshow 6.x-2.5

Bug fixes

Simple bugfix release mostly to include compatibility with PHP 5.4. Support for 6.x-2.x is deprecated and updating to 7.x or 8.x is strongly recommended.

views_slideshow 8.x-4.1

Bug fixes

Changes since 8.x-4.0: Mostly bug fixes, a bit of code cleanup/standards complaince/maintenance and added automated testing.

views_slideshow 8.x-4.0

Views Slideshow has been in Alpha 4 for 3 months now without any major issue. It's time to release a first stable release before including new features.

views_slideshow 8.x-4.0-alpha4

Bug fixes

- Fix an issue with default settings not properly set.
- Improve Jquery Cycle library installation message.

views_slideshow 8.x-4.0-alpha3

Bug fixes

- Update placeholder format in t().
- Initiate the form before passing it to each widget form builder method.

views_slideshow 8.x-4.0-alpha1

First release for v4 API which is using Drupal 8 patterns such as services and plugins.

views_slideshow 7.x-3.1

Bug fixes

#1333026: "Hide pager when there is only one slide" option hides the pager even if there are more than one slides. by redndahead | dougzilla: Fixed 'Hide pager when there is only one slide' option hides the pager even if there are more than one slides.
Add documentation
#792322: Update README.txt: version 3.0 has new dependancies and different modules than 2.0 by jenlampton: Update README.txt: version 3.0 has new dependancies and different modules than 2.0.
Add a class to the pause/play control to know what the status is.
Issue #1041992: Empty View Result -> Slideshow should render nothing! by redndahead, axe312: Fixed Empty View Result -> Slideshow should render nothing!.
Issue #1057036: How to pause on hover anytime within animation by redndahead | nicholas.alipaz: Added How to pause on hover anytime within animation.
Clean spacing
Issue #846658: Add additional template suggestions so one can theme per slideshow by redndahead, intyms: Added additional template suggestions so one can theme per slideshow.
Missed the cycle theme functions
Follow-up to #1057036. There was missing code.
Issue #1494942: Slide Counter error when Start On Last Slide Viewed is selected by ldpm | James A: Fixed Slide Counter error when Start On Last Slide Viewed is selected.
Issue #1366850: Notify users of missing jQuery cycle plugin via hook_requirements by ldpm | jenlampton: Notify users of missing jQuery cycle plugin via hook_requirements().
Issue #1468816: Use hook_requirements to check for views version by ldpm | frobinrobin: Use hook_requirements() to check for views version.
Issue #1387630: Bug in views_slideshow.js when minified by nburles: Fixed Bug in views_slideshow().js when minified.
Issue #1499552: Call to undefined function _views_slideshow_cycle_pause_libary_path() by jghyde | August1914: Fixed Call to undefined function _views_slideshow_cycle_pause_libary_path().

views_slideshow 7.x-3.0-alpha1

New features
Bug fixes

IF YOU HAVE AN OLDER VERSION OF VIEWS SLIDESHOW 3 DO NOT UPGRADE THIS VERSION UNTIL YOU INSTALL http://drupal.org/project/libraries

There are some bugs in this version that need to be fixed. It will require the latest dev release of ctools.

We will track the releases with views so when views moves to beta this will move to beta.

views_slideshow 6.x-3.0-beta1

New features

This is the newest version which will only work on views 3.

Changes Since Version 2

  • Singleframe and Thumbnailhover have been combined into the Views Slideshow Cycle module. Singleframe and ThumbnailHover are still available, but are marked as legacy modules. They will be removed in the next major release. There is no migration path from singleframe/thumbnailhover to cycle.
  • Support for plugin-able pagers. So other modules may add their own pager types. You can see an example on how to do this here http://drupal.org/node/903250
  • Support for skins. You may now create a module that allows you to add your own skins so one can easily change the layout of the slideshow through the settings. You can see an example on how to do this here http://drupal.org/node/909020
  • More templates. If you look in the views_slideshow/contrib/views_slideshow_cycle/theme directory you can see there are numerous tpl.php files you can use to override the default style of the slideshow.
  • Redesigned settings page. The settings page has been redesigned to offer the most used features by default so one can quickly get going. You can find additional options under the advanced settings checkboxes.

views_slideshow 6.x-2.3

New features
Bug fixes

Changes since DRUPAL-6--2-2:

Features

  • Ability to have the slideshow automatically pause when a certain amount of the slide is not visible.
  • Option to display more than one views row in a slide.

Full Changelog

  • #836922 by redndahead | izmeez, intyms: Added Views slideshow auto pause when
    slide is not visible on screen.
  • #842268 by redndahead: Fixed Remember slide days is never visible in views
    slideshow thumbnailhover.

views_slideshow 6.x-2.2

Bug fixes

Major Bug Fix

  • Editing options in Internet Explorer should now work.

Changes since DRUPAL-6--2-1:

views_slideshow 6.x-2.1

New features
Bug fixes

Make sure your cache gets cleared after this update. If you run into any issues resaving your slideshow settings may correct it.

There are changes to the css classes in a few places. If you have styled your slideshow make sure to check your css to see if it still works. Specifically the activeSlide class is no longer on the a tag of the thumbnail. It is now on the div tag. So if your css has a.activeSlide change it to .activeSlide a

Views Slideshow ThumbnailHover requires Views 2.7+

New Features

views_slideshow 6.x-3.x-dev

New features

We reserve the right to change this at any time. We may make a change that breaks your slideshow. If you do use this be prepared to recreate your slideshow settings whenever you update.

This version will support views 3 and only views 3. It will not work with views 2. It currently works fine so far in views 3 in my limited testing.

views_slideshow 6.x-2.0

New features
Bug fixes

Changes since DRUPAL-6--2-0-BETA5:

  • recrit: Fix missing change of $teasers_top and $teasers_bottom to $breakout_top
    and $breakout_bottom
  • #774982 by mstrelan | redndahead: Fixed Cleartype settings are ignored due to
    incorrect types.
  • Folowup for 774982 don't use eval if we don't have to.
  • #775432 by redndahead | upstreamstudios: Fixed Links not working properly.

views_slideshow 6.x-2.0-beta5

New features
Bug fixes

Changes since DRUPAL-6--2-0-BETA4:

If you have a custom tpl.php for thumbnailhover the $teasers_bottom and $teasers_top have been changed to $breakout_bottom and $breakout_top for better consistency

As long as there are no new issues this should become 2.0 final

views_slideshow 6.x-2.0-beta4

Bug fixes

Fixes bug that didn't migrate settings for all contrib modules except for singleframe.

Changes since DRUPAL-6--2-0-BETA3:

  • #769732 by redndahead: Fixed Thumbnailhover and other modules settings to
    upgrade to new variable layout.

views_slideshow 6.x-2.0-beta3

New features
Bug fixes

There is a serious issue with this release if you already have a thumbnailhover slideshow. There should be a new release shortly to take care of this.

Although not required it is recommended that you edit your slideshow settings and then save it. This will resave some values and may alleviate issues you may encounter.

Changes since DRUPAL-6--2-0-BETA2:

views_slideshow 6.x-2.0-beta2

New features
Bug fixes

This marks the second beta release. This adds some new features as well as some bug fixes. There are a couple of issues that we would like to get in before doing a full release.
#404894: Block caching prevents the javascript from always being loaded
#554438: Support FIELDS as views rows style
#571224: Problem with $id variable when overriding breakout-teaser

Changes

Views Slideshow
----------------------
#575410: Multiple slideshows on the same page; only the most recently added one works by redndahead | picardo
#574446: Notify user if no slideshow plugin module is enabled by redndahead
#583204: Wrong table name in update function by oddments
#589122: Remove unnecessary files and definitions by redndahead
#589582: Use jquery to show hide plugin options as you choose the plugin by redndahead

Views Slideshow SingleFrame
--------------------------------------
#344046: Add Cleartype options in the settings page. by jrglasgow, redndahead
#573274: timeout value should be casted to an int in views_slideshow.js by hadsie
#559002: Choosing none doesn't seem to load Cycle JS by redndahead
#575410: Multiple slideshows on the same page; only the most recently added one works by redndahead | picardo
#562748: Support control links and image count for non-js users by redndahead | mcarbone
#560116: Support for odd/even classes on output by redndahead | mpettitt
#332011: Allow for delay in start of slideshow by redndahead, dwees
#585942: Classes not set properly on views_slideshow_singleframe_div_* by adamo
#558662: Create ability to add 1 of 4 type pager by redndahead
#590324: Group IE settings into a fieldset and fix misnamed form value in thumbnailhover by redndahead
#589096: Add textarea for extra jQuery cycle settings by redndahead
#588944: Allow one to choose either thumbnails or numbers as pager items by redndahead
#589582: Use jquery to show hide plugin options as you choose the plugin by redndahead
#591454: Image Count does not show by redndahead
#558640: More flexible layout by redndahead
#562196: Error : the cycle jQuery plugin is not defined by guix

Views Slideshow ThumbnailHover
--------------------------------------------
#344046: Add Cleartype options in the settings page. by jrglasgow, redndahead
#573274: timeout value should be casted to an int in views_slideshow.js by hadsie
#559002: Choosing none doesn't seem to load Cycle JS by redndahead
#575410: Multiple slideshows on the same page; only the most recently added one works by redndahead | picardo
#562748: Support control links and image count for non-js users by redndahead | mcarbone
#560116: Support for odd/even classes on output by redndahead | mpettitt
#332011: Allow for delay in start of slideshow by redndahead, dwees
#585942: Classes not set properly on views_slideshow_singleframe_div_* by adamo
#558662: Create ability to add 1 of 4 type pager by redndahead
#590324: Group IE settings into a fieldset and fix misnamed form value in thumbnailhover by redndahead
#589096: Add textarea for extra jQuery cycle settings by redndahead
#588944: Allow one to choose either thumbnails or numbers as pager items by redndahead

views_slideshow 6.x-2.x-dev

Bug fixes
New features

dev version for the DRUPAL-6--2 branch: we're adding support for jquery cycle, and revamping the API to make it useful as a basis for other slideshow & rotator modules.

views_slideshow 6.x-1.0-beta2

New features
Bug fixes

Creating a new release to clear up dev for new planned functionality.

* Add Update 6000 function to rebuild theme (aaron).
* Separate theme functions into new tpl.php files (aaron).
* Create API to allow modules to plug into Views Slideshow (aaron).
* Load Cycle when using Single Frame mode (aaron).
* Add jQuery Cycle plugin js file (aaron).
* 324640/KarenS PHP Notices (robertDouglass/Karens).

Pages

Subscribe with RSS Subscribe to Releases for Views Slideshow