Skip to content

Commit 12af4c5

Browse files
committed
New release 0.2.0
1 parent 6ddab83 commit 12af4c5

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# VERSIONS HISTORY
22

3+
## Changes in version 0.2.0 (20250930) - I'm a new me
4+
- Add Moodle 5.0 and 5.1 support
5+
- For Moodle 4.5 downwards, version 0.1.7 is the latest stable
6+
- Fix coding style
7+
- Bump GHA environments
8+
39
## Changes in version 0.1.7 (20250120) - I'm still alive
410

511
- Add Moodle 4.4 and 4.5 support

version.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'tool_migratehvp2h5p';
28-
$plugin->release = '0.1.7';
29-
$plugin->version = 2025012000;
30-
$plugin->requires = 2023042400;
28+
$plugin->release = '0.2.0';
29+
$plugin->version = 2025093000;
30+
$plugin->requires = 2025041400;
3131
$plugin->maturity = MATURITY_STABLE;
3232
$plugin->dependencies = [
33-
'mod_h5pactivity' => 2023042402,
33+
'mod_h5pactivity' => 2025041400,
3434
'mod_hvp' => 2020020500,
3535
];

0 commit comments

Comments
 (0)