Bumped the version to 2.1.0

This commit is contained in:
shnist 2018-12-10 16:46:35 +00:00
parent 6bb67a9fa1
commit ee9058a3c5
3 changed files with 14 additions and 2 deletions

12
CHANGELOG.md Normal file
View File

@ -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

View File

@ -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

View File

@ -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>