From 989814e2671f25b7e7a20ad04ab6099273478297 Mon Sep 17 00:00:00 2001 From: avegys Date: Fri, 15 May 2020 15:11:54 +0300 Subject: [PATCH] Modified plugins versions updated --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index dee6fea..3fbd351 100644 --- a/version.php +++ b/version.php @@ -25,6 +25,6 @@ $plugin->version = 2020020301; $plugin->requires = 2019111800; -$plugin->release = '3.8.0.0'; +$plugin->release = '3.8.0.1'; $plugin->component = 'auth_oidc'; $plugin->maturity = MATURITY_STABLE;