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 /admin/tool/log - plugins,
|
|
|
7 |
information provided here is intended especially for developers.
|
|
|
8 |
|
|
|
9 |
|
|
|
10 |
=== 3.7 ===
|
|
|
11 |
|
|
|
12 |
* The new jsonformat option, which defaults to 'on' for a new install (and 'off' for existing installs) means that
|
|
|
13 |
the 'other' event field is now stored in JSON format instead of PHP serialize format in the database. The system
|
|
|
14 |
can read data in both formats but if any third-party software directly accesses the database field, it may need
|
|
|
15 |
to be modified (or require users to turn off jsonformat).
|
|
|
16 |
|
|
|
17 |
=== 3.6 ===
|
|
|
18 |
|
|
|
19 |
* The legacy log store is in its first stage of deprecation and is due for removal in Moodle 3.10. Please use one of
|
|
|
20 |
the other log stores such as "standard" and "database".
|