Release 4.1.1
Resolved fatal errors caused by non-array ACF rules and unknown rule types.
View full changelog
Fixed
- Fixed fatal error in
RenderLayoutBlocks::is_nav_post_match()when ACFrulesfield returns a non-array value (e.g. string) — now safely falls back to an empty array viais_array()check - Fixed uncaught exception from
RulesFactorywhen an unknown or malformed rule type is encountered — wrapped intry/catchto log the error and returnfalse(non-match) instead of crashing