View Categories

Changelog

2 min read

Each entry is tagged:New featureImprovementFixCompatibilityKnown limitation

Release history for the Custom Fields, Damage Waiver & ID Verification plugin. The newest release is listed first.

Version 1.0.6 – September 18, 2026 #
  • FixThe ID Verification screen now uses the Rentals admin styling like every other Sales Igniter screen. It was rendering in plain WordPress chrome, with the status links out of line above the table
Version 1.0.5 – September 14, 2026 #
  • ImprovementSix of the field type icons were redrawn for legibility at their real 15px size. Text is now a plain "T" rather than a serifed I-beam, heading a plain "H" (it read as "Hr"), and the select, multiselect, textarea and checkbox glyphs gained weight so they are no longer featureless rounded rectangles.
Version 1.0.4 – September 13, 2026 #
  • FixThe Type column of the field list broke type names mid-word ("Checkb ox", "Numbe r") in the narrow settings tab.
Version 1.0.3 – September 13, 2026 #
  • ImprovementHelp tooltips on the "Add a field" form in the product data tab, matching the ones on the field editor.
Version 1.0.2 – September 13, 2026 #
  • FixOptions in a checkbox or radio group still sat on one line. WooCommerce core styles label.checkbox as inline with a stronger selector than the one 1.0.1 shipped.
  • FixThe plugin version constant was left behind by the 1.0.1 bump, so new stylesheets were served at the old asset URL and browsers kept the cached copy. The four places the version is written are now asserted to agree.
Version 1.0.1 – September 13, 2026 #
  • New featureFields can be created straight from a product’s Custom Fields tab. Choose whether the new field joins a group that already applies to the product, starts a new group for it, or is pointed at that product alone.
  • ImprovementA small front-end stylesheet so a checkbox or radio group stacks one option per line and its description sits below rather than running into the last option.
Version 1.0.0 – September 13, 2026 #
  • New featureCustom fields for the checkout, My Account, the registration form and the product page, in nineteen field types with conditional logic, per-role visibility and optional pricing.
  • New featureField groups – a reusable set of fields plus one targeting rule, so a set of questions can be applied to many products at once.
  • New feature"Custom Fields" tab in the product data box, for applying field groups to a product by ticking them. Groups that already reach the product by a rule are shown ticked and locked, with the rule named.
  • New featureProduct page fields are item-level – the answer belongs to one cart line, so the same product added twice can carry two different answers, a missing required answer stops the add to cart, and a priced answer becomes a per-line fee read against that item’s own price.
  • New featureEvery field type has its own icon, tinted by family, on the product tab, the Custom Fields list and the Field Groups picker.
  • New featureDamage Waiver – fixed or percentage, per product, per variation or by global scope; required or opt-in, charged per item or per order, with the applied rule snapshotted onto the order.
  • New featureID Upload & Verification – passport, driving licence, national ID or insurance card, with a review queue, approval and rejection emails, optional retention purging, and storage outside the media library.
  • New featureExport and import of field definitions as JSON.
  • CompatibilityHPOS compatible – declared, and every order hook takes the WC_Order object rather than reading the global post.
  • Known limitationFile upload fields are not offered on the product page; WooCommerce’s add-to-cart form is not multipart and there is no hook to make it one.
  • Known limitationClassic (shortcode) checkout only. The block checkout gets a server-side guard so required fields and waiver acceptance cannot be bypassed, but the fields are not rendered as checkout blocks.