sampart / cordova-plugin-app-version

Cordova plugin to return the version number of the current app [not maintained]
MIT License
401 stars 198 forks source link

Fix Browser path search issue #129

Closed Djones4822 closed 2 years ago

Djones4822 commented 2 years ago

Fix for #128 and #118 - updates the search path for the config.xml file and adds the missing parameter to the error handler for the browser plugin.

tldr: changed ../config.xml to config.xml in the file src/browser/AppVersionProxy.js

sampart commented 2 years ago

Thanks for the fixes! ❤️

sampart commented 2 years ago

I've made a new release here to include this fix: https://github.com/sampart/cordova-plugin-app-version/releases/tag/0.1.14. I've pushed the new version to npm too.