Skip to content

Commit 6e74181

Browse files
authored
New release 0.1.6 (#52)
1 parent c998669 commit 6e74181

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.md

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

3+
Changes in version 0.1.6 (20240111) - RIP master
4+
---------------------------------------------------
5+
- Move from master to main (#51)
6+
- Bump GHA environments
7+
38
Changes in version 0.1.5 (20221129) - I'm now stable!
49
---------------------------------------------------
510
- Include author, if possible, when migrating to content bank (#46)

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.5';
29-
$plugin->version = 2022112900;
28+
$plugin->release = '0.1.6';
29+
$plugin->version = 2024011100;
3030
$plugin->requires = 2020041700;
3131
$plugin->maturity = MATURITY_STABLE;
3232
$plugin->dependencies = [

0 commit comments

Comments
 (0)