2amigos / yii2-gallery-widget

BlueImp Gallery Widget for Yii2
http://yiiwheels.com
Other
60 stars 37 forks source link

assets error for newest file-upload-widget #24

Open krissss opened 6 years ago

krissss commented 6 years ago

In your package yii2-file-upload-widget, you use this package as a dependency to handle preview of upload pictures. But I'm using it as a preview to download.

Then I found that:

This package require "bower-asset/blueimp-gallery": "~2.17.0",this means blueimp-gallery between 2.17.0 and 2.18.0, but blueimp-gallery has updated to 2.28.0. I think you should use this for fix: "bower-asset/blueimp-gallery": "2.*".

tonydspaniard commented 6 years ago

Thank you for your findings and the time spent on this widget. I'll do my best to update it asap.

Nevertheless, pull requests are welcome.