OK, I'm partly to blame for this .. mainly because I didn't pay enough attention when updating this module (as I had a lot of module updates)... however I didn't think that the update to this module would have such major changes.
Basically, it would be very nice to warn those users that don't pay enough attention (like me) that the Views Slideshow 3 is for Views 3 and that there is no upgrade path (I know this information is already on the project page... this is highly critical information but does not stand out enough.
It would be nice to be warned about the lack of compatibility when updating the module... so it can be reverted immediately.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 1468816-d7-1.patch | 437 bytes | ldpm |
Comments
Comment #1
robinmofo commentedSorry.... a good way to make this "very clear" would be to copy the Views project page; by putting v6.3 under "Other Releases" and keeping the v6.2 under the "Recommended" version.
Comment #2
redndahead commentedExcept version 3 is recommended. I can see if I can use hook_requirements to see if the views version is correct.
Comment #3
ldpm commented(assigning to myself to work on)
Comment #4
ldpm commentedDrupal 7 can simply require a version number in the dependencies section of the .info file. A patch is attached.
However, we should use hook_requirements for the Drupal 6 version, similar to the d7 code below.
Comment #5
redndahead commentedThis was committed for 7.x and 3.x