v7.4.1 Lite
Released July 29, 2026
Updated:
- Kadence – Modernized the integration to use the latest framework. #8228
- PrettyLinks – Modernized the integration with unified support for Pretty Links v3 and v4. #8219
Fixed:
- AI settings – Closed an arbitrary code execution path by ensuring the provider settings save handler no longer executes request-supplied callbacks. #8273
- Discord and Asana credentials – Replaced XOR encryption with authenticated AES-256-GCM to provide stronger protection for stored credentials. #8274
- Facebook Groups – Repaired the nonce check on the app install verification handler to help prevent cross-site request forgery. #8272
- Kadence – All triggers – Fixed an issue where forms would not fire recipes when gated loading was enabled. #8228
- Recipe logs – Long-running multi-trigger recipes that became stuck are now correctly terminated by the recovery process. #8227
- Setup wizard – Added a capability check to prevent lower-privileged users from changing the wizard’s connection status. #8271
- Translations – Fixed an issue where Recipe Builder strings were not loading correctly in Spanish. #7392
Under the hood:
- Core – Added automatic retries for app actions that fail before reaching the server, improving reliability without risking duplicate actions. #8225
- Core – Missing classmap files no longer result in PHP errors when the fallback autoloader is used. #8175
- Core – Internal OAuth tokens are now encrypted for improved security. #8230
- Core – Trigger hooks fired during raw shutdown callbacks are now properly captured and delivered. #8221