Skip to content

Commit

Permalink
New release 0.1.3 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarjona authored Dec 11, 2020
1 parent 892c7c3 commit a237658
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit a237658

Please sign in to comment.