Skip to content

Commit

Permalink
Merge pull request #114 from apptentive/updates/6.7.0
Browse files Browse the repository at this point in the history
Update for v6.7.0
  • Loading branch information
PoornimaApptentive authored Apr 24, 2024
2 parents d10aa93 + 1f3fbe6 commit 14f3f5e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 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.1.0
- Apptentive iOS SDK: 6.2.2
- Apptentive Android SDK: 6.7.0
- Apptentive iOS SDK: 6.7.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-04-24 - v6.7.0

- Apptentive Android SDK: 6.7.0
- Apptentive iOS SDK: 6.7.0

# 2023-08-02 - v6.2.1

- Apptentive Android SDK: 6.1.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.2.1",
"version": "6.7.0",
"description": "Apptentive Plugin For Cordova",
"cordova": {
"id": "apptentive-cordova",
Expand Down
2 changes: 1 addition & 1 deletion 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.2.1">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="apptentive-cordova" version="6.7.0">

<name>Apptentive</name>
<description>Apptentive Plugin For Cordova</description>
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.2.2",
distributionVersion: "6.7.0",

addCustomDeviceData: function (successCallback, errorCallback, key, value) {
cordova.exec(successCallback, errorCallback, "ApptentiveBridge", "addCustomDeviceData", [key, value]);
Expand Down

0 comments on commit 14f3f5e

Please sign in to comment.