diff --git a/Changes.md b/Changes.md index ad26b1e..7cff497 100644 --- a/Changes.md +++ b/Changes.md @@ -1,5 +1,8 @@ Version Information =================== +Version 29.1.6 + 1. Tested on Moodle 4.3 + Version 2.9.1.5 1. Aria fixes. 2. Functionality to disable and alias themes - thanks to Andrew Hancox - https://github.com/andrewhancox. diff --git a/version.php b/version.php index cc3c4e3..19fa7d0 100644 --- a/version.php +++ b/version.php @@ -27,8 +27,8 @@ defined('MOODLE_INTERNAL') || die; -$plugin->release = '2.9.1.5'; -$plugin->version = 2015082107; +$plugin->release = '29.1.6'; +$plugin->version = 2015082108; $plugin->requires = 2015051100.00; // M2.9 (Build: 20150511). $plugin->maturity = MATURITY_STABLE; $plugin->component = 'block_theme_selector';