Plugin Validation Rules May Need Updating
As of Registry v3.3.3, foreign keys are by default frozen when a record is initially saved. Custom plugins may need to be updated, for more information, see Unfreezing Foreign Keys.
In addition, plugin models that implement beforeValidate()
must now call parent::beforeValidate($options)
.