From 8d9bdd28e049ca6b6b2a4ab8f142097c2f907df6 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 3 Mar 2015 02:38:57 +0100 Subject: [PATCH] MDL-49087 mdeploy: now relying on config.php documented --- lib/upgrade.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/upgrade.txt b/lib/upgrade.txt index 1a83ae9a617..671df7dc50f 100644 --- a/lib/upgrade.txt +++ b/lib/upgrade.txt @@ -18,6 +18,8 @@ information provided here is intended especially for developers. Moodle specific tags will be ignored. * External function core_files_get_files returns additional fields (timecreated, filesize, author, license) * html_table: new API for adding captions to tables (new field, $table->caption) and subsequently hiding said captions from sighted users using accesshide (enabled using $table->captionhide). +* 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.8 ===