moodle/admin/tool/log/upgrade.txt
Eloy Lafuente (stronk7) 9a79c34eb6 MDL-69479 upgrade: Change all 4.0 occurrences to 3.10
Under parallel development, when something is worth being commented
in upgrade.txt notes, it will be applied to all the development branches
using the "earliest" one to be released. So, if something changes
in 3.10 (and also is applied to master), the upgrade.txt notes will
show 3.10 in both branches.

Of course, if something only goes to one dev branch (say master), then the
master version will be used in the notes (4.0 in this case).
2020-08-21 23:57:17 +02:00

16 lines
736 B
Plaintext

This files describes API changes in /admin/tool/log - plugins,
information provided here is intended especially for developers.
=== 3.7 ===
* The new jsonformat option, which defaults to 'on' for a new install (and 'off' for existing installs) means that
the 'other' event field is now stored in JSON format instead of PHP serialize format in the database. The system
can read data in both formats but if any third-party software directly accesses the database field, it may need
to be modified (or require users to turn off jsonformat).
=== 3.6 ===
* The legacy log store is in its first stage of deprecation and is due for removal in Moodle 3.10. Please use one of
the other log stores such as "standard" and "database".