filestack / filestack-rails

Official Ruby on Rails plugin for Filestack File Picker that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
https://www.filestack.com
Apache License 2.0
223 stars 102 forks source link

Any plans to support Filestack.js 1.+? #194

Closed thejspr closed 5 years ago

thejspr commented 6 years ago

Currently this gem uses the old v0.11.5 version of the filestack js library. Are there any plans to upgrade to the latest version?

gabifija commented 5 years ago

@thejspr Hi! We have updated Filestack Rails SDK to ver. 4.0.0, where we setup by default Filestack Picker version to 1.+. If you want to use older version (0.11.5), you can setup in configuration version to v2. By default version param is v3. See README for details.

thejspr commented 5 years ago

Thanks @gabifiolek