Skip to content

Commit

Permalink
Merge pull request #545 from checkout/update/samples-and-versions
Browse files Browse the repository at this point in the history
Update samples and versions
  • Loading branch information
okhan-okbay-cko authored Aug 6, 2024
2 parents df79dd5 + 44995d9 commit 81e5dc1
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 13 deletions.
17 changes: 17 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.

#### 4.x Releases


## [4.3.7](https://github.com/checkout/frames-ios/releases/tag/4.3.7)

Released on 2024-08-06

Updates:

- Removing the need to await for Risk SDK completion

## [4.3.6](https://github.com/checkout/frames-ios/releases/tag/4.3.6)

Released on 2024-05-30

Updates:

- Fixing a crash within the Risk SDK implementation.

## [4.3.5](https://github.com/checkout/frames-ios/releases/tag/4.3.5)

Released on 2024-05-01
Expand Down
2 changes: 1 addition & 1 deletion Checkout.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Checkout'
s.version = '4.3.6'
s.version = '4.3.7'
s.summary = 'Checkout SDK for iOS'

s.description = <<-DESC
Expand Down
4 changes: 1 addition & 3 deletions Checkout/Samples/CocoapodsSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ target 'CheckoutCocoapodsSample' do
use_frameworks!

# Pods for CheckoutSDKCocoapodsSample
# pod 'Checkout', '4.3.7'
pod 'Checkout', :git => 'https://github.com/checkout/frames-ios.git', :branch => 'feature/risk-sdk-timeout-recovery'

pod 'Checkout', '4.3.7'
end
2 changes: 1 addition & 1 deletion Checkout/Source/Validation/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public enum Constants {
}

enum Product {
static let version = "4.3.6"
static let version = "4.3.7"
static let name = "checkout-ios-sdk"
static let userAgent = "checkout-sdk-ios/\(version)"
}
Expand Down
4 changes: 2 additions & 2 deletions Frames.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Frames"
s.version = "4.3.6"
s.version = "4.3.7"
s.summary = "Checkout API Client, Payment Form UI and Utilities in Swift"
s.description = <<-DESC
Checkout API Client and Payment Form Utilities in Swift.
Expand All @@ -21,6 +21,6 @@ Pod::Spec.new do |s|

s.dependency 'PhoneNumberKit'
s.dependency 'CheckoutEventLoggerKit', '~> 1.2.4'
s.dependency 'Checkout', '4.3.6'
s.dependency 'Checkout', '4.3.7'

end
2 changes: 1 addition & 1 deletion Source/Core/Constants/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
enum Constants {

static let productName = "frames-ios-sdk"
static let version = "4.3.6"
static let version = "4.3.7"
static let userAgent = "checkout-sdk-frames-ios/\(version)"

enum Logging {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1238,8 +1238,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/checkout/frames-ios";
requirement = {
branch = "feature/risk-sdk-timeout-recovery";
kind = branch;
kind = exactVersion;
version = 4.3.7;
};
};
16C3F83E2A7927ED00690639 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */ = {
Expand Down
4 changes: 1 addition & 3 deletions iOS Example Frame/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ target 'iOS Example Frame' do
use_frameworks!

# Pods for iOS Example Custom
# pod 'Frames', '4.3.6'
pod 'Frames', :git => 'https://github.com/checkout/frames-ios.git', :branch => 'feature/risk-sdk-timeout-recovery'

pod 'Frames', '4.3.7'
end

post_install do |installer|
Expand Down

0 comments on commit 81e5dc1

Please sign in to comment.