From 26a29046a66120b92719d7a11c9fa9d1aaafdcc6 Mon Sep 17 00:00:00 2001 From: Gareth Barnard <1058419+gjb2048@users.noreply.github.com> Date: Mon, 9 Nov 2020 18:53:46 +0000 Subject: [PATCH] Back to unreleased 2.9.1.5. --- Changes.md | 4 +--- version.php | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Changes.md b/Changes.md index 484af2a..ad26b1e 100644 --- a/Changes.md +++ b/Changes.md @@ -1,10 +1,8 @@ Version Information =================== -Version 2.9.1.6 - 1. Functionality to disable and alias themes - thanks to Andrew Hancox - https://github.com/andrewhancox. - Version 2.9.1.5 1. Aria fixes. + 2. Functionality to disable and alias themes - thanks to Andrew Hancox - https://github.com/andrewhancox. Version 2.9.1.4 1. Add inner window information and window creation. Useful for making multiple consistently sized screen shots. diff --git a/version.php b/version.php index e779d13..d685c56 100644 --- a/version.php +++ b/version.php @@ -27,8 +27,8 @@ defined('MOODLE_INTERNAL') || die; -$plugin->release = '2.9.1.6'; -$plugin->version = 2015082108; +$plugin->release = '2.9.1.5'; +$plugin->version = 2015082107; $plugin->requires = 2015051100.00; // 2.9 (Build: 20150511). $plugin->maturity = MATURITY_STABLE; $plugin->component = 'block_theme_selector';