diff --git a/version.php b/version.php index 3c8a9bb..e34a490 100644 --- a/version.php +++ b/version.php @@ -25,9 +25,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024103100; // The current plugin version (Date: YYYYMMDDXX). -$plugin->release = 2024100300; +$plugin->version = 2024111900; // The current plugin version (Date: YYYYMMDDXX). +$plugin->release = 2024111900; $plugin->requires = 2022112800; // Requires this Moodle version. $plugin->component = 'tool_pdfpages'; // Full name of the plugin (used for diagnostics). -$plugin->supported = [401, 402]; // Supports Moodle 4.1 or later. +$plugin->supported = [401, 405]; // Supports Moodle 4.1 or later. $plugin->maturity = MATURITY_BETA;