mirror of
https://gitee.com/shuto/cordova-plugin-file-opener2.git
synced 2025-01-31 12:02:49 +08:00
Bumped the version to 2.1.0
This commit is contained in:
parent
6bb67a9fa1
commit
ee9058a3c5
12
CHANGELOG.md
Normal file
12
CHANGELOG.md
Normal 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
|
@ -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.
|
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
|
Requirements
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?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>
|
<name>File Opener2</name>
|
||||||
<description>A File Opener Plugin for Cordova. (The Original Version)</description>
|
<description>A File Opener Plugin for Cordova. (The Original Version)</description>
|
||||||
|
Loading…
Reference in New Issue
Block a user