diff --git a/.github/workflows/complete-release.yml b/.github/workflows/complete-release.yml index 3440d33..f1d3e68 100644 --- a/.github/workflows/complete-release.yml +++ b/.github/workflows/complete-release.yml @@ -10,7 +10,7 @@ on: jobs: tag-and-release: # Run only after release PR branch is merged - if: github.event.pull_request.merged == true && startsWith(github.head_ref, 'develop') + if: github.event.pull_request.merged == true && github.head_ref == 'develop' runs-on: ubuntu-latest steps: - name: Checkout diff --git a/.scripts/changes.md b/.scripts/changes.md index 084ab76..f617539 100644 --- a/.scripts/changes.md +++ b/.scripts/changes.md @@ -1,2 +1,2 @@ -- Apptentive Android SDK: 6.7.0 -- Apptentive iOS SDK: 6.7.0 +- Apptentive Android SDK: 6.8.0 +- Apptentive iOS SDK: 6.8.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9607dbb..488dc77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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-06-26 - v6.8.0 + +- Apptentive Android SDK: 6.8.0 +- Apptentive iOS SDK: 6.8.1 + # 2024-04-24 - v6.7.0 - Apptentive Android SDK: 6.7.0 diff --git a/package.json b/package.json index ae55ff0..fd9ddc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apptentive-cordova", - "version": "6.7.0", + "version": "6.8.0", "description": "Apptentive Plugin For Cordova", "cordova": { "id": "apptentive-cordova", diff --git a/plugin.xml b/plugin.xml index 82448db..40cb6cc 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + Apptentive Apptentive Plugin For Cordova @@ -54,7 +54,7 @@ - + @@ -112,7 +112,7 @@ - + diff --git a/www/Apptentive.js b/www/Apptentive.js index 42de9e4..1b1a129 100644 --- a/www/Apptentive.js +++ b/www/Apptentive.js @@ -1,5 +1,5 @@ var Apptentive = { - distributionVersion: "6.7.0", + distributionVersion: "6.8.0", addCustomDeviceData: function (successCallback, errorCallback, key, value) { cordova.exec(successCallback, errorCallback, "ApptentiveBridge", "addCustomDeviceData", [key, value]);