From e1e092628a91b6b6b3cda44401dbc3c316d3b615 Mon Sep 17 00:00:00 2001 From: Matt Davidson Date: Thu, 2 Sep 2021 13:56:57 -0500 Subject: [PATCH] Unofficial Release 5.1.5 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 8e9c971..0f81336 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'block_massaction'; // Required since Moodle 3.0. -$plugin->version = 2017092900; // YYYYMMDDXX (year, month, day, increment). +$plugin->version = 2021090201; // YYYYMMDDXX (year, month, day, increment). $plugin->requires = 2017051500; // YYYYMMDDXX (This is the release version for Moodle 3.3). $plugin->maturity = MATURITY_STABLE; -$plugin->release = 'v5.1.0'; +$plugin->release = 'v5.1.5';