Skip to content

Commit 83f7b74

Browse files
authored
New release 0.1.4 (#31)
1 parent f202773 commit 83f7b74

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# VERSIONS HISTORY #
22

3+
Changes in version 0.1.4 (20210204) - Let's make it better!
4+
---------------------------------------------------
5+
- Copy completion information related to grades too (#27)
6+
- Check if contentbank repository is enabled or not (#30)
7+
- Check required plugins are enabled (#32)
8+
- Create manually CB file when it is null (#25)
9+
- Other fixes and improvements:
10+
* Add GitHub action support (#22)
11+
12+
Thanks to Jordan, Ramon Ovelar, Adrian Perez and all the contributors who have created issues, fixes and improvements.
13+
314
Changes in version 0.1.3 (2020121100) - Hurray project week!
415
---------------------------------------------------
516
- Let admins copy files to content bank too (#11)

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.3';
29-
$plugin->version = 2020121100;
28+
$plugin->release = '0.1.4';
29+
$plugin->version = 2021020400;
3030
$plugin->requires = 2020041700;
3131
$plugin->maturity = MATURITY_BETA;
3232
$plugin->dependencies = [

0 commit comments

Comments
 (0)