Skip to content

2.8.0

Compare
Choose a tag to compare
@pmjones pmjones released this 30 Jan 13:54

This release backports a feature from the 3.x series, such that when the
TableEvents::beforeInsert() or TableEvents::beforeUpdate() methods return an
array, that array is used for the insert or update. This allows finer control
over, among other things, the logic that determines differences from the initial
Row data.

Expanded testing to include PHP 7.2 and 7.3.