File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 1+ # VERSIONS HISTORY #
2+
3+ Changes in version 0.1.3 (2020121100) - Hurray project week!
4+ ---------------------------------------------------
5+ - Let admins copy files to content bank too (#11 )
6+ - Migrate depending on a subset of content-types (#19 )
7+ - Allow async module deletes (#14 )
8+ - Other fixes and improvements:
9+ * Set grade type to None when maxgrade is 0 (#7 )
10+ * Rawscore and maxscore can not be null (#8 )
11+
12+ Thanks to Eric Merrill, GaRaOne and Alexander Bias and all the contributors who have created issues, fixes and improvements.
13+
14+ Changes in version 0.1.2 (2020062400) - Welcome Beta
15+ ---------------------------------------------------
16+ - Some migration errors fixes:
17+ * Use "enable skipping" from the competency API to avoid migration failed error (#1 )
18+ * Set contextid properly in event trigger (#3 )
19+ * Replace wrong table name and hardcoded prefix
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.2 ' ;
29- $ plugin ->version = 2020062400 ;
28+ $ plugin ->release = '0.1.3 ' ;
29+ $ plugin ->version = 2020121100 ;
3030$ plugin ->requires = 2020041700 ;
3131$ plugin ->maturity = MATURITY_BETA ;
3232$ plugin ->dependencies = [
You can’t perform that action at this time.
0 commit comments