File tree Expand file tree Collapse file tree
Cloudinary/Classes/Core/Network Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 5.0.0 / 2024-04-14
2+ ==================
3+
4+ Breaking Changes
5+ ----------------
6+ * Remove CLDURLCache in favor of native URLCache
7+ * Remove ImageCache
8+ * Old cache saved to the disk will be purged
9+
10+ New functionality
11+ -----------------
12+ * Add URLCache support for ` CLDUIImageVIew `
13+
14+
1154.7.0 / 2024-03-25
216==================
317
Original file line number Diff line number Diff line change 88
99Pod ::Spec . new do |s |
1010 s . name = 'Cloudinary'
11- s . version = '4.7 .0'
11+ s . version = '5.0 .0'
1212 s . summary = "Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline."
1313
1414 s . description = <<-DESC
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import UIKit
2727
2828internal class CLDNetworkCoordinator : NSObject {
2929
30- static let DEFAULT_VERSION = " 4.7 .0"
30+ static let DEFAULT_VERSION = " 5.0 .0"
3131
3232 fileprivate struct CLDNetworkCoordinatorConsts {
3333 static let BASE_CLOUDINARY_URL = " https://api.cloudinary.com "
You can’t perform that action at this time.
0 commit comments