mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
14 lines
469 B
Plaintext
14 lines
469 B
Plaintext
This files describes API changes in /blog/* ,
|
|
information provided here is intended especially for developers.
|
|
|
|
=== 4.4 ===
|
|
* The blog_entry class constructor now throws an exception if the indicated entry id does not exist.
|
|
|
|
=== 3.7 ===
|
|
* External function get_entries now returns an additional field "tags" returning the post tags.
|
|
|
|
=== 2.7 ===
|
|
|
|
* blog_entry->add_associations() does not accept any params.
|
|
* blog_entry->add_association() accepts only one param.
|