1.7 KiB
core_badges (subsystem) Upgrade notes
4.5rc1
Added
-
New webservices
enable_badges
anddisable_badges
have been added.For more information see MDL-82168
Changed
-
Added fields
recipientid
andrecipientfullname
touser_badge_exporter
, which is used in the return structure of external functionscore_badges_get_user_badge_by_hash
andcore_badges_get_user_badges
.For more information see MDL-82742
Deprecated
-
The
badges/newbadge.php
page has been deprecated and merged withbadges/edit.php
. Please, usebadges/edit.php
instead.For more information see MDL-43938
-
The
OPEN_BADGES_V1
constant is deprecated and should not be used anymore.For more information see MDL-70983
-
The
course_badges
systemreport has been deprecated and merged with the badges systemreport. Please, use the badges systemreport instead.For more information see MDL-82503
-
The
$showmanage
parameter in the\core_badges\output\standard_action_bar
constructor has been deprecated and should not be used anymore.For more information see MDL-82503
-
The
badges/view.php
page has been deprecated and merged withbadges/index.php
. Please, usebadges/index.php
instead.For more information see MDL-82503
Removed
-
Final removal of
BADGE_BACKPACKAPIURL
andBADGE_BACKPACKWEBURL
.For more information see MDL-70983