From 09027084a7525cdf043ff56e69c16107aed87e38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mudr=C3=A1k?= Date: Thu, 10 Apr 2014 23:59:01 +0200 Subject: [PATCH] MDL-45047 Put the deprecation warning into mod/upgrade.txt, too It is already in the main lib/upgrade.txt but it should be mentioned here as well. --- mod/upgrade.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mod/upgrade.txt b/mod/upgrade.txt index b46d3406779..52fe90a0eac 100644 --- a/mod/upgrade.txt +++ b/mod/upgrade.txt @@ -4,6 +4,8 @@ information provided here is intended especially for developers. === 2.7 === * modgrade form element has been redesigned and allows setting the maximum grade point higher than 100. +* The usage of $module in mod/xxx/version.php files is now deprecated. Please use + $plugin instead. The support for the legacy notation will be dropped in Moodle 2.10. === 2.6 ===