Skip to content

v1.1.1

Choose a tag to compare

@fphxgallery fphxgallery released this 03 Jun 16:37
· 14 commits to main since this release

Bug Fix

Activation error on MySQL < 8.0.13 — removed DEFAULT values from TEXT/LONGTEXT columns (trigger_config, action_send_to, action_subject, action_content, context, filters). MySQL 5.7 and strict-mode MySQL 8.0 reject TEXT DEFAULT at schema creation time. No behaviour change — all insert paths already supply explicit values.