File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 2020-->
2121# Release Notes
2222
23+ ### 4.1.0 (Jan 15, 2016)
24+ * added ` .ratignore ` file
25+ * CB-10319 ** android** Adding reflective helper methods for permission requests
26+ * CB-10023 Fix ` proxy not found error ` on Chrome.
27+ * CB-8863 ** ios** Fix block usage of self
28+
2329### 4.0.0 (Nov 18, 2015)
2430* [ CB-10035] ( https://issues.apache.org/jira/browse/CB-10035 ) Updated ` RELEASENOTES ` to be newest to oldest
2531* [ CB-8497] ( https://issues.apache.org/jira/browse/CB-8497 ) Fix handling of file paths with ` # ` character
Original file line number Diff line number Diff line change 11{
22 "name" : " cordova-plugin-file" ,
3- "version" : " 4.0.1-dev " ,
3+ "version" : " 4.1.0 " ,
44 "description" : " Cordova File Plugin" ,
55 "cordova" : {
66 "id" : " cordova-plugin-file" ,
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 =" 4.0.1-dev " >
24+ version =" 4.1.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 =" 4.0.1-dev " >
25+ version =" 4.1.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