Skip to content

Commit

Permalink
Release 6.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshjain29 committed Feb 1, 2023
1 parent 6a154cf commit c535a2f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 6.13.0
### Fix
- HTTP 414 issue (Targeting url length issue)
- Update continue button state on mood selection
### Update
- Added Campaign Reactivation ( Now campaign can show more than once)
## 6.12.3
### Fix
- App Freezing on ios 16 after campaign finished/cancelled
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.3"
let checksum = "af25a78866cf6a0c261c2dc1be3b47953338f4d7fb760f0741e447e1c9525fb2"
let version = "6.13.0"
let checksum = "a41f87dfb39b45f57cddf3102897b16c00cff0cf402fde64874c17311ce70782"
let url = "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v\(version)/UsabillaXCFramework.zip"

let package = Package(
Expand Down
8 changes: 6 additions & 2 deletions Readme.MD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Usabilla for Apps - iOS SDK
Usabilla for Apps allows you to collect feedback from your users with great ease and flexibility.

Read the [Standard Events](#standardevents) section for a explanation of the new fetures introduces in SDK 6.12.2
Read the [Default Events](#defaultevents) section for a explanation of the new fetures introduces in SDK 6.12.0
* * *

- [Usabilla for Apps - iOS SDK](#usabilla-for-apps---ios-sdk)
Expand All @@ -19,6 +19,7 @@ Read the [Standard Events](#standardevents) section for a explanation of the new
- [Targeting options](#targeting-options)
- [Campaign toggling](#campaign-toggling)
- [Campaign submission callback](#campaign-submission-callback)
- [Reactivate a campaign](#reactivate-a-campaign)
- [Resetting all campaigns](#resetting-all-campaigns)
- [Managing an existing campaign](#managing-an-existing-campaign)
- [Campaign results](#campaign-results)
Expand Down Expand Up @@ -85,7 +86,7 @@ use_frameworks!

target 'YourProjectTarget' do

pod 'Usabilla', '~> 6.12.3'
pod 'Usabilla', '~> 6.13.0'

End
```
Expand Down Expand Up @@ -243,6 +244,9 @@ func campaignDidClose(withFeedbackResult result: FeedbackResult, isRedirectToApp
```
Unlike the Passive feedback method, the campaigns method only returns one [FeedbackResult](#feedbackresult) and is called only once.

### Reactivate a campaign
**Note: From 6.13.0 we are introducing campaign reactivation with these feature during campaign creation or after creation, a campaign can be added / modified with reactivation duration which is in days - for example if a campaign sets with reactivation in 7 days i.e. A campaign can be shown again after 7 days if all the prior conditions for campaign met again ( like language, percentage, repeatition/ trigger).**

### Resetting all campaigns

During development and testing, it might be useful to reset the status of your campaigns and allow them to be displayed again.
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.13.0": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.13.0/UsabillaXCFramework.zip",
"6.12.3": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.12.3/UsabillaXCFramework.zip",
"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",
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.3"
version = "6.13.0"

Pod::Spec.new do |s|

Expand Down

0 comments on commit c535a2f

Please sign in to comment.