Skip to content

Commit

Permalink
Bumped the version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shnist committed Dec 10, 2018
1 parent 6bb67a9 commit ee9058a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Changelog
==========================

2.1.0
----------------

*Features*
* #234 Add optional android version support variable at installation

*Bug fixes*
* #176 Various Android fixes. To verify it doesn't break anything, I tested opening a PDF and installing an APK on Android 4.1, 4.4, 5.0, 6.0, and 7.0.
* #155 iOS: use contentType if provided, otherwise fall back to file extension
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A File Opener Plugin for Cordova (The Original Version)
==========================
This plugin will open a file on your device file system with its default application.

Current Version: 2.0.19
Current Version: 2.1.0
----------------

Requirements
Expand Down
2 changes: 1 addition & 1 deletion 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://www.phonegap.com/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-file-opener2" version="2.0.19">
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-file-opener2" version="2.1.0">

<name>File Opener2</name>
<description>A File Opener Plugin for Cordova. (The Original Version)</description>
Expand Down

0 comments on commit ee9058a

Please sign in to comment.