From 723a6e5679bc1a3a82c501c13d7df6d834e40984 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20S=CC=8Ckoda?= Date: Wed, 25 Sep 2013 10:52:23 +0200 Subject: [PATCH] MDL-41437 inform developers that version column was removed from module and block tables --- lib/upgrade.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/upgrade.txt b/lib/upgrade.txt index f5102d7b40c..9f4809dea06 100644 --- a/lib/upgrade.txt +++ b/lib/upgrade.txt @@ -39,6 +39,7 @@ information provided here is intended especially for developers. * Use plugin_manager::reset_caches() when changing visibility of plugins. * Implement new method get_enabled_plugins() method in subplugin info classes. * Each plugin should include version information in version.php. +* Module and block tables do not contain version column any more, use get_config('xx_yy', 'version') instead. DEPRECATIONS: Various previously deprecated functions have now been altered to throw DEBUG_DEVELOPER debugging notices -- 2.43.0