Merge branch 'wip-mdl-52502' of https://github.com/rajeshtaneja/moodle
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Tue, 5 Apr 2016 22:12:00 +0000 (00:12 +0200)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Tue, 5 Apr 2016 22:12:00 +0000 (00:12 +0200)
1  2 
lib/upgrade.txt

diff --cc lib/upgrade.txt
@@@ -103,8 -89,7 +103,9 @@@ information provided here is intended e
  * Added core_text::str_max_bytes() which safely truncates multi-byte strings to a maximum number of bytes.
  * Zend Framework has been removed completely.
  * Any plugin can report when a scale is being used with the callback function [pluginname]_scale_used_anywhere(int $scaleid).
 +* Changes in file_rewrite_pluginfile_urls: Passing a new option reverse = true in the $options var will make the function to convert
 +  actual URLs in $text to encoded URLs in the @@PLUGINFILE@@ form.
+ * behat_util::is_server_running() is removed, please use behat_util::check_server_status() instead.
  
  === 3.0 ===