From fa3aeb2ef8271f864573dfbc96e10c69e3502ace Mon Sep 17 00:00:00 2001 From: Paul Holden Date: Wed, 25 Oct 2023 23:57:30 +0100 Subject: [PATCH] MDL-79762 javascript: correct upgrade note fix version. --- lib/upgrade.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/upgrade.txt b/lib/upgrade.txt index 1e72c04642c..0226266b764 100644 --- a/lib/upgrade.txt +++ b/lib/upgrade.txt @@ -1,7 +1,7 @@ This files describes API changes in core libraries and APIs, information provided here is intended especially for developers. -=== 4.3.1 === +=== 4.4 === * Added modalform config object `moduleName` param that can be used to define alternative modal type for the modalform. By default 'core/modal_save_cancel' is used.