File tree Expand file tree Collapse file tree 6 files changed +20
-6
lines changed Expand file tree Collapse file tree 6 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 20
20
-->
21
21
# Release Notes
22
22
23
+ ### 8.0.0 (Jul 07, 2023)
24
+
25
+ * [ GH-534 ] ( https://github.com/apache/cordova-plugin-file/pull/534 ) fix(android): ` FileError ` on a content ` resolveLocalFileSystemURL `
26
+ * [ GH-566 ] ( https://github.com/apache/cordova-plugin-file/pull/566 ) feat(android): add ` READ_MEDIA_* ` permissions for Android 13+
27
+ * [ GH-576 ] ( https://github.com/apache/cordova-plugin-file/pull/576 ) feat(android)!: bump ` cordova-android@12 ` requirement
28
+ * [ GH-575 ] ( https://github.com/apache/cordova-plugin-file/pull/575 ) ci: sync github workflow with paramedic base configs
29
+ * [ GH-574 ] ( https://github.com/apache/cordova-plugin-file/pull/574 ) chore: update ` @cordova/eslint-config@5.0.0 ` w/ fixes
30
+ * [ GH-556 ] ( https://github.com/apache/cordova-plugin-file/pull/556 ) feat(android)!: remove ` WRITE_EXTERNAL_STORAGE ` permission from ` plugin.xml `
31
+ * [ GH-554 ] ( https://github.com/apache/cordova-plugin-file/pull/554 ) spec(android): fix spec based on testing environment
32
+ * [ GH-547 ] ( https://github.com/apache/cordova-plugin-file/pull/547 ) fix(types): Mark ` FileWriter.write ` to support ` ArrayBuffer ` data
33
+ * [ GH-535 ] ( https://github.com/apache/cordova-plugin-file/pull/535 ) ci: sync workflow with paramedic
34
+ * [ GH-531 ] ( https://github.com/apache/cordova-plugin-file/pull/531 ) dep(npm): bump package-lock v2 w/ rebuild
35
+ * [ GH-529 ] ( https://github.com/apache/cordova-plugin-file/pull/529 ) ci(android): update java requirement for ` cordova-android@11 `
36
+
23
37
### 7.0.0 (Apr 08, 2022)
24
38
25
39
* [ GH-520 ] ( https://github.com/apache/cordova-plugin-file/pull/520 ) test(android): disable ` content ` scheme tests
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-file" ,
3
- "version" : " 8.0.0-dev " ,
3
+ "version" : " 8.0.0" ,
4
4
"description" : " Cordova File Plugin" ,
5
5
"types" : " ./types/index.d.ts" ,
6
6
"cordova" : {
Original file line number Diff line number Diff line change 21
21
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
22
22
xmlns:android=" http://schemas.android.com/apk/res/android"
23
23
id =" cordova-plugin-file"
24
- version =" 8.0.0-dev " >
24
+ version =" 8.0.0" >
25
25
<name >File</name >
26
26
<description >Cordova File Plugin</description >
27
27
<license >Apache 2.0</license >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-file-tests" ,
3
- "version" : " 8.0.0-dev " ,
3
+ "version" : " 8.0.0" ,
4
4
"description" : " " ,
5
5
"cordova" : {
6
6
"id" : " cordova-plugin-file-tests" ,
Original file line number Diff line number Diff line change 21
21
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
22
22
xmlns : android =" http://schemas.android.com/apk/res/android"
23
23
id =" cordova-plugin-file-tests"
24
- version =" 8.0.0-dev " >
24
+ version =" 8.0.0" >
25
25
26
26
<name >Cordova File Plugin Tests</name >
27
27
<license >Apache 2.0</license >
You can’t perform that action at this time.
0 commit comments