From fa9cdf1d2f170f33ebeb3fd2546811c04df6c6ad Mon Sep 17 00:00:00 2001 From: Dongsheng Cai Date: Wed, 13 May 2015 16:47:55 +1000 Subject: [PATCH] New release requires 2.7 and up. --- ChangeLog | 4 ++++ README.md | 13 ++++++++++--- version.php | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9bfaf51..3607385 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-05-13 Dongsheng Cai + + New release requires 2.7 and up. + 2015-05-12 Dongsheng Cai Clean up cancel.php and github url diff --git a/README.md b/README.md index 1cd86b1..f2f9055 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,18 @@ Moodle module for EQUELLA integration Requirements ------------ -This module requires EQUELLA 4.1 QA3 or higher. The master branch works with the Moodle 2.4 and up. For Moodle earlier versions, choose the appropriate Git branch. +- This module requires EQUELLA 4.1 QA3 or higher. +- The master branch works with the Moodle 2.7 and up. + +For Moodle earlier versions, choose the appropriate git branches. Support ------- -Feel free to fork this and send back Pull Requests for any defects or features that you want to contribute back. Opening issues here is also recommended. +Feel free to fork this and send back Pull Requests for any defects or features +that you want to contribute back. Opening issues +[here](https://github.com/equella/moodle-mod_equella/issues) is also recommended. + +If you need to get the attention of the EQUELLA team send an email to support@equella.com. -If you need to get the attention of the EQUELLA team send an email to support@equella.com. Commercial support from EQUELLA Pearson regarding this integration requires a valid support contract. +Commercial support from EQUELLA Pearson regarding this integration requires a valid support contract. diff --git a/version.php b/version.php index def1262..7e25f2d 100644 --- a/version.php +++ b/version.php @@ -16,5 +16,5 @@ defined('MOODLE_INTERNAL') || die(); $module->version = 2015042000; -$module->requires = 2012120300; // Requires this Moodle version +$module->requires = 2014041101; // Requires this Moodle version $module->component = 'mod_equella'; // Full name of the plugin (used for diagnostics)