You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 16, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
## 1.3.1 (Aug, 13, 2020)
2
+
* Fix an issue that'd prevent the `onAction` delegate method from being called #47
3
+
* Implement `.description` to `Action` class #46
4
+
* Make sure `onConsentReady` is called on all actions that closes the ConsentUI #41
5
+
1
6
## 1.3.0 (Jun, 12, 2020)
2
7
* Store the `IABUSPrivacy_String` as spec'ed by the [CCPA IAB](https://github.com/InteractiveAdvertisingBureau/USPrivacy/blob/master/CCPA/USP%20API.md#in-app-support).
3
8
* Store the "ccpa applies" boolean. This is not covered by the IAB CCPA In-app spec so we're using our own key. It can be retrieved by reading it from the `UserDefaults` with:
Copy file name to clipboardExpand all lines: README.md
+12-7
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ We strongly recommend the use of [CocoaPods](https://cocoapods.org) in order to
8
8
In your `Podfile` add the following line to your app target:
9
9
10
10
```
11
-
pod 'CCPAConsentViewController', '1.3.0'
11
+
pod 'CCPAConsentViewController', '1.3.1'
12
12
```
13
13
### Carthage
14
14
We also support [Carthage](https://github.com/Carthage/Carthage). It requires a couple more steps to install so we dedicated a whole [wiki page](https://github.com/SourcePointUSA/CCPA_iOS_SDK/wiki/Carthage-SDK-integration-guide) for it.
@@ -33,8 +33,6 @@ It's pretty simple, here are 5 easy steps for you:
0 commit comments