Skip to content

Commit

Permalink
Merge pull request #39 from apptentive/develop
Browse files Browse the repository at this point in the history
Release 4.1.0
  • Loading branch information
weeeBox authored Nov 13, 2017
2 parents 5678112 + fa94105 commit 9665157
Show file tree
Hide file tree
Showing 63 changed files with 35 additions and 1,711 deletions.
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-android/blob/master/CHANGELOG.md)
- [iOS Changelog](https://github.com/apptentive/apptentive-ios/blob/master/CHANGELOG.md)

# 2017-11-13 - v4.1.0

- Apptentive Android SDK: 4.1.2
- Apptentive iOS SDK: 4.1.0

# 2017-10-13 - v4.0.2

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

<name>ApptentiveBridge</name>
<description>Apptentive Plugin For Cordova</description>
Expand Down Expand Up @@ -38,10 +38,12 @@
<config-file target="AndroidManifest.xml" parent="application">
<meta-data android:name="apptentive_key" android:value="$ANDROID_APP_KEY"/>
<meta-data android:name="apptentive_signature" android:value="$ANDROID_APP_SIGNATURE"/>
<meta-data android:name="apptentive_sdk_distribution" android:value="Cordova"/>
<meta-data android:name="apptentive_sdk_distribution_version" android:value="4.0.2"/>
</config-file>
<framework src="com.apptentive:apptentive-android:4.0.2"/>
<config-file target="./res/values/strings.xml" parent="/resources">
<string name="apptentive_distribution">Cordova</string>
<string name="apptentive_distribution_version">4.1.0</string>
</config-file>
<framework src="com.apptentive:apptentive-android:4.1.2"/>
<source-file src="src/android/ApptentiveBridge.java" target-dir="src/com/apptentive/cordova"/>
<source-file src="src/android/JsonHelper.java" target-dir="src/com/apptentive/cordova"/>
</platform>
Expand Down Expand Up @@ -72,7 +74,7 @@
</config-file>

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

<!-- ApptentiveBridge -->
Expand Down
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified src/ios/apptentive_ios_sdk/ApptentiveResources.bundle/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 9665157

Please sign in to comment.