diff --git a/.upgradenotes/MDL-54105-2024052808244032.yml b/.upgradenotes/MDL-54105-2024052808244032.yml new file mode 100644 index 00000000000..23b90609ce4 --- /dev/null +++ b/.upgradenotes/MDL-54105-2024052808244032.yml @@ -0,0 +1,11 @@ +issueNumber: MDL-54105 +notes: + mod_assign: + - message: | + Added 2 new settings: + - `mod_assign/defaultgradetype` + - The value of this setting dictates which of the GRADE_TYPE_X constants is the default option when creating new instances of the assignment. + - The default value is GRADE_TYPE_VALUE (Point) + - `mod_assign/defaultgradescale` + - The value of this setting dictates which of the existing scales is the default option when creating new instances of the assignment. + type: improved diff --git a/mod/assign/upgrade.txt b/mod/assign/upgrade.txt index c4de6a6389d..0d203b9e95f 100644 --- a/mod/assign/upgrade.txt +++ b/mod/assign/upgrade.txt @@ -4,15 +4,6 @@ This file has been replaced by UPGRADING.md. See MDL-81125 for further informati === This files describes API changes in the assign code. -=== 4.5 === -* Added 2 new settings: - - "mod_assign/defaultgradetype" - - The value of this setting dictates which of the GRADE_TYPE_X constants is the default option, - when creating new instances of the assignment. - - The default value is GRADE_TYPE_VALUE (Point) - - "mod_assign/defaultgradescale" - - The value of this setting dictates which of the existing scales is the default option, - when creating new instances of the assignment. === 4.3 === * The following deprecated methods have been removed and should not be used any more: