Releases: adamjohnlea/leastudios-forms
Releases · adamjohnlea/leastudios-forms
Release list
v1.0.7
v1.0.6
Fixed
- Avoid $where_clause interpolation in Entry_Repository queries
Changed
- Convert table-name interpolations to %i placeholder
Requirements
- WordPress 6.4+
- PHP 8.2+
Download: leastudios-forms-1.0.6.zip (attached below).
v1.0.5
Fixed
- Derive VERSION constant from plugin header to prevent drift
Requirements
- WordPress 6.4+
- PHP 8.2+
Download: leastudios-forms-1.0.5.zip (attached below).
v1.0.4
Fixed
- Declare compatibility with WordPress 7.0
Requirements
- WordPress 6.4+
- PHP 8.2+
Download: leastudios-forms-1.0.4.zip (attached below).
v1.0.3
Fixed
- Required-field validation no longer rejects valid submissions when a field name contains uppercase letters, spaces, or other characters that
sanitize_key()alters. Field names are now normalized once at save time so the renderer, JavaScript payload, submission handler, and validator all key data identically.
Requirements
- WordPress 6.5+
- PHP 8.2+
Download: leastudios-forms-1.0.3.zip (attached below). Upload via Plugins → Add New → Upload Plugin in wp-admin, or wp plugin install leastudios-forms-1.0.3.zip --activate via WP-CLI.
v1.0.2
Internal
- Expanded unit test coverage across field types, repositories, REST controller, render, admin, and integrations. No user-facing changes.
Requirements
- WordPress 6.5+
- PHP 8.2+
Download: leastudios-forms-1.0.2.zip (attached below). Historical release — backfilled for completeness.
v1.0.1
Fixed
- Field edit panel no longer closes when moving focus between inputs in the form builder.
Added
- Form Settings now warns when a form has no notifications configured (submissions would otherwise save silently with no email sent).
Requirements
- WordPress 6.5+
- PHP 8.2+
Download: leastudios-forms-1.0.1.zip (attached below). Historical release — backfilled for completeness.
v1.0.0
Initial release.
Requirements
- WordPress 6.5+
- PHP 8.2+
Download: leastudios-forms-1.0.0.zip (attached below). Historical release — backfilled for completeness.