From 7336a21df75c03db7b3460078ec1f43df3fdb199 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Fri, 17 Apr 2020 16:09:39 +0200 Subject: [PATCH] Downgrade version.php for qrcode element --- element/qrcode/version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/element/qrcode/version.php b/element/qrcode/version.php index b9c9a9f..5b4166b 100644 --- a/element/qrcode/version.php +++ b/element/qrcode/version.php @@ -24,6 +24,6 @@ defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.'); -$plugin->version = 2018120300; // The current module version (Date: YYYYMMDDXX). -$plugin->requires = 2018120300; // Requires this Moodle version (3.6). +$plugin->version = 2018051700; // The current module version (Date: YYYYMMDDXX). +$plugin->requires = 2018051700; // Requires this Moodle version (3.5). $plugin->component = 'customcertelement_qrcode';