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 461c4d3 commit e02c064
Show file tree
Hide file tree
Showing 3 changed files with 5 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-14 - Upgrade: Adopt changes from MDL-81031 and use new \core\user class.
* 2024-10-07 - Prepare compatibility for Moodle 4.5.
Expand Down
2 changes: 2 additions & 0 deletions db/upgrade.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;

/**
* Upgrade steps for this plugin
* @param int $oldversion the version we are upgrading from
Expand Down
2 changes: 2 additions & 0 deletions settings.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;

defined('MOODLE_INTERNAL') || die();

require_once(__DIR__ . '/locallib.php');
Expand Down

0 comments on commit e02c064

Please sign in to comment.