Skip to content

Commit

Permalink
Release v3.0.1-moodle.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelDeMartin committed Jul 22, 2021
1 parent f64ef03 commit 1c61a0c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 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.1",
"version": "3.0.1-moodle.2",
"description": "Moodle's fork of Cordova QRScanner Plugin.",
"cordova": {
"id": "@moodlehq/cordova-plugin-qrscanner",
Expand Down
6 changes: 3 additions & 3 deletions 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="cordova-plugin-qrscanner" version="3.0.1">
<plugin
xmlns="http://www.phonegap.com/ns/plugins/1.0" id="@moodlehq/cordova-plugin-qrscanner" version="3.0.1-moodle.2">
<name>QRScanner</name>
<engines>
<engine name="cordova" version=">=3.4.0"/>
Expand Down Expand Up @@ -64,4 +64,4 @@
<hook src="hooks/windows/check-arch.js" type="before_compile" />
<hook src="hooks/windows/check-arch.js" type="before_run" />
</platform>
</plugin>
</plugin>
6 changes: 2 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ We created this fork because we needed to include the following modifications in

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.1](https://github.com/bitpay/cordova-plugin-qrscanner/compare/111fa6c272da6c708b65528baea2316542e421fa...moodlemobile:v3.0.1-moodle.1)
You can see all the changes here: [111fa6c...moodlemobile:v3.0.1-moodle.2](https://github.com/bitpay/cordova-plugin-qrscanner/compare/111fa6c272da6c708b65528baea2316542e421fa...moodlemobile:v3.0.1-moodle.2)

## 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].1
cordova plugin add @moodlehq/[email protected].2
```

Depending on your cordova version, this command will add the plugin to your package.json as `cordova-plugin-qrscanner` (for example, under `cordova.plugins`). In that case, you also need to add `@moodlehq/cordova-plugin-qrscanner` so that the project restores the fork properly in other machines. Make sure that it is listed before the unscoped plugin name.

0 comments on commit 1c61a0c

Please sign in to comment.