From 84f9f60b67e1e20058fbe2afa473607d075aff63 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 3 Mar 2015 02:47:05 +0100 Subject: [PATCH] MDL-49087 mdeploy: now relying on config.php documented --- lib/upgrade.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/upgrade.txt b/lib/upgrade.txt index 34b50b8edd1..f8473342319 100644 --- a/lib/upgrade.txt +++ b/lib/upgrade.txt @@ -1,6 +1,11 @@ This files describes API changes in core libraries and APIs, information provided here is intended especially for developers. +=== 2.7.6 === + +* The authorization procedure in the mdeploy.php script has been improved. The script + now relies on the main config.php when deploying an available update. + === 2.7.4 === * \core_component::fetch_subsystems() now returns a valid path for completion component instead of null.