Skip to content

Commit abcac5b

Browse files
committed
NOBUG: Add upgrade notes
1 parent eaca220 commit abcac5b

File tree

6 files changed

+62
-16
lines changed

6 files changed

+62
-16
lines changed

UPGRADING.md

Lines changed: 37 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
88

99
## 4.5dev
1010

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+
1125
### core
1226

1327
#### Removed
@@ -255,6 +269,9 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
255269
- The constant `ASSIGN_ATTEMPT_REOPEN_METHOD_NONE` has been deprecated, and a new default value for `attemptreopenmethod` has been set to "Automatically until pass".
256270

257271
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)
258275

259276
### report
260277

@@ -280,6 +297,26 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
280297

281298
For more information see [MDL-72786](https://tracker.moodle.org/browse/MDL-72786)
282299

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+
283320
### theme
284321

285322
#### Removed
@@ -401,20 +438,6 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
401438

402439
For more information see [MDL-81321](https://tracker.moodle.org/browse/MDL-81321)
403440

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)
417-
418441
### editor_tiny
419442

420443
#### Changed

backup/util/ui/UPGRADING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@
77
- 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.
88

99
For more information see [MDL-75022](https://tracker.moodle.org/browse/MDL-75022)
10-

badges/UPGRADING.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# core_badges (subsystem) Upgrade notes
2+
3+
## 4.5dev
4+
5+
### Deprecated
6+
7+
- The badges/newbadge.php page has been deprecated and merged with badges/edit.php. Please, use badges/edit.php instead.
8+
9+
For more information see [MDL-43938](https://tracker.moodle.org/browse/MDL-43938)
10+
11+
### Added
12+
13+
- New webservices enable_badges and disable_badges have been added.
14+
15+
For more information see [MDL-82168](https://tracker.moodle.org/browse/MDL-82168)
16+

lib/table/UPGRADING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@
88
This property allows you to control whether the table is rendered as a responsive table.
99

1010
For more information see [MDL-80748](https://tracker.moodle.org/browse/MDL-80748)
11-

message/UPGRADING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## 4.5dev
44

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+
511
### Changed
612

713
- The `\core_message\helper::togglecontact_link_params` now accepts a new optional param called `isrequested` to indicate the status of the contact request

mod/assign/UPGRADING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@
2727
- The constant `ASSIGN_ATTEMPT_REOPEN_METHOD_NONE` has been deprecated, and a new default value for `attemptreopenmethod` has been set to "Automatically until pass".
2828

2929
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

Comments
 (0)