From 442c67f03ef2004e3fad74cef5b72d5dc29dd0a6 Mon Sep 17 00:00:00 2001 From: Mo Farouk <122031508+fmido88@users.noreply.github.com> Date: Mon, 13 Nov 2023 23:57:28 +0200 Subject: [PATCH] Update version.php --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index f564f662..754ab96b 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2023102303; -$plugin->requires = 2020110911; +$plugin->requires = 2019052000; $plugin->component = 'enrol_wallet'; $plugin->release = '4.0.0'; $plugin->maturity = MATURITY_STABLE;