File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2525defined ('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];
You can’t perform that action at this time.
0 commit comments