I understand that the plan is not to break H5P in running 4.1 LTS during its life time. Thanks.
For the sake of completeness, mod_hvp got an upgrade. Here are the lines from the version.php of both:
$plugin->component = 'mod_h5pactivity';
$plugin->version = 2022112801;
$plugin->requires = 2022111800;
$plugin->version = 2024091200;
$plugin->requires = 2013051403;
$plugin->cron = 0;
$plugin->component = 'mod_hvp';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '1.27.0';
For the sake of completeness, mod_hvp got an upgrade. Here are the lines from the version.php of both:
$plugin->component = 'mod_h5pactivity';
$plugin->version = 2022112801;
$plugin->requires = 2022111800;
$plugin->version = 2024091200;
$plugin->requires = 2013051403;
$plugin->cron = 0;
$plugin->component = 'mod_hvp';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '1.27.0';