Skip to content

Commit ca7bbc5

Browse files
committed
Add mod_hvp
1 parent bdbf737 commit ca7bbc5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ It is based on the official PHP+Apache image and includes the following:
1010
* [local_booking](https://github.com/vatsimnetwork/moodle-local_booking) plugin
1111
* [local_vatsim](https://github.com/vatsimnetwork/moodle-local_vatsim) plugin
1212
* [mod_customcert](https://moodle.org/plugins/mod_customcert) plugin
13+
* [mod_hvp](https://moodle.org/plugins/mod_hvp) plugin
1314
* [theme_klassroom](https://themeforest.net/item/klassroom-premium-moodle-theme/21751319) theme
1415
* [tool_forcedcache](https://moodle.org/plugins/tool_forcedcache) plugin
1516

download-components

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ const COMPONENTS = [
3737
'tag' => 'v4.3.3',
3838
'directory' => 'mod/customcert',
3939
],
40+
[
41+
'repo' => 'h5p/moodle-mod_hvp',
42+
'commit' => 'e0255812be2c4b74dae34650da79dc945cdb6b80',
43+
'directory' => 'mod/hvp',
44+
'submodules' => true,
45+
],
4046
[
4147
'repo' => 'vatsimnetwork/moodle-theme_klassroom',
4248
'commit' => '36fd649cd5305857bcb77ceba8ffb0ee75703841',

0 commit comments

Comments
 (0)