Skip to content

Commit

Permalink
Release v3.0.1-moodle.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dpalou committed Feb 20, 2023
1 parent 483dd33 commit ed7d8dd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moodlehq/cordova-plugin-qrscanner",
"version": "3.0.1-moodle.4",
"version": "3.0.1-moodle.5",
"description": "Moodle's fork of Cordova QRScanner Plugin.",
"cordova": {
"id": "@moodlehq/cordova-plugin-qrscanner",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<plugin
xmlns="http://www.phonegap.com/ns/plugins/1.0" id="@moodlehq/cordova-plugin-qrscanner" version="3.0.1-moodle.4">
xmlns="http://www.phonegap.com/ns/plugins/1.0" id="@moodlehq/cordova-plugin-qrscanner" version="3.0.1-moodle.5">
<name>QRScanner</name>
<engines>
<engine name="cordova" version=">=3.4.0"/>
Expand Down
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ We created this fork because we needed to include the following modifications in
| -- | ----------- |
| [#266](https://github.com/bitpay/cordova-plugin-qrscanner/pull/266) | fix openSettingsURLString deprecated function |
| [#382](https://github.com/bitpay/cordova-plugin-qrscanner/pull/382) | fix: Remove style attribute from body for prevent unexpected background |
| - | fix: Replace compile() with implementation() |

It also includes some commits that are in master and haven't been released, and the distribution assets have been added to the repository.

You can see all the changes here: [111fa6c...moodlemobile:v3.0.1-moodle.4](https://github.com/bitpay/cordova-plugin-qrscanner/compare/111fa6c272da6c708b65528baea2316542e421fa...moodlemobile:v3.0.1-moodle.4)
You can see all the changes here: [111fa6c...moodlemobile:v3.0.1-moodle.5](https://github.com/bitpay/cordova-plugin-qrscanner/compare/111fa6c272da6c708b65528baea2316542e421fa...moodlemobile:v3.0.1-moodle.5)

## Installation

You can install this package using the [original installation instructions](https://github.com/bitpay/cordova-plugin-qrscanner#get-started), but installing this package instead:

```sh
cordova plugin add @moodlehq/[email protected].4
cordova plugin add @moodlehq/[email protected].5
```

0 comments on commit ed7d8dd

Please sign in to comment.