Skip to content

Commit

Permalink
Release 6.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshjain29 committed Aug 24, 2022
1 parent 3b50553 commit a555026
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 6.12.2
### Fix
- Text alignment with Chinese letters
- Max moods rating ( Getting mood rating as 6)
- Avoid storing empty Standard Event Modules (Triggering a campaign on launch)
## 6.12.1
### Fix
- Occurrences issue for multiple campaigns with same event name
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.12.1"
let checksum = "c6467571eeb60ae151f2a2a76367ca4ac30726c62049d34f9ad7222ea38989df"
let version = "6.12.2"
let checksum = "4e63e9bc1b50758197eb12a9a11719cd2ef738de3353d02ac01eb265f3a92027"
let url = "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v\(version)/UsabillaXCFramework.zip"

let package = Package(
Expand Down
6 changes: 3 additions & 3 deletions Readme.MD
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ use_frameworks!

target 'YourProjectTarget' do

pod 'Usabilla', '~> 6.12.1'
pod 'Usabilla', '~> 6.12.2'

End
```
Expand Down Expand Up @@ -857,13 +857,13 @@ If the question is not answered ```null``` will be the value
The data can be obtained like this
```swift

func feedbackResultSubmitted(userResponse: Data) {
func feedbackResultSubmitted(userResponse: Data) {
if let jsonString = String(data: userResponse, encoding: String.Encoding.ascii) {
//// use the data
}

}
```

## Default Events
Expand Down
1 change: 1 addition & 0 deletions Usabilla.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"6.12.2": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.12.2/UsabillaXCFramework.zip",
"6.12.1": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.12.1/UsabillaXCFramework.zip",
"6.12.0": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.12.0/UsabillaXCFramework.zip",
"6.11.1": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.11.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.12.1"
version = "6.12.2"

Pod::Spec.new do |s|

Expand Down

0 comments on commit a555026

Please sign in to comment.