From 612892808477db87c3e2fcc1829f1a301cadece1 Mon Sep 17 00:00:00 2001 From: Manuel Cagigas Date: Tue, 12 Feb 2019 09:32:41 +0100 Subject: [PATCH] 3.73.0 stable version --- README.md | 2 -- version.php | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index edcb37f..61fcc3c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # Wiris Quizzes Short-Answer question type ### Master Build Status [![Build Status](https://travis-ci.org/wiris/moodle-qtype_shortanswerwiris.svg?branch=master)](https://travis-ci.org/wiris/moodle-qtype_shortanswerwiris) -### Development Build Status -[![Build Status](https://travis-ci.org/wiris/moodle-qtype_shortanswerwiris.svg?branch=development)](https://travis-ci.org/wiris/moodle-qtype_shortanswerwiris) The Wiris Short-Answer question type extends the Moodle Short-Answer type, adding mathematical functionality to it. diff --git a/version.php b/version.php index f4ccf8f..d46bb93 100644 --- a/version.php +++ b/version.php @@ -16,11 +16,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2018121200; -$plugin->release = '3.71.0.1053'; +$plugin->version = 2019021200; +$plugin->release = '3.73.0.1054'; $plugin->requires = 2011060313; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'qtype_shortanswerwiris'; $plugin->dependencies = array ( - 'qtype_wq' => 2018121200 + 'qtype_wq' => 2019021200 );