Skip to content

Commit

Permalink
Merge pull request #123 from apptentive/updates/6.9.0
Browse files Browse the repository at this point in the history
Update for v6.9.0
  • Loading branch information
frankus authored Oct 4, 2024
2 parents 52a86fb + f900b3a commit 2fa82cd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .scripts/changes.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Apptentive Android SDK: 6.8.0
- Apptentive iOS SDK: 6.8.1
- Apptentive Android SDK: 6.9.0
- Apptentive iOS SDK: 6.9.0
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ This document lets you know what has changed in the Cordova plugin. For changes
- [Android Changelog](https://github.com/apptentive/apptentive-kit-android/blob/master/CHANGELOG.md)
- [iOS Changelog](https://github.com/apptentive/apptentive-kit-ios/blob/master/CHANGELOG.md)

# 2024-10-03 - v6.9.0

- Apptentive Android SDK: 6.9.0
- Apptentive iOS SDK: 6.9.0

# 2024-06-26 - v6.8.0

- Apptentive Android SDK: 6.8.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apptentive-cordova",
"version": "6.8.0",
"version": "6.9.0",
"description": "Apptentive Plugin For Cordova",
"cordova": {
"id": "apptentive-cordova",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="apptentive-cordova" version="6.8.0">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="apptentive-cordova" version="6.9.0">

<name>Apptentive</name>
<description>Apptentive Plugin For Cordova</description>
Expand Down Expand Up @@ -112,7 +112,7 @@
<source url="https://github.com/CocoaPods/Specs.git"/>
</config>
<pods use-frameworks="true">
<pod name="ApptentiveKit" spec="~&gt; 6.8.1" swift-version="5"/>
<pod name="ApptentiveKit" spec="~&gt; 6.9.0" swift-version="5"/>
</pods>
</podspec>
</platform>
Expand Down
2 changes: 1 addition & 1 deletion www/Apptentive.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var Apptentive = {
distributionVersion: "6.8.0",
distributionVersion: "6.9.0",

addCustomDeviceData: function (successCallback, errorCallback, key, value) {
cordova.exec(
Expand Down

0 comments on commit 2fa82cd

Please sign in to comment.