moodle/mod/workshop/upgrade.txt
Adrian Greeve 1a219fb6c9 MDL-44340 mod_workshop: Added an event call to phase switched page.
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.
2014-04-03 13:08:27 +08:00

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).