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 d9ebf40 commit ee065e4
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-Xcode-12.5.1"
let checksum = "d94073a63f9846a6a91a41c32d7c31e73c1ecda02bd2f7fbc2cee0de6b5f9314"
let version = "6.12.2-Xcode-12.5.1"
let checksum = "4f3abf50a424b8d558ece06a367d3b4ecc2f41d9f9d839028bd952db6e3024da"
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-Xcode-12.5.1/UsabillaXCFramework.zip",
"6.12.1": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.12.1-Xcode-12.5.1/UsabillaXCFramework.zip",
"6.12.0": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.12.0-Xcode-12.5.1/UsabillaXCFramework.zip",
"6.11.1": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.11.1-Xcode-12.5.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-Xcode-12.5.1"
version = "6.12.2-Xcode-12.5.1"

Pod::Spec.new do |s|

Expand Down

0 comments on commit ee065e4

Please sign in to comment.