Skip to content

Commit 7ceb15d

Browse files
committed
refactor(registration): Convert to manifest_version 2
1 parent 275edbb commit 7ceb15d

1 file changed

Lines changed: 29 additions & 25 deletions

File tree

extension.json

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,31 @@
11
{
2-
"name": "Snap! Project Embed",
3-
"version": "3.0.0",
4-
"author": ["R4356th, GrahamSH, mw-EmbedScratch contributors"],
5-
"url": "https://www.mediawiki.org/wiki/Extension:SnapProjectEmbed",
6-
"descriptionmsg": "embedsnap-desc",
7-
"license-name": "GPLv3",
8-
"type": "parserhook",
9-
"requires": {
10-
"MediaWiki": ">=1.35.0"
11-
},
12-
"AutoloadClasses": {
13-
"EmbedSnap": "includes/EmbedSnap.php"
14-
},
15-
"HookHandlers": {
16-
"default": {
17-
"class": "EmbedSnap"
18-
}
19-
},
20-
"Hooks": {
21-
"ParserFirstCallInit": "default"
22-
},
23-
"MessagesDirs": {
24-
"EmbedSnap": ["i18n"]
25-
},
26-
"manifest_version": 1
2+
"name": "Snap! Project Embed",
3+
"version": "3.0.0",
4+
"author": [
5+
"R4356th, GrahamSH, mw-EmbedScratch contributors"
6+
],
7+
"url": "https://www.mediawiki.org/wiki/Extension:SnapProjectEmbed",
8+
"descriptionmsg": "embedsnap-desc",
9+
"license-name": "GPLv3",
10+
"type": "parserhook",
11+
"requires": {
12+
"MediaWiki": ">=1.35.0"
13+
},
14+
"AutoloadClasses": {
15+
"EmbedSnap": "includes/EmbedSnap.php"
16+
},
17+
"HookHandlers": {
18+
"default": {
19+
"class": "EmbedSnap"
20+
}
21+
},
22+
"Hooks": {
23+
"ParserFirstCallInit": "default"
24+
},
25+
"MessagesDirs": {
26+
"EmbedSnap": [
27+
"i18n"
28+
]
29+
},
30+
"manifest_version": 2
2731
}

0 commit comments

Comments
 (0)