File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2020-->
2121# Release Notes
2222
23+ ### 6.0.0 (Dec 15, 2017)
24+ * [ CB-13668] ( https://issues.apache.org/jira/browse/CB-13668 ) Remove deprecated platforms
25+
2326### 5.0.0 (Nov 06, 2017)
2427* [ CB-13481] ( https://issues.apache.org/jira/browse/CB-13481 ) (android) Don't ask for permission to read ` file:///android_asset/ `
2528* [ CB-13518] ( https://issues.apache.org/jira/browse/CB-13518 ) Add 'protective' entry to ` cordovaDependencies `
Original file line number Diff line number Diff line change 11{
22 "name" : " cordova-plugin-file" ,
3- "version" : " 6.0.0-dev " ,
3+ "version" : " 6.0.0" ,
44 "description" : " Cordova File Plugin" ,
55 "types" : " ./types/index.d.ts" ,
66 "cordova" : {
Original file line number Diff line number Diff line change 2121<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
2222xmlns:android=" http://schemas.android.com/apk/res/android"
2323 id =" cordova-plugin-file"
24- version =" 6.0.0-dev " >
24+ version =" 6.0.0" >
2525 <name >File</name >
2626 <description >Cordova File Plugin</description >
2727 <license >Apache 2.0</license >
Original file line number Diff line number Diff line change 2222 xmlns : rim =" http://www.blackberry.com/ns/widgets"
2323 xmlns : android =" http://schemas.android.com/apk/res/android"
2424 id =" cordova-plugin-file-tests"
25- version =" 5 .0.1-dev " >
25+ version =" 6 .0.0 " >
2626
2727 <name >Cordova File Plugin Tests</name >
2828 <license >Apache 2.0</license >
You can’t perform that action at this time.
0 commit comments