Skip to content

Commit

Permalink
Upgrade: Make the \theme_boost_union\task\purge_cache task non-blocki…
Browse files Browse the repository at this point in the history
…ng as this has been deprecated in Moodle core.
  • Loading branch information
abias committed Jul 13, 2024
1 parent b7e691e commit 6cc2f46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changes

### Unreleased

* 2024-07-13 - Upgrade: Make the \theme_boost_union\task\purge_cache task non-blocking as this has been deprecated in Moodle core.
* 2024-07-13 - Bugfix: Adopt fix for MDL-82397 before its integration into Moodle core, relates to #691.
* 2024-07-12 - Upgrade: Adapt the course index icon feature visually to the new icon sizes.
* 2024-07-12 - Upgrade: Adopt changes for coloring the activity icons when modifying the activity purpose.
Expand Down
2 changes: 1 addition & 1 deletion db/tasks.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
$tasks = [
[
'classname' => '\theme_boost_union\task\purge_cache',
'blocking' => 1,
'blocking' => 0,
'minute' => '0',
'hour' => '0',
'day' => '*',
Expand Down

0 comments on commit 6cc2f46

Please sign in to comment.