From c10faf27b14f68044a6de5e1086b2ae5a3d76adc Mon Sep 17 00:00:00 2001 From: Gareth Barnard <1058419+gjb2048@users.noreply.github.com> Date: Thu, 20 Dec 2018 13:07:32 +0000 Subject: [PATCH] V3.5.1.4 --- CHANGES.txt | 3 +++ version.php | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index ad5f1bdb..2063cc82 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +New in 3.5.1.4 +============== + New in 3.5.1.3 ============== - FIX: Old navbar position scroll linked effects on FireFox. diff --git a/version.php b/version.php index e48b939d..ad827469 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2018051904; // YYYYMMDDVV. +$plugin->version = 2018051905; // YYYYMMDDVV. $plugin->maturity = MATURITY_STABLE; // This version's maturity level. -$plugin->release = '3.5.1.3 (Build: 2018051904)'; +$plugin->release = '3.5.1.4 (Build: 2018051905)'; $plugin->requires = 2018051700.00; // 3.5 (Build: 20180517). $plugin->component = 'theme_essential'; $plugin->dependencies = array(