From 88cf25e9de6d21d312b28c4dd8b0453b5f39c747 Mon Sep 17 00:00:00 2001 From: Dmitrii Metelkin Date: Thu, 23 Apr 2026 12:32:54 +1000 Subject: [PATCH] Upgrade CI to test through to Moodle 5.2 --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 9579ae8..64047ea 100644 --- a/version.php +++ b/version.php @@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_corruptpdfdetector'; -$plugin->release = 2026042301; -$plugin->version = 2026042301; +$plugin->release = 2026042302; +$plugin->version = 2026042302; $plugin->requires = 2024100700; -$plugin->supported = [405, 405]; +$plugin->supported = [405, 502]; $plugin->maturity = MATURITY_ALPHA;