From 0a6eee19bba210e49216e837497c64cfd1058818 Mon Sep 17 00:00:00 2001 From: Nick Charles Date: Mon, 4 Nov 2019 13:12:47 +1100 Subject: [PATCH 1/2] #55 added new version property --- version.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/version.php b/version.php index b2ef136..e36eb52 100644 --- a/version.php +++ b/version.php @@ -15,6 +15,7 @@ // along with Moodle. If not, see . defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2018011200; +$plugin->version = 2019110400; $plugin->requires = 2014041101; // Requires this Moodle version $plugin->component = 'mod_equella'; // Full name of the plugin (used for diagnostics) +$plugin->release = '1.0'; From 4df070cede8a98a16ac8118354c859585a441a1d Mon Sep 17 00:00:00 2001 From: Nick Charles Date: Thu, 19 Dec 2019 11:36:58 +1100 Subject: [PATCH 2/2] update changelog with 2019 fixed issues --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index b6c721c..c702f56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2019-12-01 Troy Williams + + Add check for -1 maxbytes value in JS. + +2019-05-08 Nick Charles + + Never register an openEquella drag and drop handler if it's not configured + 2018-01-05 Aaron Holland Add LMS data to Equella integration session