moodle/calendar/upgrade.txt
2013-01-23 10:03:42 +13:00

16 lines
632 B
Plaintext

This files describes API changes in /calendar/* ,
information provided here is intended especially for developers.
=== 2.5 ===
required changes in code:
* calendar_add_icalendar_event() now requires a valid subscriptionid
* calendar_process_subscription_row() throws exception for invalid subscriptionid
* calendar_update_subscription_events() now throws a dml_exception instead of moodle_exception for bad subscriptions
* calendar_get_mini() function now has optional $placement and $courseid paramaters.
=== 2.4 ===
required changes in code:
* calendar_get_popup() function now just returns id, instead of the string "id=$id"