From 416b92cfd672e02e1c92b5011ee6395bb95a5111 Mon Sep 17 00:00:00 2001 From: David Pesce Date: Wed, 19 Oct 2022 15:01:16 -0400 Subject: [PATCH] Versions supported (#830) * provide versions supported Co-authored-by: David Pesce --- version.php | 1 + 1 file changed, 1 insertion(+) diff --git a/version.php b/version.php index a497353e9..7f101d28a 100644 --- a/version.php +++ b/version.php @@ -29,5 +29,6 @@ $plugin->component = 'logstore_xapi'; $plugin->version = 2022101800; $plugin->requires = 2020061500; +$plugin->supported = [39, 400]; $plugin->maturity = MATURITY_STABLE; $plugin->release = '';