Skip to content

Commit

Permalink
Upgrade: Adopt changes from MDL-82183 and use new \core\output\html_w…
Browse files Browse the repository at this point in the history
…riter
  • Loading branch information
abias committed Oct 28, 2024
1 parent e91d990 commit cd045c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
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-10-14 - Upgrade: Adopt changes from MDL-82183 and use new \core\output\html_writer
* 2024-10-14 - Upgrade: Adopt changes from MDL-81960 and use new \core\url class
* 2024-10-07 - Prepare compatibility for Moodle 4.5.

Expand Down
2 changes: 2 additions & 0 deletions block_people.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

use core\output\html_writer;

/**
* Class block_people
*
Expand Down

0 comments on commit cd045c2

Please sign in to comment.