Skip to content

Releases: adamjohnlea/leastudios-forms

v1.0.7

Choose a tag to compare

@github-actions github-actions released this 29 May 21:17

Fixed

  • Render email delivery status in entry detail via the mailer's public filter

Requirements

  • WordPress 6.4+
  • PHP 8.2+

Download: leastudios-forms-1.0.7.zip (attached below).

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 24 May 18:28

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

Choose a tag to compare

@github-actions github-actions released this 24 May 02:22

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

Choose a tag to compare

@github-actions github-actions released this 24 May 00:54

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

Choose a tag to compare

@adamjohnlea adamjohnlea released this 23 May 16:37

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

Choose a tag to compare

@adamjohnlea adamjohnlea released this 23 May 16:44

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

Choose a tag to compare

@adamjohnlea adamjohnlea released this 23 May 16:44

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

Choose a tag to compare

@adamjohnlea adamjohnlea released this 23 May 16:44

Initial release.

Requirements

  • WordPress 6.5+
  • PHP 8.2+

Download: leastudios-forms-1.0.0.zip (attached below). Historical release — backfilled for completeness.