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 /mod/lti/source/* - LTI source plugins,
7
information provided here is intended especially for developers.
8
 
9
=== 4.1 ===
10
 
11
* The callback get_shortcuts() is now removed. Please use get_course_content_items and get_all_content_items instead.
12
 
13
=== 3.9 ===
14
 
15
* The callback get_shortcuts() is now deprecated. Please use get_course_content_items and get_all_content_items instead.
16
  See source code examples in get_course_content_items() and get_all_content_items() in mod/lti/lib.php for details.
17
 
18
=== 3.1 ===
19
 
20
* Callback get_types() is deprecated, instead ltisource plugins can define callback get_shortcuts().
21
  See source code for lti_get_shortcuts() and get_module_metadata().