From b61f8b8440721d66a3dc335bec998e319edf4f82 Mon Sep 17 00:00:00 2001 From: Jason Dreyzehner Date: Wed, 5 Oct 2016 20:41:19 -0400 Subject: [PATCH] chore(release): 2.4.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- plugin.xml | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b0a5fac..10ecacc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ + +# [2.4.0](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.3.4...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`: + +```xml + + + + The camera is used to scan QR codes. + + +``` + +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](https://github.com/bitpay/cordova-plugin-qrscanner/commit/dca1f7e)) + + + ## [2.3.4](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.3.3...2.3.4) (2016-10-01) diff --git a/package.json b/package.json index 62eaf1db..96e9632e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-qrscanner", - "version": "2.3.4", + "version": "2.4.0", "description": "Fast, energy-efficient, highly-configurable QR code scanner.", "cordova": { "id": "cordova-plugin-qrscanner", diff --git a/plugin.xml b/plugin.xml index 507fee52..4d1548bf 100755 --- a/plugin.xml +++ b/plugin.xml @@ -1,7 +1,7 @@ + version="2.4.0"> QRScanner