Skip to content

Commit

Permalink
NOBUG: Add upgrade notes
Browse files Browse the repository at this point in the history
  • Loading branch information
HuongNV13 committed Nov 8, 2024
1 parent 5251979 commit 9e8268a
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1 deletion.
14 changes: 14 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt

### core

#### Added

- 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

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

#### Changed

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

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

### core_backup

#### Removed

- Remove all MODE_HUB related code.

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

### core_enrol

#### Changed
Expand Down
8 changes: 8 additions & 0 deletions backup/util/ui/UPGRADING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# core_backup (subsystem) Upgrade notes

## 5.0dev

### Removed

- Remove all MODE_HUB related code.

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

## 4.5

### Removed
Expand Down
6 changes: 6 additions & 0 deletions lib/UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## 5.0dev

### Added

- 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

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

### Changed

- All uses of the following PHPUnit methods have been removed as these methods are
Expand Down
1 change: 0 additions & 1 deletion mod/h5pactivity/UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
- The external function get_user_attempts now returns the total number of attempts.

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

0 comments on commit 9e8268a

Please sign in to comment.