From ee2013aea7923838988a1fbfac1a3a8b1d76e7cb Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Tue, 29 Oct 2024 11:55:21 +0100 Subject: [PATCH] Release v4.5-r1 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 8b53046..e355a85 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-tool_opcache Changes ------- -### Unreleased +### v4.5-r1 * 2024-10-14 - Upgrade: Adopt changes from MDL-81960 and use new \core\url class * 2024-10-14 - Upgrade: Adopt changes from MDL-81920 and use new \core\lang_string class. diff --git a/version.php b/version.php index 2ca7243..4519319 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_opcache'; -$plugin->version = 2024060100; -$plugin->release = 'v4.4-r1'; +$plugin->version = 2024100700; +$plugin->release = 'v4.5-r1'; $plugin->requires = 2024100700; $plugin->supported = [405, 405]; $plugin->maturity = MATURITY_STABLE;