mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'wip-MDL-36014-master' of git://github.com/marinaglancy/moodle
Conflicts: lib/db/install.xml lib/db/upgrade.php version.php
This commit is contained in:
commit
4a813f3959
26 changed files with 704 additions and 238 deletions
|
@ -34,6 +34,11 @@ DEPRECATIONS:
|
|||
access the activity.
|
||||
* Constant FEATURE_GROUPMEMBERSONLY (used in module _supports functions) is
|
||||
deprecated.
|
||||
* cohort_get_visible_list() is deprecated. There is a better function cohort_get_available_cohorts()
|
||||
that respects user capabilities to view cohorts.
|
||||
* enrol_cohort_get_cohorts() is deprecated; replace with enrol_cohort_search_cohorts() or
|
||||
cohort_get_available_cohorts()
|
||||
* enrol_cohort_can_view_cohort() is deprecated; replace with cohort_can_view_cohort()
|
||||
|
||||
=== 2.6.4 / 2.7.1 ===
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue