Merge branch 'MDL-50269_master' of git://github.com/markn86/moodle
authorDavid Monllao <davidm@moodle.com>
Wed, 2 Dec 2015 07:54:25 +0000 (15:54 +0800)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Thu, 3 Dec 2015 17:51:42 +0000 (18:51 +0100)
Conflicts:
lib/upgrade.txt

1  2 
lib/upgrade.txt

diff --cc lib/upgrade.txt
@@@ -3,10 -3,7 +3,11 @@@ information provided here is intended e
  
  === 3.1 ===
  
 +* Plugins can extend the navigation for user by declaring the following callback:
 +  <frankenstyle>_extend_navigation_user(navigation_node $parentnode, stdClass $user,
 +                                        context_user $context, stdClass $course,
 +                                        context_course $coursecontext)
+ * The function notify() now throws a debugging message - see MDL-50269.
  
  === 3.0 ===