Skip to content
Snippets Groups Projects
Commit 2876bde3 authored by Dennis Grabowski's avatar Dennis Grabowski
Browse files

Merge branch 'release' of https://github.com/h5p/moodle-mod_hvp into...

Merge branch 'release' of https://github.com/h5p/moodle-mod_hvp into dev/pull-ver-1.23.2-from-upstream

For some unknown reason, the original maintainers of this lovely product have
two branches ('release' and 'stable') that seem to serve the same purpose but
they have slightly diverging history.
'stable' includes another fix, but 'release' includes the commit with the
correct version.

To ensure we have all of the goodies, we are merging both branches together
and provide a linear history.
parents e8630a45 5102a4a4
No related branches found
No related tags found
No related merge requests found
......@@ -23,9 +23,9 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2023052600;
$plugin->version = 2023061200;
$plugin->requires = 2013051403;
$plugin->cron = 0;
$plugin->component = 'mod_hvp';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '1.23.1';
$plugin->release = '1.23.2';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment