Skip to content

Commit

Permalink
Merge pull request #91 from apptentive/develop
Browse files Browse the repository at this point in the history
Release 6.0.0
  • Loading branch information
frankus authored Jun 22, 2022
2 parents 9a9b354 + 45e0ea7 commit e2c4008
Show file tree
Hide file tree
Showing 304 changed files with 5,691 additions and 4,372 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
This document lets you know what has changed in the Cordova plugin. For changes in each version of the native SDKs, please see:

- [Android Changelog](https://github.com/apptentive/apptentive-android/blob/master/CHANGELOG.md)
- [iOS Changelog](https://github.com/apptentive/apptentive-ios/blob/master/CHANGELOG.md)
- [iOS Changelog](https://github.com/apptentive/apptentive-kit-ios/blob/master/CHANGELOG.md)

# 2022-06-21 - v6.0.0

- Apptentive Android SDK: 5.8.3
- Apptentive iOS SDK: 6.0.0

# 2022-04-13 - v5.8.4

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": "5.8.4",
"version": "6.0.0",
"description": "Apptentive Plugin For Cordova",
"cordova": {
"id": "apptentive-cordova",
Expand Down
8 changes: 4 additions & 4 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="5.8.4">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="apptentive-cordova" version="6.0.0">

<name>Apptentive</name>
<description>Apptentive Plugin For Cordova</description>
Expand Down Expand Up @@ -42,7 +42,7 @@
</config-file>
<config-file target="./res/values/strings.xml" parent="/resources">
<string name="apptentive_distribution">Cordova</string>
<string name="apptentive_distribution_version">5.8.4</string>
<string name="apptentive_distribution_version">6.0.0</string>
</config-file>
<framework src="com.apptentive:apptentive-android:5.8.3"/>
<source-file src="src/android/ApptentiveBridge.java" target-dir="src/com/apptentive/cordova"/>
Expand Down Expand Up @@ -75,7 +75,7 @@
</config-file>

<config-file target="*-Info.plist" parent="ApptentivePluginVersion">
<string>5.8.4</string>
<string>6.0.0</string>
</config-file>

<!-- ApptentiveBridge -->
Expand All @@ -95,7 +95,7 @@
<framework src="Storekit.framework" weak="true"/>
<framework src="SystemConfiguration.framework" weak="true"/>
<framework src="UIKit.framework" weak="true"/>
<framework src="src/ios/Apptentive.xcframework" embed="true" custom="true"/>
<framework src="src/ios/ApptentiveKit.xcframework" embed="true" custom="true"/>
</platform>

</plugin>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Loading

0 comments on commit e2c4008

Please sign in to comment.