You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADING.md
+37-14Lines changed: 37 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,20 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
8
8
9
9
## 4.5dev
10
10
11
+
### core_badges
12
+
13
+
#### Deprecated
14
+
15
+
- The badges/newbadge.php page has been deprecated and merged with badges/edit.php. Please, use badges/edit.php instead.
16
+
17
+
For more information see [MDL-43938](https://tracker.moodle.org/browse/MDL-43938)
18
+
19
+
#### Added
20
+
21
+
- New webservices enable_badges and disable_badges have been added.
22
+
23
+
For more information see [MDL-82168](https://tracker.moodle.org/browse/MDL-82168)
24
+
11
25
### core
12
26
13
27
#### Removed
@@ -255,6 +269,9 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
255
269
- The constant `ASSIGN_ATTEMPT_REOPEN_METHOD_NONE` has been deprecated, and a new default value for `attemptreopenmethod` has been set to "Automatically until pass".
256
270
257
271
For more information see [MDL-80741](https://tracker.moodle.org/browse/MDL-80741)
272
+
- Method assign_grading_table::col_picture has been deprecated.
273
+
274
+
For more information see [MDL-82292](https://tracker.moodle.org/browse/MDL-82292)
258
275
259
276
### report
260
277
@@ -280,6 +297,26 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
280
297
281
298
For more information see [MDL-72786](https://tracker.moodle.org/browse/MDL-72786)
282
299
300
+
### core_message
301
+
302
+
#### Removed
303
+
304
+
- Final deprecation MESSAGE_DEFAULT_LOGGEDOFF / MESSAGE_DEFAULT_LOGGEDIN.
305
+
306
+
For more information see [MDL-73284](https://tracker.moodle.org/browse/MDL-73284)
307
+
308
+
#### Changed
309
+
310
+
- The `\core_message\helper::togglecontact_link_params` now accepts a new optional param called `isrequested` to indicate the status of the contact request
311
+
312
+
For more information see [MDL-81428](https://tracker.moodle.org/browse/MDL-81428)
313
+
314
+
#### Deprecated
315
+
316
+
- The `core_message/remove_contact_button` template is deprecated and will be removed in the future version
317
+
318
+
For more information see [MDL-81428](https://tracker.moodle.org/browse/MDL-81428)
319
+
283
320
### theme
284
321
285
322
#### Removed
@@ -401,20 +438,6 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
401
438
402
439
For more information see [MDL-81321](https://tracker.moodle.org/browse/MDL-81321)
403
440
404
-
### core_message
405
-
406
-
#### Changed
407
-
408
-
- The `\core_message\helper::togglecontact_link_params` now accepts a new optional param called `isrequested` to indicate the status of the contact request
409
-
410
-
For more information see [MDL-81428](https://tracker.moodle.org/browse/MDL-81428)
411
-
412
-
#### Deprecated
413
-
414
-
- The `core_message/remove_contact_button` template is deprecated and will be removed in the future version
415
-
416
-
For more information see [MDL-81428](https://tracker.moodle.org/browse/MDL-81428)
Copy file name to clipboardExpand all lines: backup/util/ui/UPGRADING.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,3 @@
7
7
- Final deprecation and removal of core_backup\copy\copy in backup/util/ui/classes/copy.php. Please use copy_helper from backup/util/helper/copy_helper.class.php instead.
8
8
9
9
For more information see [MDL-75022](https://tracker.moodle.org/browse/MDL-75022)
Copy file name to clipboardExpand all lines: message/UPGRADING.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
## 4.5dev
4
4
5
+
### Removed
6
+
7
+
- Final deprecation MESSAGE_DEFAULT_LOGGEDOFF / MESSAGE_DEFAULT_LOGGEDIN.
8
+
9
+
For more information see [MDL-73284](https://tracker.moodle.org/browse/MDL-73284)
10
+
5
11
### Changed
6
12
7
13
- The `\core_message\helper::togglecontact_link_params` now accepts a new optional param called `isrequested` to indicate the status of the contact request
Copy file name to clipboardExpand all lines: mod/assign/UPGRADING.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,3 +27,6 @@
27
27
- The constant `ASSIGN_ATTEMPT_REOPEN_METHOD_NONE` has been deprecated, and a new default value for `attemptreopenmethod` has been set to "Automatically until pass".
28
28
29
29
For more information see [MDL-80741](https://tracker.moodle.org/browse/MDL-80741)
30
+
- Method assign_grading_table::col_picture has been deprecated.
31
+
32
+
For more information see [MDL-82292](https://tracker.moodle.org/browse/MDL-82292)
0 commit comments