PolarCape/polarcape-cordova-plugin-document-handler

update dependency on cordova file to latest/6.0.1

Closed this issue · 5 comments

package json define cordova-pungin-file as : "cordova-plugin-file": "^4.0.0". Can that but updated to 6.0.1. This will help the plugin mingle well with other updated plugins that depend on current releases of cordova-plugin-file

I've tested locally by changed the dependency, and it works with the examples in the README

Hi @lloydmurray,
Please check this pull request #22
And confirm that those are the only required changes for updating the plugin.

that works. I approved the change and will watch for the release. Thanks!

Both git and npm have new published version.
Try to install now and let me know if there is a any problem.

updated version pulled the latest file plugin. thanks. One thing, though. I'm still seeing the .10 version. maybe npm isn't updated?

Lloyds-MacBook-Pro:pdf2 lmurray$ cordova plugins
cordova-plugin-file 6.0.1 "File"
cordova-plugin-whitelist 1.3.3 "Whitelist"
polarcape-cordova-plugin-document-handler 1.0.10 "Document Handler"

Published new 1.0.12 version to sync package.json and plugin.xml.