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

Release v3.3-r2

parent cd356bae
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.3-r2
* 2018-01-31 - Improved design of "Switched role to" infobox. * 2018-01-31 - Improved design of "Switched role to" infobox.
* 2018-01-30 - Added CSS rules for .fa-pull-left/right because of a core bug (MDL-61319) * 2018-01-30 - Added CSS rules for .fa-pull-left/right because of a core bug (MDL-61319)
......
...@@ -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 = 2018012901; $plugin->version = 2018020100;
$plugin->release = 'v3.3-r1'; $plugin->release = 'v3.3-r2';
$plugin->requires = 2017051501; $plugin->requires = 2017051501;
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array('theme_boost' => 2017051500); $plugin->dependencies = array('theme_boost' => 2017051500);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment