Skip to content

Commit

Permalink
Version 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiz1 committed Apr 14, 2024
1 parent f3b1631 commit b4daed1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
5.0.0 / 2024-04-14
==================

Breaking Changes
----------------
* Remove CLDURLCache in favor of native URLCache
* Remove ImageCache
* Old cache saved to the disk will be purged

New functionality
-----------------
* Add URLCache support for `CLDUIImageVIew`


4.7.0 / 2024-03-25
==================

Expand Down
2 changes: 1 addition & 1 deletion Cloudinary.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Cloudinary'
s.version = '4.7.0'
s.version = '5.0.0'
s.summary = "Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline."

s.description = <<-DESC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import UIKit

internal class CLDNetworkCoordinator: NSObject {

static let DEFAULT_VERSION = "4.7.0"
static let DEFAULT_VERSION = "5.0.0"

fileprivate struct CLDNetworkCoordinatorConsts {
static let BASE_CLOUDINARY_URL = "https://api.cloudinary.com"
Expand Down

0 comments on commit b4daed1

Please sign in to comment.