Skip to content

Commit

Permalink
Release 6.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshjain29 committed Mar 26, 2024
1 parent 9cae02a commit 27b24ea
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 12 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 6.13.3
### Fix
- Crash due to wrong constraints
- Attach missing screenshot to form loaded from cache/offline
- Mock file corrected
- Keyboard Hidden

### Update
- Added Xcode 15 support
## 6.13.2
### Fix
- Targeting percentage for survey reactivation
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

import PackageDescription

let version = "6.13.2"
let checksum = "2e8a13f8d04c7b1c3e9226188413f632417be475a01250912f6a768ac63a5c2a"
let version = "6.13.3"
let checksum = "83714bd2c37bb559ce0c84c2bdba731fe88f6dfb40b7992f0909b1a294424c53"
let url = "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v\(version)/UsabillaXCFramework.zip"

let package = Package(
Expand Down
13 changes: 4 additions & 9 deletions Readme.MD
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,15 @@ Read the [Default Events](#defaultevents) section for a explanation of the new f
- [Telemetry data collection](#Telemetry-data-collection)
- [Getting User feedback in app](#Getting-user-feedback-in-app)
- [Standard Events](#standardevents)
- [Support](#support)

* * *

## Requirements
- iOS 11+
- Xcode 13+
- iOS 12+
- Xcode 15+
- Swift 4.0+

**Note : v`6.12.2` can be used for `Xcode 12` & for `Xcode 14+` use v`6.12.3` onwards.**
**Note : v`6.13.2` can be used for `Xcode 14` & for `Xcode 15+` use v`6.13.3` onwards.**

## Installation

Expand All @@ -87,7 +86,7 @@ use_frameworks!

target 'YourProjectTarget' do

pod 'Usabilla', '~> 6.13.2'
pod 'Usabilla', '~> 6.13.3'

End
```
Expand Down Expand Up @@ -894,7 +893,3 @@ For Default events,`SDK` only listen to system events and based on these events
For the campaigns eligible with the **EXIT or CRASH** events will be added to a queue and it will be given a chance to show on the next launch, together with any other default-events triggered.

[Click here](https://support.usabilla.com/hc/en-us/articles/4747575452562) to read more about events.

##<a id="support"></a> Support

If you need help, want to report an issue, or have a question please reach out to the support team via our [Help Center](https://help.surveymonkey.com/en/contact/#getfeedback) or email [support@usabilla.com](mailto:support@usabilla.com)
1 change: 1 addition & 0 deletions Usabilla.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"6.13.3": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.13.3/UsabillaXCFramework.zip",
"6.13.2": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.13.2/UsabillaXCFramework.zip",
"6.13.12": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.13.12/UsabillaXCFramework.zip",
"6.13.1": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.13.1/UsabillaXCFramework.zip",
Expand Down
2 changes: 1 addition & 1 deletion Usabilla.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "6.13.2"
version = "6.13.3"

Pod::Spec.new do |s|

Expand Down

0 comments on commit 27b24ea

Please sign in to comment.