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

Release v3.8-r4

parent 90b843bb
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.8-r4
* 2020-08-27 - Fixed bug in image area feature if link attribute was left empty. * 2020-08-27 - Fixed bug in image area feature if link attribute was left empty.
* 2020-08-27 - Fixed regression for commit Added rule to show description border for all users for restricted activities. * 2020-08-27 - Fixed regression for commit Added rule to show description border for all users for restricted activities.
......
...@@ -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 = 2020082600; $plugin->version = 2020082800;
$plugin->release = 'v3.8-r3'; $plugin->release = 'v3.8-r4';
$plugin->requires = 2019111804; $plugin->requires = 2019111804;
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array('theme_boost' => 2019111800); $plugin->dependencies = array('theme_boost' => 2019111800);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment