Skip to content

Commit

Permalink
Merge pull request #53 from Tealium/1.1.5
Browse files Browse the repository at this point in the history
Updated to iOS 5.8.2
  • Loading branch information
craigrouse authored Aug 13, 2021
2 parents ed9e949 + df5b6bf commit bb56dc5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Change Log

### 1.1.5
- Updated iOS dependency to fix code signing issue for TealiumIOSLifecycle framework.

### 1.1.4
- Upgraded core SDKs to tealium-android 5.9.1 and tealium-ios 5.8.1
- Updated Android Gradle files to use https to support AndroidX
Expand Down
2 changes: 1 addition & 1 deletion Tealium/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tealium-cordova-plugin",
"version": "1.1.4",
"version": "1.1.5",
"description": "Tealium Customer Data Hub",
"cordova": {
"id": "tealium-cordova-plugin",
Expand Down
4 changes: 2 additions & 2 deletions Tealium/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<source url="https://github.com/CocoaPods/Specs.git"/>
</config>
<pods use-frameworks="true">
<pod name="TealiumIOS" spec="5.8.1"/>
<pod name="TealiumIOSLifecycle" spec="5.8.1"/>
<pod name="TealiumIOS" spec="5.8.2"/>
<pod name="TealiumIOSLifecycle" spec="5.8.2"/>
</pods>
</podspec>

Expand Down
4 changes: 2 additions & 2 deletions TealiumSample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
],
"plugins": {
"tealium-cordova-crashreporter": {},
"tealium-cordova-plugin": {},
"tealium-cordova-installreferrer": {},
"tealium-cordova-adidentifier": {}
"tealium-cordova-adidentifier": {},
"tealium-cordova-plugin": {}
}
},
"dependencies": {},
Expand Down

0 comments on commit bb56dc5

Please sign in to comment.