Back to Moodle

core_tag (subsystem) Upgrade notes

public/tag/UPGRADING.md

5.2.0618 B
Original Source

core_tag (subsystem) Upgrade notes

5.2

Removed

  • The public/tag/classes/manage_table.php file has been removed.

    For more information see MDL-87425

5.0

Changed

  • The core_tag\taglist class now includes a new property called displaylink, which has a default value of true. When displaylink is set to true, the tag name will be displayed as a clickable hyperlink. If displaylink is set to false, the tag name will be rendered as plain text instead.

    For more information see MDL-75075