Skip to content

Commit

Permalink
Release v0.8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
katzer committed Jan 25, 2018
1 parent 921d6a1 commit a73e4f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

## ChangeLog

#### Version 0.8.13 (25.02.2018)
- Fix potential wrong result for isAvailable on iOS+OSX by using scheme other then `mailto:`
- Fix open app from background thread by using scheme other then `mailto:`

#### Version 0.8.12 (09.01.2018)
- Internal code refactoring
- Added `type` property to specify the content type (#283)
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.8.12",
"version": "0.8.13",
"description": "Provides access to the standard interface that manages the editing and sending an email message",
"cordova": {
"id": "cordova-plugin-email-composer",
Expand Down
2 changes: 1 addition & 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.8.12">
version="0.8.13">

<name>EmailComposer</name>

Expand Down

0 comments on commit a73e4f7

Please sign in to comment.