Skip to content

Commit f2cfe30

Browse files
committed
release(file-v8.0.1): updated version and RELEASENOTES.md
1 parent 1925ac0 commit f2cfe30

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
lines changed

RELEASENOTES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@
2020
-->
2121
# Release Notes
2222

23+
### 8.0.1 (Oct 27, 2023)
24+
25+
**Fixes:**
26+
27+
* [GH-608](https://github.com/apache/cordova-plugin-file/pull/608) fix(android): `hasWritePermission` for SDK 33
28+
29+
**Others:**
30+
31+
* [GH-609](https://github.com/apache/cordova-plugin-file/pull/609) chore: update asf config
32+
* [GH-607](https://github.com/apache/cordova-plugin-file/pull/607) refactor(android): various cleanup
33+
* [GH-593](https://github.com/apache/cordova-plugin-file/pull/593) doc(android): expanded on external filesystems limitations
34+
2335
### 8.0.0 (Jul 07, 2023)
2436

2537
* [GH-534](https://github.com/apache/cordova-plugin-file/pull/534) fix(android): `FileError` on a content `resolveLocalFileSystemURL`

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-file",
3-
"version": "8.0.1-dev",
3+
"version": "8.0.1",
44
"description": "Cordova File Plugin",
55
"types": "./types/index.d.ts",
66
"cordova": {

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
xmlns:android="http://schemas.android.com/apk/res/android"
2323
id="cordova-plugin-file"
24-
version="8.0.1-dev">
24+
version="8.0.1">
2525
<name>File</name>
2626
<description>Cordova File Plugin</description>
2727
<license>Apache 2.0</license>

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-file-tests",
3-
"version": "8.0.1-dev",
3+
"version": "8.0.1",
44
"description": "",
55
"cordova": {
66
"id": "cordova-plugin-file-tests",

tests/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
xmlns:android="http://schemas.android.com/apk/res/android"
2323
id="cordova-plugin-file-tests"
24-
version="8.0.1-dev">
24+
version="8.0.1">
2525

2626
<name>Cordova File Plugin Tests</name>
2727
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)