Skip to content

Commit

Permalink
Merge pull request #102 from xAPI-vle/v1.4.0
Browse files Browse the repository at this point in the history
V1.4.0 release
  • Loading branch information
davidpesce authored Jun 1, 2017
2 parents 708d424 + 9cf012f commit f176d0b
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"require": {
"php": "~5.5 || ^7.0.3",
"rusticisoftware/tincan": "1.0.0",
"learninglocker/moodle-log-expander": "~1.2",
"learninglocker/moodle-xapi-translator": "~1.3",
"learninglocker/xapi-recipe-emitter": "~1.2"
"learninglocker/moodle-log-expander": "~1.4",
"learninglocker/moodle-xapi-translator": "~1.4",
"learninglocker/xapi-recipe-emitter": "~1.4"
},
"prefer-stable": true,
"minimum-stability": "dev"
Expand Down
32 changes: 16 additions & 16 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'logstore_xapi';
$plugin->version = 2017053000;
$plugin->release = '1.3.0';
$plugin->version = 2017053100;
$plugin->release = '1.4.0';
$plugin->requires = 2014111000;
$plugin->maturity = MATURITY_STABLE;
Binary file modified xapi.zip
Binary file not shown.

0 comments on commit f176d0b

Please sign in to comment.