Skip to content

Commit a237658

Browse files
authored
New release 0.1.3 (#21)
1 parent 892c7c3 commit a237658

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGES.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
defined('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 = [

0 commit comments

Comments
 (0)