Skip to content

Commit a4a7c05

Browse files
committed
Add the plugin ID.
1 parent 37da703 commit a4a7c05

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
/CODE_OF_CONDUCT.md export-ignore
2222
/CONTRIBUTING.md export-ignore
2323
/docker-compose.yml export-ignore
24+
/fair.json export-ignore
2425
/netlify.toml export-ignore
2526
/package-lock.json export-ignore
2627
/package.json export-ignore

fair.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"@context": "https://fair.pm/ns/metadata/v1",
3+
"id": "did:plc:q2afge25l63iz553aumeqi3w",
4+
"type": "wp-plugin",
5+
"name": "Query Monitor",
6+
"license": "GPL-2.0-or-later",
7+
"authors": [
8+
{
9+
"name": "John Blackbourn",
10+
"url": "https://querymonitor.com/"
11+
}
12+
],
13+
"security": [
14+
{
15+
"url": "https://querymonitor.com/security/"
16+
}
17+
],
18+
"releases": [
19+
],
20+
"slug": "query-monitor",
21+
"description": "The developer tools panel for WordPress.",
22+
"keywords": [
23+
"debug",
24+
"debug-bar",
25+
"development",
26+
"performance",
27+
"query monitor"
28+
]
29+
}

query-monitor.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* Description: The developer tools panel for WordPress.
1313
* Version: 3.20.0
1414
* Plugin URI: https://querymonitor.com/
15+
* Plugin ID: did:plc:q2afge25l63iz553aumeqi3w
1516
* Author: John Blackbourn
1617
* Author URI: https://querymonitor.com/
1718
* Text Domain: query-monitor

0 commit comments

Comments
 (0)