Skip to content

Commit

Permalink
Release v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
katzer committed Jan 24, 2019
1 parent eaf7fb9 commit 41994ee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

## ChangeLog

#### Version 0.9.2 (24.01.2019)
- Fix package android.support.v4.content does not exist

#### Version 0.9.1 (13.12.2018)
- Fix line breaks (\r\n) on Android

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": "cordova-plugin-email-composer",
"version": "0.9.1",
"version": "0.9.2",
"description": "Provides access to the standard interface that manages the editing and sending an email message",
"cordova": {
"id": "cordova-plugin-email-composer",
Expand Down
5 changes: 4 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-email-composer"
version="0.9.1">
version="0.9.2">

<name>EmailComposer</name>

Expand Down Expand Up @@ -91,7 +91,9 @@
<!-- android -->
<platform name="android">
<preference name="ANDROID_SUPPORT_V4_VERSION" default="27.+"/>

<framework src="com.android.support:support-v4:$ANDROID_SUPPORT_V4_VERSION"/>

<config-file target="config.xml" parent="/*">
<feature name="EmailComposer">
<param name="android-package"
Expand Down Expand Up @@ -137,6 +139,7 @@
<js-module src="src/windows/EmailComposerProxy.js" name="EmailComposerProxy">
<runs />
</js-module>

<js-module src="src/windows/EmailComposerProxyImpl.js" name="EmailComposerProxyImpl">
<runs />
</js-module>
Expand Down

0 comments on commit 41994ee

Please sign in to comment.