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 file describes API changes in the book code.
7
 
8
=== 4.4 ===
9
 
10
* The previously deprecated `book_get_nav_types` method has been removed, along with the `BOOK_LINK_*` constants
11
* book_get_nav_classes() has been deprecated and won't have replacement because it's not required anymore. It should have been
12
  deprecated together with book_get_nav_types.
13
 
14
=== 4.0 ===
15
 
16
* book_get_nav_types() has been deprecated. Related settings have been removed. The navigation is now set to only "next" and
17
 "previous".
18
 
19
=== 3.11 ===
20
* Final deprecation - booktool_print_get_toc(). Please use render_print_book_toc() instead.
21
 
22
=== 3.8 ===
23
 
24
* The following functions have been finally deprecated and can not be used anymore:
25
    * book_scale_used()
26
 
27
=== 3.7 ===
28
 
29
* book_export_contents() callback now returns tags information for every chapter.
30
 
31
=== 3.1 ===
32
 
33
* The following functions, previously used (exclusively) by upgrade steps are not available
34
  anymore because of the upgrade cleanup performed for this version. See MDL-51580 for more info:
35
    - mod_book_migrate_moddata_dir_to_legacy()
36
    - mod_book_migrate_all_areas()
37
    - mod_book_migrate_area()
38
 
39
=== 3.0 ===
40
 
41
* External function mod_book_external::get_books_by_courses returned parameter "name" has been changed to PARAM_RAW,
42
  this is because the new external_format_string function may return raw data if the global moodlewssettingraw parameter is used.
43
 
44
=== 2.7 ===
45
 
46
* bogus legacy log calls were removed
47
* \mod_book\event\chapter_deleted::set_legacy_logdata() was removed