diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..7116dada --- /dev/null +++ b/CHANGELOG.md @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index db7b4729..5bcdac3a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/plugin.xml b/plugin.xml index 38885f72..a368e8cf 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + File Opener2 A File Opener Plugin for Cordova. (The Original Version)