mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-70911 core_badges: Remove $CFG->badges_site_backpack
The $CFG->badges_site_backpack setting has been completely removed because it's not required anymore. From now, the primary site backpack will be the first one in the "Manage backpacks" list (so, the one with lower sortorder value).
This commit is contained in:
parent
066e998400
commit
49c1d41a60
13 changed files with 74 additions and 56 deletions
|
@ -1,6 +1,10 @@
|
|||
This files describes API changes in /badges/*,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
=== 3.11 ===
|
||||
* $CFG->badges_site_backpack setting has been completely removed because it's not required anymore. From now, the primary
|
||||
site backpack will be the first one in the "Manage backpacks" list (so, the one with lower sortorder value).
|
||||
|
||||
=== 3.10 ===
|
||||
* Users can now specify a backpack that differs from the site backpack. In order to do this, connection details need to
|
||||
be set in 'Manage backpacks' with OR without auth details.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue