Releases: bitpay/cordova-plugin-qrscanner
Releases · bitpay/cordova-plugin-qrscanner
2.6.0
2.6.0 (2018-05-17)
Bug Fixes
- android: Remove cordova-plugin-compat android dependency (85e2396)
- ios: prevents iOS plugin from crashing when destroy is called without a callback (610a004), closes #142
- ios,android: set background to transparent rather than white (c9531b8), closes #135
- package: add
main
property to package (955e375), closes #83 - package: Use upstream swift support plugin (211597c)
- windows: prevent memory leaks when destroying, add rd file (1a4843a)
Features
2.4.0
2.4.0 (2016-10-06)
How to Upgrade
If you installed a previous version of this plugin and manually added a block like the following to your config.xml
:
<platform name="ios">
<hook type="before_build" src="plugins/cordova-plugin-qrscanner/scripts/swift-support.js" />
<config-file target="*-Info.plist" parent="NSCameraUsageDescription">
<string>The camera is used to scan QR codes.</string>
</config-file>
</platform>
you can simply delete the whole thing, it is no longer necessary. The iOS platform now installs itself completely, and no additional configuration is needed.
Features
- ios: remove need for the swift-support hook, remove script (dca1f7e)