Skip to content

Commit 265bc25

Browse files
committed
8.1.3 Release (cdvfile8.1.3)
1 parent 2ed7297 commit 265bc25

7 files changed

+19
-8
lines changed

RELEASENOTES.md

+11
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@
2020
-->
2121
# Release Notes
2222

23+
### 8.1.3 (Nov 13, 2024)
24+
25+
**Fixes:**
26+
* [GH-642](https://github.com/apache/cordova-plugin-file/pull/642) fix(ios): Entry.toURL() to produce DOM-usable uri when using scheme-hosted webview (#642)
27+
28+
**Tests:**
29+
* [GH-643](https://github.com/apache/cordova-plugin-file/pull/643) fix(test): file.spec.131 moveTo may fail due to read order assumption (#643)
30+
31+
**Docs:**
32+
* [GH-645](https://github.com/apache/cordova-plugin-file/pull/645) docs: Added upgrade notes to `README` for v8 (#645)
33+
2334
### 8.1.2 (Oct 27, 2024)
2435

2536
**Fixes:**

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

plugin.xml

+1-1
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.1.3-dev">
24+
version="8.1.3">
2525
<name>File</name>
2626
<description>Cordova File Plugin</description>
2727
<license>Apache 2.0</license>

tests/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/package.json

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

tests/plugin.xml

+1-1
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.1.3-dev">
24+
version="8.1.3">
2525

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

0 commit comments

Comments
 (0)