From 12e231c948acb67668d0448185b35d37f65f507d Mon Sep 17 00:00:00 2001 From: Matt Davidson Date: Tue, 21 Mar 2023 11:34:18 -0400 Subject: [PATCH] Release 4.1.2 fixed regressive bug in subcategory search --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 66e7886..bc0c28e 100644 --- a/version.php +++ b/version.php @@ -28,5 +28,5 @@ $plugin->version = 2023032100; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2014111000; // Requires this Moodle version. $plugin->component = 'tool_coursearchiver'; // Full name of the plugin (used for diagnostics). -$plugin->release = '4.1.1 (Build: 2016090200)'; +$plugin->release = '4.1.2 (Build: 2016090200)'; $plugin->maturity = MATURITY_STABLE;