Skip to content

Commit 9e8268a

Browse files
committedNov 8, 2024
NOBUG: Add upgrade notes
1 parent 5251979 commit 9e8268a

File tree

4 files changed

+28
-1
lines changed

4 files changed

+28
-1
lines changed
 

‎UPGRADING.md

+14
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
1010

1111
### core
1212

13+
#### Added
14+
15+
- The `core/sortable_list` Javascript module now emits native events, removing the jQuery dependency from calling code that wants to listen for the events. Backwards compatibility with existing code using jQuery is preserved
16+
17+
For more information see [MDL-72293](https://tracker.moodle.org/browse/MDL-72293)
18+
1319
#### Changed
1420

1521
- All uses of the following PHPUnit methods have been removed as these methods are
@@ -29,6 +35,14 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
2935

3036
For more information see [MDL-61232](https://tracker.moodle.org/browse/MDL-61232)
3137

38+
### core_backup
39+
40+
#### Removed
41+
42+
- Remove all MODE_HUB related code.
43+
44+
For more information see [MDL-66873](https://tracker.moodle.org/browse/MDL-66873)
45+
3246
### core_enrol
3347

3448
#### Changed

‎backup/util/ui/UPGRADING.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# core_backup (subsystem) Upgrade notes
22

3+
## 5.0dev
4+
5+
### Removed
6+
7+
- Remove all MODE_HUB related code.
8+
9+
For more information see [MDL-66873](https://tracker.moodle.org/browse/MDL-66873)
10+
311
## 4.5
412

513
### Removed

‎lib/UPGRADING.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## 5.0dev
44

5+
### Added
6+
7+
- The `core/sortable_list` Javascript module now emits native events, removing the jQuery dependency from calling code that wants to listen for the events. Backwards compatibility with existing code using jQuery is preserved
8+
9+
For more information see [MDL-72293](https://tracker.moodle.org/browse/MDL-72293)
10+
511
### Changed
612

713
- All uses of the following PHPUnit methods have been removed as these methods are

‎mod/h5pactivity/UPGRADING.md

-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@
77
- The external function get_user_attempts now returns the total number of attempts.
88

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

0 commit comments

Comments
 (0)