mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'w28_MDL-8249_m24_roletranslations' of git://github.com/skodak/moodle
Conflicts: lib/db/upgrade.php version.php
This commit is contained in:
commit
e1980f8bb9
37 changed files with 631 additions and 422 deletions
|
@ -2,6 +2,13 @@ This files describes API changes in /auth/* - plugins,
|
|||
information provided here is intended especially for developers.
|
||||
|
||||
|
||||
=== 2.4 ===
|
||||
|
||||
required changes in code:
|
||||
* use role_get_name() or role_fix_names() if you need any role names, using role.name
|
||||
directly from database is not correct any more
|
||||
|
||||
|
||||
=== 2.2 ===
|
||||
|
||||
required changes in code:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue