Skip to content
Snippets Groups Projects
Commit f43ef0e4 authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Release v3.2-r5

parent ed76e404
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ moodle-theme_boost_campus ...@@ -4,7 +4,7 @@ moodle-theme_boost_campus
Changes Changes
------- -------
### Unreleased ### Release v3.2-r5
* 2017-10-16 - Improved catching shortcuts feature again to prevent catching when editable content is focused. * 2017-10-16 - Improved catching shortcuts feature again to prevent catching when editable content is focused.
......
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->component = 'theme_boost_campus'; $plugin->component = 'theme_boost_campus';
$plugin->version = 2017092600; $plugin->version = 2017101600;
$plugin->release = 'v3.2-r4'; $plugin->release = 'v3.2-r5';
$plugin->requires = 2016120503.05; $plugin->requires = 2016120503.05;
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array('theme_boost' => 2016102100); $plugin->dependencies = array('theme_boost' => 2016102100);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment