You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved: Frontend payload now rides Gravity Forms' native init-script pipeline (GFFormDisplay::add_init_script) instead of wp_footer — more reliable with AJAX forms, multi-page forms, and forms rendered after the footer (popups, page-builder modals)
Improved: Stale "This field is required" errors are cleared when a field flips back to not-required (only when the field is empty, so genuine format errors are never hidden)
Fixed: Server-side rule matching is now case-insensitive, mirroring the frontend engine — client and server always agree on whether a field is required
Fixed: Translations now load correctly for self-hosted installs (load_plugin_textdomain)
Fixed: "View details" popup footer no longer blank when the plugin is up to date (download link is always provided)
Fixed:grfi_evaluate_custom_condition documentation now matches the actual filter signature; removed docs for the unimplemented grfi_wp_condition_sources filter
Changed: Frontend debug logging is off by default (enable with window.grfiDebug = true)
Changed: README restructured with badges, Security and Contributing sections, and a dated changelog