Skip to content

Releases: guilamu/GF-Advanced-Conditional-Choices

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 18 Jun 11:02
b49f157
  • 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_field with wp_unslash in validation checks to prevent mismatch issues with tab characters and multiple spaces in choice values.

v1.0.1

Choose a tag to compare

@guilamu guilamu released this 01 Apr 10:27
  • 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

Choose a tag to compare

@guilamu guilamu released this 03 Feb 12:09
a5b2f31

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