Skip to content

Commit 160b41f

Browse files
authored
New release 0.1.5 (#48)
1 parent 86689dd commit 160b41f

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGES.md

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

3+
Changes in version 0.1.5 (20221129) - I'm now stable!
4+
---------------------------------------------------
5+
- Include author, if possible, when migrating to content bank (#46)
6+
- Fix SQL limit with Oracle (#34)
7+
8+
Thanks to Jonathan Harker from Catalyst and all the contributors who have created issues, fixes and improvements.
9+
310
Changes in version 0.1.4 (20210204) - Let's make it better!
411
---------------------------------------------------
512
- Copy completion information related to grades too (#27)

version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'tool_migratehvp2h5p';
28-
$plugin->release = '0.1.4';
29-
$plugin->version = 2021020400;
28+
$plugin->release = '0.1.5';
29+
$plugin->version = 2022112900;
3030
$plugin->requires = 2020041700;
31-
$plugin->maturity = MATURITY_BETA;
31+
$plugin->maturity = MATURITY_STABLE;
3232
$plugin->dependencies = [
3333
'mod_h5pactivity' => 2020041401,
3434
'mod_hvp' => 2020020500,

0 commit comments

Comments
 (0)