Skip to content

Commit

Permalink
MDL-63211 core: updated upgrade.txt files
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjnelson committed Oct 3, 2018
1 parent 742c27b commit beeadbf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@ any group. Besides, groups_get_members_ids_sql, get_enrolled_sql and get_enrolle
the groupid field.
* Added $CFG->conversionattemptlimit setting to config.php allowing a maximum number of retries before giving up conversion
of a given document by the assignfeedback_editpdf\task\convert_submissions task. Default value: 3.
* The following events have been deprecated and should not be used any more:
- message_contact_blocked
- message_contact_unblocked
The reason for this is because you can now block/unblock users without them necessarily being a contact. These events
have been replaced with message_user_blocked and message_user_unblocked respectively.

=== 3.5 ===

Expand Down
11 changes: 11 additions & 0 deletions message/upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ information provided here is intended especially for developers.
* message_can_post_message()
* message_is_user_non_contact_blocked()
* message_is_user_blocked()
* The following functions have been deprecated and should not be used any more:
- message_add_contact()
- message_remove_contact()
- message_unblock_contact()
- message_block_contact()
- message_get_contact()
Please see their declaration in lib/deprecatedlib.php to view their alternatives (if applicable).
* The following web services have been deprecated. Please do not call these any more.
- core_message_external::block_contacts, please use core_message_external::block_user instead.
- core_message_external::unblock_contacts, please use core_message_external::unblock_user instead.
- core_message_external::create_contacts, please use core_message_external::create_contact_request instead.

=== 3.5 ===

Expand Down

0 comments on commit beeadbf

Please sign in to comment.