HEX
Server: LiteSpeed
System: Linux server.zepintelhosting.com 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: enamadmin (1026)
PHP: 8.2.30
Disabled: exec,system,passthru,shell_exec,proc_nice,proc_terminate,pfsockopen,dl,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname,leak,apache_child_terminate
Upload Files
File: /home/enamadmin/public_html/aaelearningb/mod/book/upgrade.txt
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This file describes API changes in the book code.

=== 4.4 ===

* The previously deprecated `book_get_nav_types` method has been removed, along with the `BOOK_LINK_*` constants
* book_get_nav_classes() has been deprecated and won't have replacement because it's not required anymore. It should have been
  deprecated together with book_get_nav_types.

=== 4.0 ===

* book_get_nav_types() has been deprecated. Related settings have been removed. The navigation is now set to only "next" and
 "previous".

=== 3.11 ===
* Final deprecation - booktool_print_get_toc(). Please use render_print_book_toc() instead.

=== 3.8 ===

* The following functions have been finally deprecated and can not be used anymore:
    * book_scale_used()

=== 3.7 ===

* book_export_contents() callback now returns tags information for every chapter.

=== 3.1 ===

* The following functions, previously used (exclusively) by upgrade steps are not available
  anymore because of the upgrade cleanup performed for this version. See MDL-51580 for more info:
    - mod_book_migrate_moddata_dir_to_legacy()
    - mod_book_migrate_all_areas()
    - mod_book_migrate_area()

=== 3.0 ===

* External function mod_book_external::get_books_by_courses returned parameter "name" has been changed to PARAM_RAW,
  this is because the new external_format_string function may return raw data if the global moodlewssettingraw parameter is used.

=== 2.7 ===

* bogus legacy log calls were removed
* \mod_book\event\chapter_deleted::set_legacy_logdata() was removed