File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2020-->
2121# Release Notes
2222
23+ ### 4.1.1 (Feb 09, 2016)
24+ * Edit package.json license to match SPDX id
25+ * [ CB-10419] ( https://issues.apache.org/jira/browse/CB-10419 ) cordova-plugin-file 4.0.0 error with browserify workflow
26+
2327### 4.1.0 (Jan 15, 2016)
2428* added ` .ratignore ` file
2529* CB-10319 ** android** Adding reflective helper methods for permission requests
Original file line number Diff line number Diff line change 11{
22 "name" : " cordova-plugin-file" ,
3- "version" : " 4.1.1-dev " ,
3+ "version" : " 4.1.1" ,
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.1.1-dev " >
24+ version =" 4.1.1" >
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.1.1-dev " >
25+ version =" 4.1.1" >
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