Skip to content

Commit 357bd13

Browse files
author
Fabien Basmaison
committed
Update files for publication to GPM.
1 parent cdfd09d commit 357bd13

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v1.0.0
2+
## 04/24/2020
3+
4+
1. [](#new)
5+
* Add the plugin to GPM.
6+
17
# v0.1.0
28
## 04/24/2020
39

README.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,17 @@ It adds a meta tag on the website pointing to the wallet that will receive the p
66

77
## Installation
88

9-
Installing the Web Monetization plugin can be done with git or a zip file.
9+
Installing the Web Monetization plugin can be done in one of four ways: with <abbr title="Grav Package Manager">GPM</abbr>, git, a zip file or the Admin Plugin.
10+
11+
### <abbr>GPM</abbr> Installation (Preferred)
12+
13+
To install the plugin via the [<abbr>GPM</abbr>](http://learn.getgrav.org/advanced/grav-gpm), through your system’s terminal (also called the command line), navigate to the root of your Grav installation, then enter:
14+
15+
```shell
16+
bin/gpm install web-monetization
17+
```
18+
19+
This will install the Web Monetization plugin into the `user/plugins/web-monetization` directory at the root of your Grav installation.
1020

1121
### Git Installation
1222

@@ -18,7 +28,11 @@ cd user/plugins && git clone git@framagit.org:arkhi/grav-plugin-web-monetization
1828

1929
### Zip file Installation
2030

21-
To install the plugin manually, download the zip version of this repository and unzip it in the `user/plugins` directory. Then rename the directory to `web-monetization`. You can find these files on [Gitlab](https://framagit.org/arkhi/grav-plugin-web-monetization).
31+
To install the plugin manually, download the zip version of this repository and unzip it in the `user/plugins` directory. Then rename the directory to `web-monetization`. You can find these files on [Gitlab](https://framagit.org/arkhi/grav-plugin-web-monetization) or via [GetGrav.org](http://getgrav.org/downloads/plugins#extras).
32+
33+
### Admin Plugin
34+
35+
If you use the Admin Plugin, you can install the plugin directly by browsing the `Plugins`-menu and clicking on the `Add` button.
2236

2337
---
2438

blueprints.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Web Monetization
3-
version: 0.1.0
3+
version: 1.0.0
44
description: Implements Web Monetization on the website.
55
icon: money
66
author:

0 commit comments

Comments
 (0)