Skip to content

Commit

Permalink
Release v4.3-r21
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed Jan 6, 2025
1 parent d3f8ec5 commit fe51be6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ moodle-theme_boost_union
Changes
-------

### Unreleased
### v4.3-r21

* 2024-12-31 - Child theme support: Fully replicate Boost Union's extra SCSS if a Boost Union Child theme is the current theme, resolves #718, resolves theme_boost_union_child/#5.
* 2024-12-31 - Bugfix / Child theme support: The theme_boost_union_get_pre_scss() and theme_boost_union_get_extra_scss() function used $theme->settings although they should not do that anymore, resolves #791
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'theme_boost_union';
$plugin->version = 2023102051;
$plugin->release = 'v4.3-r20';
$plugin->version = 2023102052;
$plugin->release = 'v4.3-r21';
$plugin->requires = 2023100900;
$plugin->supported = [403, 403];
$plugin->maturity = MATURITY_STABLE;
Expand Down

0 comments on commit fe51be6

Please sign in to comment.