cordova-plugin-onetrust-cmp 6.35.0 → 6.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -2
- package/package.json +1 -1
- package/plugin.xml +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
|
-
# 6.
|
|
1
|
+
# 6.38.0
|
|
2
|
+
* Adds support for OneTrust 6.38.0
|
|
3
|
+
|
|
4
|
+
# 6.37.0
|
|
5
|
+
* Adds support for OneTrust 6.37.0
|
|
6
|
+
|
|
7
|
+
# 6.36.0
|
|
8
|
+
* Adds support for OneTrust 6.36.0
|
|
9
|
+
|
|
10
|
+
# 6.35.0
|
|
2
11
|
* Adds support for OneTrust 6.35.0
|
|
3
12
|
|
|
4
13
|
# 6.34.1
|
|
@@ -73,4 +82,4 @@
|
|
|
73
82
|
|
|
74
83
|
# 6.16.0
|
|
75
84
|
* Added ability to pass in custom JSON on Android
|
|
76
|
-
* Added documentation for using custom UI plist on iOS
|
|
85
|
+
* Added documentation for using custom UI plist on iOS
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cordova-plugin-onetrust-cmp",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.38.0",
|
|
4
4
|
"description": "OneTrust is the leading Consent Management solution provider. This plugin exposes OneTrust's native CMP functionality to Cordova and Ionic environments.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
package/plugin.xml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version='1.0' encoding='utf-8'?>
|
|
2
|
-
<plugin id="cordova-plugin-onetrust-cmp" version="6.
|
|
2
|
+
<plugin id="cordova-plugin-onetrust-cmp" version="6.38.0"
|
|
3
3
|
xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
|
4
4
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
5
5
|
<name>OneTrust</name>
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
<config>
|
|
19
19
|
</config>
|
|
20
20
|
<pods use-frameworks="true">
|
|
21
|
-
<pod name="OneTrust-CMP-XCFramework" spec="~> 6.
|
|
21
|
+
<pod name="OneTrust-CMP-XCFramework" spec="~> 6.38.0.0" />
|
|
22
22
|
</pods>
|
|
23
23
|
</podspec>
|
|
24
24
|
</platform>
|
|
25
25
|
<platform name="android">
|
|
26
|
-
<framework src="com.onetrust.cmp:native-sdk:6.
|
|
26
|
+
<framework src="com.onetrust.cmp:native-sdk:6.38.0.0" />
|
|
27
27
|
<framework src="androidx.appcompat:appcompat:1.2.0" />
|
|
28
28
|
<config-file parent="/*" target="res/xml/config.xml">
|
|
29
29
|
<feature name="OneTrust">
|
|
@@ -37,4 +37,4 @@
|
|
|
37
37
|
<source-file src="src/android/CMPActivity.java" target-dir="src/com/onetrust/cordova" />
|
|
38
38
|
<source-file src="src/android/activity_c_m_p.xml" target-dir="res/layout" />
|
|
39
39
|
</platform>
|
|
40
|
-
</plugin>
|
|
40
|
+
</plugin>
|