File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# VERSIONS HISTORY #
22
3+ Changes in version 0.1.5 (20221129) - I'm now stable!
4+ ---------------------------------------------------
5+ - Include author, if possible, when migrating to content bank (#46 )
6+ - Fix SQL limit with Oracle (#34 )
7+
8+ Thanks to Jonathan Harker from Catalyst and all the contributors who have created issues, fixes and improvements.
9+
310Changes in version 0.1.4 (20210204) - Let's make it better!
411---------------------------------------------------
512- Copy completion information related to grades too (#27 )
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.4 ' ;
29- $ plugin ->version = 2021020400 ;
28+ $ plugin ->release = '0.1.5 ' ;
29+ $ plugin ->version = 2022112900 ;
3030$ plugin ->requires = 2020041700 ;
31- $ plugin ->maturity = MATURITY_BETA ;
31+ $ plugin ->maturity = MATURITY_STABLE ;
3232$ plugin ->dependencies = [
3333 'mod_h5pactivity ' => 2020041401 ,
3434 'mod_hvp ' => 2020020500 ,
You can’t perform that action at this time.
0 commit comments