File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Cloudinary/Classes/Core/Network Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1+ 4.6.0 / 2024-03-12
2+ ==================
3+
4+ New functionality
5+ -----------------
6+ * Add support for ` media_metadata `
7+
8+ Other Changes
9+ -------------
10+ * Fix video analytics
11+
1124.5.0 / 2024-02-18
213==================
14+
315Other Changes
416-------------
517 * Add privacy manifest
618
7194.4.0 / 2024-01-15
820==================
21+
922Other Changes
1023-------------
1124 * Update analytics token
1225
13264.3.0 / 2023-12-25
1427==================
28+
1529Other Changes
1630-------------
1731 * Add video player analytics
1832
19334.2.0 / 2023-10-12
2034==================
35+
2136Other Changes
2237-------------
2338 * Update analytics token
2439
25404.1.1 / 2023-09-18
2641==================
42+
2743Other Changes
2844-------------
2945 * Fix analytics import
Original file line number Diff line number Diff line change 88
99Pod ::Spec . new do |s |
1010 s . name = 'Cloudinary'
11- s . version = '4.5 .0'
11+ s . version = '4.6 .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.5 .0 "
30+ static let DEFAULT_VERSION = " 4.6 .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