From 95ba740038df82795122c96bd9a3e71a219dced9 Mon Sep 17 00:00:00 2001 From: Justin Hunt Date: Fri, 19 Apr 2024 16:53:07 +0900 Subject: [PATCH] version bump --- CHANGES.txt | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index b0f7631..74df387 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,6 @@ Change List ========= -Version 3.1.77 (Build 202404xxxx) +Version 3.1.77 (Build 2024041900) - Fixed accordian active param so active accordian item can be set, or all closed Version 3.1.76 (Build 2024040501) diff --git a/version.php b/version.php index afdd847..65fae0e 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024040501; +$plugin->version = 2024041900; $plugin->requires = 2016052300;//moodle 3.1.0 $plugin->component = 'filter_poodll'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '3.1.76 (Build 2024040501)'; \ No newline at end of file +$plugin->release = '3.1.77 (Build 2024041900)'; \ No newline at end of file