File tree Expand file tree Collapse file tree 5 files changed +54
-50
lines changed
Expand file tree Collapse file tree 5 files changed +54
-50
lines changed Original file line number Diff line number Diff line change 11# DocuSign Native iOS SDK Changelog
22
3+ ## [ v4.0.1] - 04/09/2025
4+
5+ ### Fixed
6+ * Conditional Logic for optional signature and initials tab now works for all cases.
7+
38## [ v4.0.0] - 03/03/2025
49
510### Added
Original file line number Diff line number Diff line change 33
44Pod ::Spec . new do |s |
55 s . name = 'DocuSign'
6- s . version = '4.0.0 '
6+ s . version = '4.0.1 '
77 s . summary = 'Docusign Native iOS Framework to sign and send in your iOS apps'
88
99 s . description = <<-DESC
@@ -29,5 +29,5 @@ Pod::Spec.new do |s|
2929 "DocuSignAPI.xcframework" ]
3030 s . resource = 'DocuSignSDK.xcframework/**/DocuSignSDK.bundle'
3131 # Update the source path for new release
32- s . source = { :http => "https://docucdn-a.akamaihd.net/prod/docusigniossdk/4.0.0 /DocuSignCombined.zip" }
32+ s . source = { :http => "https://docucdn-a.akamaihd.net/prod/docusigniossdk/4.0.1 /DocuSignCombined.zip" }
3333end
You can’t perform that action at this time.
0 commit comments