From 569557a75ab43e57c01efcac0b06a2c6fd5ea3db Mon Sep 17 00:00:00 2001 From: Cole Moore Date: Thu, 25 May 2023 12:42:13 +0400 Subject: [PATCH] Preparing for release 4.2.2 --- README.md | 8 +++++--- .../SwiftFCSDKiOS.docc/Version-4.2.2.md | 13 +++++++++++++ 2 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/Version-4.2.2.md diff --git a/README.md b/README.md index 56e3961..2a7c656 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,16 @@ | **iOS (simulator)** | ✅ | ✅ | -#### Please Follow this repository for the lateset SDK notifications. +#### Please Follow this repository for the latest SDK notifications. ## Documentation -We are happy to introduce *DocC* documenation for SwiftFCSDKiOS. Simply build the documentaion with **Command + Control + Shift + D** in your app and have all the documentation that you need right in Xcode. +We are happy to introduce *DocC* documentation for SwiftFCSDKiOS. Simply build the documentation with **Command + Control + Shift + D** in your app and have all the documentation that you need right in Xcode. ## Version Changes +[Version 4.2.2 ](https://github.com/cbajapan/swift-fcsdk-ios/blob/main/Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/Version-4.2.2.md 'Version 4.2.2') + [Version 4.2.1 ](https://github.com/cbajapan/swift-fcsdk-ios/blob/main/Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/Version-4.2.1.md 'Version 4.2.1') [Version 4.2.0 ](https://github.com/cbajapan/swift-fcsdk-ios/blob/main/Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/Version-4.2.0.md 'Version 4.2.0') @@ -60,7 +62,7 @@ We are happy to introduce *DocC* documenation for SwiftFCSDKiOS. Simply build th ```swift dependencies: [ - .package(url: "https://github.com/cbajapan/fcsdk-ios.git", from: "4.0.0") + .package(url: "https://github.com/cbajapan/swift-fcsdk-ios.git", from: "4.0.0") ] ``` diff --git a/Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/Version-4.2.2.md b/Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/Version-4.2.2.md new file mode 100644 index 0000000..c2bf0b9 --- /dev/null +++ b/Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/Version-4.2.2.md @@ -0,0 +1,13 @@ +# Version 4.2.2 + +This article describes changes in version 4.2.2 of FCSDKiOS + +## Overview + +Version 4.2.2 has several bug fixes and performance improvements. Below is a list of bug fixes. + +### Under certain conditions a crash would occur when making a call. + +### Potential crash was fixed during a call state transition change from ```.preparingBufferView``` to ```.error```. + +### Potential capture session hang was occurring when buffer views were being used.