Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
=== 4.5 Onwards ===
2
 
3
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4
 
5
===
1 efrain 6
This files describes API changes in /blog/* ,
7
information provided here is intended especially for developers.
8
 
9
=== 4.4 ===
10
  * The blog_entry class constructor now throws an exception if the indicated entry id does not exist.
11
 
12
=== 3.7 ===
13
  * External function get_entries now returns an additional field "tags" returning the post tags.
14
 
15
=== 2.7 ===
16
 
17
* blog_entry->add_associations() does not accept any params.
18
* blog_entry->add_association() accepts only one param.