mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'wip-MDL-43966-master' of git://github.com/marinaglancy/moodle
This commit is contained in:
commit
c7cc278017
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ information provided here is intended especially for developers.
|
||||||
|
|
||||||
* $core_renderer->block_move_target() changed to support more verbose move-block-here descriptions.
|
* $core_renderer->block_move_target() changed to support more verbose move-block-here descriptions.
|
||||||
|
|
||||||
|
Events and Logging:
|
||||||
|
* Significant changes in Logging API. For upgrading existing events_trigger() and
|
||||||
|
add_to_log() see http://docs.moodle.org/dev/Migrating_logging_calls_in_plugins
|
||||||
|
|
||||||
DEPRECATIONS:
|
DEPRECATIONS:
|
||||||
* $module uses in mod/xxx/version.php files is now deprecated. Please use $plugin instead. It will be removed in Moodle 2.10.
|
* $module uses in mod/xxx/version.php files is now deprecated. Please use $plugin instead. It will be removed in Moodle 2.10.
|
||||||
* Update init methods in all event classes - "level" property was renamed to "edulevel", the level property is now deprecated.
|
* Update init methods in all event classes - "level" property was renamed to "edulevel", the level property is now deprecated.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue