Skip to content

Commit

Permalink
Release v4.4-r6
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed Nov 20, 2024
1 parent 792eecd commit 838bb75
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.4-r6

* 2024-11-19 - Upgrade: Support more seamless upgrade to 4.5 by only requiring /cache/classes/loaders.php if it is present, resolves #708.
* 2024-11-19 - Bugfix: The starred courses popover showed a JavaScript error in the browser JS console, resolves #759.
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 = 2024060105;
$plugin->release = 'v4.4-r5';
$plugin->version = 2024060106;
$plugin->release = 'v4.4-r6';
$plugin->requires = 2024042200;
$plugin->supported = [404, 404];
$plugin->maturity = MATURITY_STABLE;
Expand Down

0 comments on commit 838bb75

Please sign in to comment.