From 50df263c5db2379c8486541b391ec25bc155d584 Mon Sep 17 00:00:00 2001 From: Manuel Cagigas Date: Thu, 11 May 2017 09:16:11 +0200 Subject: [PATCH] 3.52.0 Stable version --- .gitignore | 3 +++ version.php | 18 +++++++++--------- 2 files changed, 12 insertions(+), 9 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..800e07b --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +gpl.txt +Readme.txt +bu-git.xml \ No newline at end of file diff --git a/version.php b/version.php index 8c2512d..f9bf797 100644 --- a/version.php +++ b/version.php @@ -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 );