Closed Djones4822 closed 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
../config.xml
config.xml
Thanks for the fixes! ❤️
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.
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
toconfig.xml
in the file src/browser/AppVersionProxy.js