Skip to content

Commit

Permalink
Merge pull request #69 from openequella/feature/55-release-versioning
Browse files Browse the repository at this point in the history
Add new version property
  • Loading branch information
mrblippy authored Dec 19, 2019
2 parents 4f7e2ef + 1989ba7 commit 09f3f2b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2019-12-01 Troy Williams

Add check for -1 maxbytes value in JS.

2019-05-08 Nick Charles <nick.charles@gmail.com>

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
Expand Down
3 changes: 2 additions & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
defined('MOODLE_INTERNAL') || die();

$plugin->version = 2019050800;
$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';

0 comments on commit 09f3f2b

Please sign in to comment.