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

Release v3.5-r5

parent 3223664f
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.5-r5
* 2018-01-23 - Remove unnecessary double border and padding around blocks in main column on Dashboard. * 2018-01-23 - Remove unnecessary double border and padding around blocks in main column on Dashboard.
* 2018-01-23 - Improved whitespaces on small screens to show more of the course content. * 2018-01-23 - Improved whitespaces on small screens to show more of the course content.
......
...@@ -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 = 2018121800; $plugin->version = 2019012400;
$plugin->release = 'v3.5-r4'; $plugin->release = 'v3.5-r5';
$plugin->requires = 2018051300; $plugin->requires = 2018051300;
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array('theme_boost' => 2018051300); $plugin->dependencies = array('theme_boost' => 2018051300);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment