From ae39dde61ce9ec526b4d0aa34fa207bfffdd0ce6 Mon Sep 17 00:00:00 2001 From: Kathrin Osswald <kathrin.osswald@uni-ulm.de> Date: Wed, 13 Nov 2019 10:24:49 +0100 Subject: [PATCH] Release v3.7-r3 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7df607c..f25359e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-theme_boost_campus Changes ------- -### Unreleased +### Release v3.7-r3 * 2019-11-13 - Improved Video JS Skin for hiding big play button in audio players and removed centered placement of this button in SCSS. IMPORTANT NOTE for ADMINS: If you want the button to be centered again, please add the class "vjs-big-play-centered" diff --git a/version.php b/version.php index 98a5e67..dba3bbd 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_campus'; -$plugin->version = 2019070500; -$plugin->release = 'v3.7-r2'; +$plugin->version = 2019111300; +$plugin->release = 'v3.7-r3'; $plugin->requires = 2019052000.05; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array('theme_boost' => 2019052000); -- GitLab