From a2e6df5edee73ab422008ec6276399a5deea3826 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Wed, 27 Apr 2016 23:10:56 +0200 Subject: [PATCH] MDL-51603 flexitable: Document the deletion of get_download_menu() --- lib/upgrade.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/upgrade.txt b/lib/upgrade.txt index c9129594734..8e80d16d9af 100644 --- a/lib/upgrade.txt +++ b/lib/upgrade.txt @@ -117,6 +117,8 @@ information provided here is intended especially for developers. * Behat\Mink\Selector\SelectorsHandler::xpathLiteral() method is deprecated use behat_context_helper::escape instead when building Xpath, or pass the unescaped value when using the named selector.', * table_sql download process is using the new data formats plugin which you can't use if you are buffering any output + * flexible_table::get_download_menu(), considered private, has been deleted. Use + $OUTPUT->download_dataformat_selector() instead. === 3.0 ===