Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 94a17f0

Browse files
committed
prepare 1.5.0
1 parent 6cff1db commit 94a17f0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CCPAConsentViewController.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'CCPAConsentViewController'
3-
s.version = '1.4.0'
3+
s.version = '1.5.0'
44
s.summary = 'SourcePoint\'s CCPAConsentViewController to handle privacy consents.'
55
s.homepage = 'https://www.sourcepoint.com'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.5.0 (Dec, 15, 2020)
2+
* Added a feature to attach an arbitrary payload(publisher data) to action data. Check how to use it in this [section of the README](https://github.com/SourcePointUSA/CCPA_iOS_SDK#pubdata). [#55](https://github.com/SourcePointUSA/CCPA_iOS_SDK/pull/55)
3+
14
## 1.4.0 (Nov, 07, 2020)
25
* Prefixed error classes with `CCPA` to avoid class naming clashes with the GDPR SDK [#50](https://github.com/SourcePointUSA/CCPA_iOS_SDK/pull/50)
36
* Fixed an issue with authenticated consent not clearing user data when authId changed [#54](https://github.com/SourcePointUSA/CCPA_iOS_SDK/pull/54)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ We strongly recommend the use of [CocoaPods](https://cocoapods.org) in order to
88
In your `Podfile` add the following line to your app target:
99

1010
```
11-
pod 'CCPAConsentViewController', '1.4.0'
11+
pod 'CCPAConsentViewController', '1.5.0'
1212
```
1313
### Carthage
1414
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.

0 commit comments

Comments
 (0)