diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..f42eac4 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,19 @@ +# VERSIONS HISTORY # + +Changes in version 0.1.3 (2020121100) - Hurray project week! +--------------------------------------------------- +- Let admins copy files to content bank too (#11) +- Migrate depending on a subset of content-types (#19) +- Allow async module deletes (#14) +- Other fixes and improvements: + * Set grade type to None when maxgrade is 0 (#7) + * Rawscore and maxscore can not be null (#8) + +Thanks to Eric Merrill, GaRaOne and Alexander Bias and all the contributors who have created issues, fixes and improvements. + +Changes in version 0.1.2 (2020062400) - Welcome Beta +--------------------------------------------------- +- Some migration errors fixes: + * Use "enable skipping" from the competency API to avoid migration failed error (#1) + * Set contextid properly in event trigger (#3) + * Replace wrong table name and hardcoded prefix diff --git a/version.php b/version.php index 40ee5ee..6b7a122 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_migratehvp2h5p'; -$plugin->release = '0.1.2'; -$plugin->version = 2020062400; +$plugin->release = '0.1.3'; +$plugin->version = 2020121100; $plugin->requires = 2020041700; $plugin->maturity = MATURITY_BETA; $plugin->dependencies = [