From df7d171fc35bda038f7456e592b34762f72f9ad8 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Mon, 4 Feb 2013 11:09:56 +0800 Subject: [PATCH] MDL-37518 blocks: described the introduction of the myaddinstance capability in upgrade.txt --- blocks/upgrade.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/blocks/upgrade.txt b/blocks/upgrade.txt index b7e288e9c9b..23518050e13 100644 --- a/blocks/upgrade.txt +++ b/blocks/upgrade.txt @@ -1,6 +1,13 @@ This files describes API changes in /blocks/* - activity modules, information provided here is intended especially for developers. +=== 2.4 === + +Created new capability 'blocks/xxx:myaddinstance' that determines whether a user can add +a specific block to their My Home page. This capability was only defined for blocks where +the applicable_formats function does not include "'my' => false" in the returned array, +allowing it be added to the My Home page. + === 2.3 === required changes in code: -- 2.11.4.GIT