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
+12-4
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,16 @@
1
+
## 1.4.0 (Nov, 07, 2020)
2
+
* Prefixed error classes with `CCPA` to avoid class naming clashes with the GDPR SDK [#50](https://github.com/SourcePointUSA/CCPA_iOS_SDK/pull/50)
3
+
* Fixed an issue with authenticated consent not clearing user data when authId changed [#54](https://github.com/SourcePointUSA/CCPA_iOS_SDK/pull/54)
4
+
* Significantly improved end-to-end testing
5
+
6
+
## 1.3.3 (Oct, 09, 2020)
7
+
* Fixed an issue that was causing clash between GeneralRequestError class in GDPR and CCPA SDKs [#50](https://github.com/SourcePointUSA/CCPA_iOS_SDK/pull/50).
8
+
## 1.3.2 (Sept, 29, 2020)
9
+
* Fixed an issue that was causing clash between onError methods in GDPR and CCPA SDKs [#48](https://github.com/SourcePointUSA/CCPA_iOS_SDK/pull/48).
1
10
## 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
-
11
+
* Fix an issue that'd prevent the onAction delegate method from being called [#47](https://github.com/SourcePointUSA/CCPA_iOS_SDK/pull/47).
12
+
* Implement .description to Action class [#46](https://github.com/SourcePointUSA/CCPA_iOS_SDK/pull/46).
13
+
* Make sure onConsentReady is called on all actions that closes the ConsentUI [#41](https://github.com/SourcePointUSA/CCPA_iOS_SDK/pull/41).
6
14
## 1.3.0 (Jun, 12, 2020)
7
15
* 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).
8
16
* 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:
0 commit comments