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(