Releases: guilamu/GF-Advanced-Conditional-Choices
Releases · guilamu/GF-Advanced-Conditional-Choices
Release list
v1.0.2
- Fixed server-side validation error ("Please select a valid option") occurring on forms that do not use the plugin.
- Skipped evaluation for fields and forms that do not have conditional choice logic configured.
- Replaced
sanitize_text_fieldwithwp_unslashin validation checks to prevent mismatch issues with tab characters and multiple spaces in choice values.
v1.0.1
- Rewritten GitHub auto-updater to match reference template (README.md parsing, Parsedown, CSS injection, table-to-div conversion, GF sidebar info)
- Added "View details" thickbox modal link in plugin row meta
- Added Parsedown.php dependency for Markdown-to-HTML conversion
- UTF-8 BOM fix
v1.0.0
Initial release
Conditional logic for individual choices in Radio, Checkbox, Dropdown, Multi-Select, and Multiple Choice fields
ALL/ANY logic types with unlimited rules per choice
Full operator set: Is, Is Not, Contains, Starts With, Ends With, >, <, >=, <=, Is Empty, Is Not Empty
Cross-field and cross-page condition support
Server-side validation for hidden choices
Visual indicator for choices with active logic
French translation included
GitHub auto-updater integration