Skip to content

Commit

Permalink
release(file-v8.0.1): updated version and RELEASENOTES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Oct 27, 2023
1 parent 1925ac0 commit f2cfe30
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@
-->
# Release Notes

### 8.0.1 (Oct 27, 2023)

**Fixes:**

* [GH-608](https://github.com/apache/cordova-plugin-file/pull/608) fix(android): `hasWritePermission` for SDK 33

**Others:**

* [GH-609](https://github.com/apache/cordova-plugin-file/pull/609) chore: update asf config
* [GH-607](https://github.com/apache/cordova-plugin-file/pull/607) refactor(android): various cleanup
* [GH-593](https://github.com/apache/cordova-plugin-file/pull/593) doc(android): expanded on external filesystems limitations

### 8.0.0 (Jul 07, 2023)

* [GH-534](https://github.com/apache/cordova-plugin-file/pull/534) fix(android): `FileError` on a content `resolveLocalFileSystemURL`
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-file",
"version": "8.0.1-dev",
"version": "8.0.1",
"description": "Cordova File Plugin",
"types": "./types/index.d.ts",
"cordova": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-file"
version="8.0.1-dev">
version="8.0.1">
<name>File</name>
<description>Cordova File Plugin</description>
<license>Apache 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-file-tests",
"version": "8.0.1-dev",
"version": "8.0.1",
"description": "",
"cordova": {
"id": "cordova-plugin-file-tests",
Expand Down
2 changes: 1 addition & 1 deletion tests/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-file-tests"
version="8.0.1-dev">
version="8.0.1">

<name>Cordova File Plugin Tests</name>
<license>Apache 2.0</license>
Expand Down

0 comments on commit f2cfe30

Please sign in to comment.