Skip to content

Commit

Permalink
Release v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
katzer committed Mar 1, 2016
1 parent b47df31 commit 5b6189e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## ChangeLog
#### Version 0.8.3 (not yet released)
- 63 commits including bug fixes and enhancements
#### Version 0.8.3 (01.03.2016)
63 commits including bug fixes and enhancements:
- [___change:___] New plugin ID: _cordova-plugin-email-composer_
- [enhancement:] Published on npm
- [enhancement:] Allowed the chooser header text to be configured (#113)
Expand All @@ -12,7 +12,7 @@
- [bugfix:] Crash on iOS when presenting view controller from background (#169)
- [bugfix:] Crash on iOS when no email account is setup
- [bugfix:] Resolved issues with attachments on all platforms
- See the commits for more
- ...

#### Version 0.8.2 (01.03.2015)
- Added new namespace `cordova.plugins.email`<br>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Add the following xml to your config.xml to always use the latest version of thi


## ChangeLog
#### Version 0.8.3 (not yet released)
#### Version 0.8.3 (01.03.2016)
63 commits including bug fixes and enhancements:
- [___change:___] New plugin ID: _cordova-plugin-email-composer_
- [enhancement:] Published on npm
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.3-dev",
"version": "0.8.3",
"description": "Provides access to the standard interface that manages the editing and sending an email message",
"cordova": {
"id": "de.appplant.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 @@ -24,7 +24,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.3-dev">
version="0.8.3">

<name>EmailComposer</name>

Expand Down

0 comments on commit 5b6189e

Please sign in to comment.