Skip to content

Commit

Permalink
3.52.0 Stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagigas-at-wiris committed May 11, 2017
1 parent 2cdfabc commit 50df263
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
gpl.txt
Readme.txt
bu-git.xml
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 = 2017041000;
$plugin->release = '3.51.0.1022';
$plugin->version = 2017051000;
$plugin->release = '3.52.0.1036';
$plugin->requires = 2011060313;
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'local_wirisquizzes';
$plugin->dependencies = array(
'qtype_wq' => 2017041000,
'qtype_essaywiris' => 2017041000,
'qtype_matchwiris' => 2017041000,
'qtype_multianswerwiris' => 2017041000,
'qtype_multichoicewiris' => 2017041000,
'qtype_shortanswerwiris' => 2017041000,
'qtype_truefalsewiris' => 2017041000
'qtype_wq' => 2017051000,
'qtype_essaywiris' => 2017051000,
'qtype_matchwiris' => 2017051000,
'qtype_multianswerwiris' => 2017051000,
'qtype_multichoicewiris' => 2017051000,
'qtype_shortanswerwiris' => 2017051000,
'qtype_truefalsewiris' => 2017051000
);

0 comments on commit 50df263

Please sign in to comment.