Version 2.0.0
Added support for Active storage and all media management APIs added in ImageKit.
Breaking changes
If you are upgrading to 2.0.0 from version 1.x, make the following changes in your application:
- Remove config from environment file to initializer file as described here.
- Include
ImageKitIo::CarrierWave
in uploader class(for Carrierwave). - Remove
storage :imagekit_store
config from uploader. - Rename class
ImageKit::ImageKitClient
toImageKitIo::Client
- Rename class
ImageKitIo::ImageKitRequest
toImageKitIo::Request