Cell-level error highlighting: only the specific empty required cells in a List field now show the red error border, instead of every cell in the field.
Accessibility: aria-invalid=”true” is now set only on the failing cells (was previously a blanket effect).
New CSS hooks for theming: required cells get lcr-gf-required-cell and data-lcr-col=”Column Name”; failing cells additionally get lcr-gf-cell-error.
Subtle visual marker on required-but-currently-valid cells (inset border on the left edge) inside the GF framework theme.
1.1.2
Maintenance release: added automated WordPress.org SVN deployment workflow and official plugin assets (icon, banner, screenshots). No functional changes from 1.1.0.
1.1.1
Skipped (release-tooling test).
1.1.0
Accessibility + consistency: when any column is marked required (but the field-level “Required” is off), the field label now shows the standard asterisk and the form displays the “* indicates required fields” legend at the top — matching how GF natively signals required fields. Validation behavior is unchanged.
1.0.0
Initial release
Per-column required checkboxes in form editor
Server-side validation for required columns
Front-end asterisk indicators and aria-required attributes
Smart row handling (skip blank extra rows)
Auto-require all columns when field-level required is toggled ON