Skip to content

Commit

Permalink
3.54.0 Stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagigas-at-wiris authored Jul 10, 2017
1 parent 50df263 commit 699af9d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# WIRIS Quizzes local plugin
### Master Build Status
[![Build Status](https://travis-ci.org/wiris/moodle-local_wirisquizzes.svg?branch=master)](https://travis-ci.org/wiris/moodle-local_wirisquizzes)
### Development Build Status
[![Build Status](https://travis-ci.org/wiris/moodle-local_wirisquizzes.svg?branch=development)](https://travis-ci.org/wiris/moodle-local_wirisquizzes)

This plugin implements a thin wrapper for WIRIS Quizzes question types. WIRIS Quizzes plugin declare all the necessary dependencies on WIRIS Quizzes question types.

Expand Down
18 changes: 9 additions & 9 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2017051000;
$plugin->release = '3.52.0.1036';
$plugin->version = 2017070900;
$plugin->release = '3.54.0.1024';
$plugin->requires = 2011060313;
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'local_wirisquizzes';
$plugin->dependencies = array(
'qtype_wq' => 2017051000,
'qtype_essaywiris' => 2017051000,
'qtype_matchwiris' => 2017051000,
'qtype_multianswerwiris' => 2017051000,
'qtype_multichoicewiris' => 2017051000,
'qtype_shortanswerwiris' => 2017051000,
'qtype_truefalsewiris' => 2017051000
'qtype_wq' => 2017070900,
'qtype_essaywiris' => 2017070900,
'qtype_matchwiris' => 2017070900,
'qtype_multianswerwiris' => 2017070900,
'qtype_multichoicewiris' => 2017070900,
'qtype_shortanswerwiris' => 2017070900,
'qtype_truefalsewiris' => 2017070900
);

0 comments on commit 699af9d

Please sign in to comment.