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 Jan 31, 2025
1 parent bcbde33 commit 325858c
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt

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

### core_question

#### Added

- The `get_bulk_actions()` method on the base `plugin_features_base` class has been changed to allow a qbank view object to be passed through. This is nullable and therefore optional for qbank plugins which don't need to do so.

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

### core_reportbuilder

#### Added
Expand Down Expand Up @@ -80,6 +88,15 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt

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

### tool_behat

#### Added

- New Behat step `\behat_general::the_url_should_match()` has been added to allow checking the current URL. You can use it to check whether a user has been redirected to the expected location.
e.g. `And the url should match "/mod/forum/view\.php\?id=[0-9]+"`

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

## 4.5.1

### core
Expand Down
9 changes: 9 additions & 0 deletions admin/tool/behat/UPGRADING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# tool_behat Upgrade notes

## 4.5.1+

### Added

- New Behat step `\behat_general::the_url_should_match()` has been added to allow checking the current URL. You can use it to check whether a user has been redirected to the expected location.
e.g. `And the url should match "/mod/forum/view\.php\?id=[0-9]+"`

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

## 4.5

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

## 4.5.1+

### Added

- The `get_bulk_actions()` method on the base `plugin_features_base` class has been changed to allow a qbank view object to be passed through. This is nullable and therefore optional for qbank plugins which don't need to do so.

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

## 4.5

### Added
Expand Down

0 comments on commit 325858c

Please sign in to comment.