mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
1a219fb6c9
This event was missed in the previous workshop add_to_log change over. The switch phase event has been moved into the workshop::switch_phase() method. Also workshop::log() has been deprecated. Developers should use the event classes to log events.
7 lines
290 B
Plaintext
7 lines
290 B
Plaintext
This files describes API changes in /mod/workshop - activity modules,
|
|
information provided here is intended especially for developers.
|
|
|
|
=== 2.7 ===
|
|
|
|
* The method workshop::log() has been deprecated in the workshop module. Please use the event classes instead
|
|
(mod/workshop/classes/event). |