File Plugin 8.1.2 Released!
28 Oct 2024
We are happy to announce that we have just released an update for cordova-plugin-file
!
To upgrade:
cordova plugin remove cordova-plugin-file
cordova plugin add cordova-plugin-file@8.1.2
Release Highlights
This patch is a regression fix. See 8.1.1 release blog post for more details.
In 8.1.1, the FileEntry.toURL()
method broke when used on any file://
that didn't lead to the app's internal assets on Android. This is now corrected.
This bug didn't effect iOS devices.
Please report any issues you find by following the How to File a Bug guide!
Changes include:
Fixes:
- GH-640 fix(android): Regression breaking resolved DOM-usable file:// paths (#640)