File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Cloudinary/Classes/Core/Network Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11
2+ 3.1.0 / 2021-12-03
3+ ==================
4+
5+ New functionality
6+ -----------------
7+ * Add support for ` backgroundRemoval ` upload parameter
8+
9+ Other changes
10+ -------------
11+ * Fix ` Carthage `
12+
2133.0.3 / 2021-11-14
314==================
415
Original file line number Diff line number Diff line change 88
99Pod ::Spec . new do |s |
1010 s . name = 'Cloudinary'
11- s . version = '3.0.3 '
11+ s . version = '3.1.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 @@ -29,7 +29,7 @@ internal class CLDNetworkCoordinator: NSObject {
2929
3030 fileprivate struct CLDNetworkCoordinatorConsts {
3131 static let BASE_CLOUDINARY_URL = " https://api.cloudinary.com "
32- static let DEFAULT_VERSION = " 3.0.3 "
32+ static let DEFAULT_VERSION = " 3.1.0 "
3333
3434 static let API_KEY = " api_key "
3535 }
You can’t perform that action at this time.
0 commit comments