Skip to content

Releases: moodlemobile/cordova-plugin-qrscanner

v3.0.1-moodle.5

20 Feb 10:49
Compare
Choose a tag to compare

Fix compilation with cordova android 11.

v3.0.1-moodle.4

13 Sep 07:57
Compare
Choose a tag to compare

Fix an error from previous release which throws the following error:

Uncaught SyntaxError: Unexpected token ?
Uncaught Error: Module @moodlehq/cordova-plugin-qrscanner.QRScanner does not exist.

This happens because we are using nullish coalesing and is not supported.

v3.0.1-moodle.3

05 Sep 09:30
Compare
Choose a tag to compare

v3.0.1-moodle.2

22 Jul 14:25
Compare
Choose a tag to compare

Fixed plugin id.

v3.0.1-moodle.1

22 Jul 11:28
Compare
Choose a tag to compare

Includes bitpay#266 fix, and unreleased commits from master (up to b62efb6).