Skip to content

Commit

Permalink
Merge pull request #73 from apptentive/develop
Browse files Browse the repository at this point in the history
Release 5.6.1
  • Loading branch information
frankus authored Oct 21, 2020
2 parents 6729750 + 64f8f2e commit f9c1978
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ This document lets you know what has changed in the Cordova plugin. For changes
- [Android Changelog](https://github.com/apptentive/apptentive-android/blob/master/CHANGELOG.md)
- [iOS Changelog](https://github.com/apptentive/apptentive-ios/blob/master/CHANGELOG.md)

# 2020-10-20 - v5.6.1

**Fixes:**
- Fixed missing framework crash on device.

- Apptentive Android SDK: 5.6.0
- Apptentive iOS SDK: 5.3.1

# 2020-09-28 - v5.6.0

- Apptentive Android SDK: 5.6.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": "5.6.0",
"version": "5.6.1",
"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.6.0">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="apptentive-cordova" version="5.6.1">

<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.6.0</string>
<string name="apptentive_distribution_version">5.6.1</string>
</config-file>
<framework src="com.apptentive:apptentive-android:5.6.0"/>
<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.6.0</string>
<string>5.6.1</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" custom="true"/>
<framework src="src/ios/Apptentive.xcframework" embed="true" custom="true"/>
</platform>

</plugin>

0 comments on commit f9c1978

Please sign in to comment.