Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@imagekitio imagekitio released this 06 Dec 06:16
· 82 commits to master since this release

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 to ImageKitIo::Client
  • Rename class ImageKitIo::ImageKitRequest to ImageKitIo::Request