Identity Verification for WooCommerce

Changelog

1.38.0

  • Added an inline ID verification panel to the WooCommerce order page showing the check status, ID photos, and extracted details
  • Added Approve, Reject, Resend, and Send reminder actions directly on the order page so checks can be reviewed without leaving the order
  • Added a “View full check details” link from the order page panel to the complete check record
  • Added a note on the order page panel confirming when a customer did not upload any ID photos
  • Fixed the check details page so it no longer shows the “waiting for the customer” animation for concluded checks where no ID photos were uploaded

1.37.0

  • Added WooCommerce Shop Manager access to the Real ID plugin so store managers can manage ID checks without needing full administrator rights

1.36.1

  • Fixed build issues that prevented the previous release from publishing to WordPress.org

1.36.0

  • Added a Status tab to settings with a connection check, a shortcut to the Real ID logs in WooCommerce, and the existing cache refresh control
  • Added a connection check that confirms Real ID can reach this site and copies a diagnostic block to the clipboard for support tickets
  • Added a distinct “Real ID API unreachable” state so merchants can tell when our service is down rather than their own site

1.35.1

  • Added email 2FA toggle to allow merchants to disable email confirmation codes for returning customers
  • Reorganized pre-checkout settings into Filters and Settings tabs

1.35.0

  • Added cross-platform multisite network support for sharing verified ID checks between Shopify and WooCommerce stores
  • Added multisite network validation to prevent unauthorized cross-shop metadata updates
  • Added QStash deduplication for multisite verification sync jobs

1.34.0

  • Fixed SVG logo display in brand settings preview by replacing Cloudinary image transformations with native rendering
  • Fixed brand logo thumbnail in upload area to properly display SVG files
  • Improved logo preview to avoid stretching small raster images

1.33.1

  • Replaced deprecated idv.link domain with verify.getverdict.com for ID check URLs
  • Fixed copy button in check details to respect custom flow URL settings
  • Updated CORS allowed origins from idv.link to getverdict.com

1.33.0

  • Added subscription status feedback banner for production license key holders
  • Displays warnings when subscription is canceled, past due, unpaid, or set to cancel
  • Includes direct links to pay invoices or manage billing when payment issues occur

1.32.1

  • Replaced localhost blocking with dismissable warning banner
  • Plugin now functions on localhost environments (ID verification still works, webhooks require public URL)
  • Warning banner only displays on Real ID admin page

1.32.0

  • Added California AB 1263 acknowledgment setting for firearm precursor compliance

1.31.0

  • Added real_id_create_check() PHP function for programmatic ID check creation
  • Added real_id_trigger_check action hook for custom trigger workflows
  • Added support for custom thank-you pages (Elementor, etc.) that bypass woocommerce_thankyou hook
  • Added display_mode parameter with ‘full’ (inline) and ‘modal’ (overlay) options

1.30.0

  • Added payment gateway trigger to require ID verification for orders paid with specific payment methods
  • Added configurable comma-separated payment gateway names with case-insensitive matching
  • Added support for matching both payment method slugs (e.g., cod, bacs) and display names (e.g., Cash on Delivery)

1.29.3

  • Fixed fatal error when calling is_type() on deleted WooCommerce products in order data processing

1.29.2

  • Fixed DKIM verification feedback to show accurate status messages instead of always showing success
  • Fixed Return Path verification feedback to display actual verification results
  • Fixed WordPress REST API route registration for email signature DKIM and Return Path verification endpoints

1.29.1

  • Added metadata persistence verification after order and customer saves
  • Fixed silent failures when WooCommerce database saves don’t persist
  • Added database error logging for failed metadata updates
  • Improved webhook retry mechanism by returning proper HTTP status codes on verification failures

1.29.0

  • Added Semble Patient CRM integration for healthcare providers
  • Added automatic patient label syncing with ID check status updates
  • Added Semble API connection testing with configuration validation
  • Added support for manual approval/rejection status tracking in patient records

1.28.0

  • Added comprehensive logging for manual ID check rejection with cancel/refund functionality
  • Added detailed logging for inventory restocking operations with product-level tracking
  • Added exception handling and error recovery for refund and restock operations
  • Added audit trail through WooCommerce order notes for all rejection actions

1.27.1

  • Added autocomplete functionality for email subject lines with localStorage memory
  • Improved subject line UX by prefilling with most recently used custom subject
  • Added keyboard navigation support for subject line suggestions
  • Fixed email subject and message content alignment in new check form

1.27.0

  • Added custom email subject line option to manual ID check creation form
  • Added live subject line preview with smart fallback to default behavior
  • Added shortcode support for custom subjects using [firstName], [lastName], and [orderId]
  • Added warning when order-specific shortcodes are used without an order selected

1.26.1

  • Added order ID parameter to “Create ID Check” button in WooCommerce order details page
  • Auto-populates customer details when creating ID check from order details page
  • Improved merchant workflow by eliminating manual order search and data entry

1.26.0

  • Added ShipStation integration for automated order fulfillment based on ID verification status
  • Added configurable order status mappings with sensible defaults (On Hold, Awaiting Shipment, Cancelled)
  • Added intelligent safeguards to prevent overwriting shipped or cancelled orders
  • Added ShipStation API connection testing and event logging

1.25.3

  • Fixed deactivate license 405 method error by changing DELETE to POST request
  • Added comprehensive error handling for corrupted transient data with automatic recovery

1.25.2

  • Corrected API route path to verify email sender signature and DKIM DNS records
  • Fixed license activation to refresh complete shop data and added transient error recovery
  • Fixed React app crash when navigating away from Billing settings tab

1.25.1

  • Fixed product variant category detection for ID required category rules

1.25.0

  • Adding relative expiration date support

1.24.3

  • Updating screenshots through CI

1.24.2

  • Major readme.txt listing images and copy update

1.24.1

  • robot_txt filter tweak for newlines

1.24.0

  • Simplifying and improving the order status syncing logic

1.23.10

  • Listing copy updates

1.23.9

  • Updates to our CI pipeline

1.23.8

  • Reset Real ID transients if authentication errors occur

1.23.7

  • Fix required ID categorie prompting on unqualified categories for pre-checkout

1.23.6

  • Type safely checking on line items

1.23.5

  • Delete transients after license activation to prevent mismatching keys

1.23.4

  • Fix pagination bug in the customers tab in the new check form

1.23.3

  • Address deprecation warning for http_build_query on PHP 8.1

1.23.2

  • Emitting source maps for better debugging of the backend JS bundle

1.23.1

  • re-release

1.23.0

  • Adding self serve ignored order status control for post-checkout verification

1.22.6

  • Safety checking the React Portal for the admin menu

1.22.5

  • Subscribe to the DOMContentLoaded event, and use a MutationObserver as a fallback (admin js)

1.22.4

  • Load admin javascript bundle async and deferred

1.22.3

  • Ignore new order status updates if the order status won’t be changed

1.22.2

  • Synchronously double check check customer real_id_check_id meta after ID check association
  • Log associated customer and order IDs to the WC real-id logs

1.22.1

  • Fixing issue with live chat session token generation

1.22.0

  • Improve live chat to separate converations based on the current account
  • Add ability to delete transients from the admin dashboard
  • Add ability to define custom roles

1.21.1

  • Fix local state issue with check status filters
  • Allow multiple statuses

1.21.0

  • id_verification_status_changed hook

1.20.0

  • Adding the ability to define a list of order statuses to exclude from ID check updates

1.19.5

  • Enhancing debugging for checkout validation
  • Enhacing debugging for transient management

1.19.4

  • Allowing custom order statuses to be mapped to Real ID check statuses

1.19.3

  • Fixing issue with deactivation/activation of license keys

1.19.2

  • Reset transients after license key activition

1.19.1

  • Symver bump

1.19.0

  • Generic order status hooks

1.18.2

  • Adding WC error logging for order status updating

1.18.1

  • Adding svn dependency GH action that releases new versions

1.18.0

  • Customize contact email address from dashboard

1.17.7

  • Improved order syncing with draft_order hooks
  • Added webhook user agent and version details

1.17.6

  • Optimize homepage API calls

1.17.5

  • readme.txt updates

1.17.4

  • Stable tag fix

1.17.3

  • Better transients error handling

1.17.2

  • Adding transient support for storing shop data on the admin
  • Better admin error handling on 5xx responses
  • Extending cURL timeout limits

1.17.1

  • Adding custom cURL timeout limit

1.17.0

  • Add a redesigned new ID check form

1.6.4

  • If cart does not exist, still provide current user, shop and REST API details to flow

1.6.3

  • Addressing issue with cart variable name

1.6.2

  • Safely checking cart contents in case WC->cart() is undefined

1.6.1

  • Adding Dutch and Italian locales

1.16.0

  • Add real_id_check shortcode support

1.15.0

  • Add minimum confidence control

1.14.1

  • Return from checkout validation if session is missing check

1.14.0

  • Support for server side validation on pre-checkout using classic checkout shortcodes

1.13.0

  • Adding checkout_processed hook support for custom after checkout flow support with pre-checkout meta syncing

1.12.0

  • Support DKIM and return path verification for email addresses

1.11.1

  • Adding the ability to cancel and refund manually rejected orders

1.11.0

  • Upgrade the new check form to include customer selection
  • Redesign the form to use a multi-step selection process
  • Adds automatic reminder notifications

1.10.7

  • Adding robots.txt filtering for all plugin files

1.10.6

  • Hardening of the customer roles attributes
  • Search customers API support for new check form improvements (step 1/2)

1.10.5

  • Release the stable tag

1.10.4

  • Adding debugging support for Real ID webhook authentication

1.10.3

  • Fixing direct property access warnings

1.10.2

  • Adding support for authorization and x-real-id-api-key headers
  • Adding support for WC 9.0.2

1.10.1

  • Remove gravatar from checks index page

1.10.0

  • Improve loading speeds for pre-checkout flows by storing public settings within transients

1.9.4

  • Adding currently logged in user verification status shortcode

1.9.3

  • Adding handling for invalid order webhooks

1.9.2

  • Adding hosts exclusion rule for Real ID flow script to SpeedOptimizer’s Combine Javascript feature

1.9.1

  • Bug fix for product variants that do not include the category of the parent product

1.9.0

  • Addresses bug with wp_response_get that doesn’t return any status code if there’s an internal WP error

1.8.5

  • Better handling of invalid order numbers

1.8.4

  • Add admin notice when attempting to use in localhost environment

1.8.3

  • Adding exclusion rule for Real ID flow script to SpeedOptimizer’s Combine Javascript feature

1.8.2

  • Specifying priority and number of arguments for hpos order verification status column hook

1.8.1

  • Adding bugfix for non-HPOS order status columns

1.8.0

  • Adding High Performance Order System support for WooCommerce

1.7.4

  • Only send meta sync webhooks if order has an ID check

1.7.3

  • Fix user metadata updates when no WC order is present yet

1.7.2

  • Frontend variable path fix

1.7.1

  • Back ID photo display fix
  • FaceMatch confidence display fix
  • Tested up to WP 6.3 and WC 7.9.0

1.7.0

  • Customer registration flow blocks actions in the UI until current user is verified

1.6.10

  • adding allowed origins for CORS

1.6.9

  • Update the user identification flow script tag location and defer

1.6.8

  • Custom flow link support

1.6.7

  • Add back of ID capture support

1.6.6

  • Better feedback in webhook responses

1.6.5

  • Allow orders on hold to be modified as well

1.6.4

  • Only update order statuses if processing or completed

1.6.3

  • Adding ability to control registration CTA URLs

1.6.2

  • Bug fix on routing

1.6.1

  • Include back of ID photo if captured
  • Store pagination, search and filters in URL for easier backtracking

1.6.0

  • Ability to select orders in the new check form

1.5.6

  • Fixing issue with associting new ID checks with orders and customers
  • Allowing of sending new ID checks at any ID check stage

1.5.5

  • Fixing issue with cart contents not included in all store pages

1.5.4

  • Add help center link
  • Fix missing ID photo display if no job results

1.5.3

  • Removing POST requests for data deletion

1.5.2

  • Fixing wp_remote_delete call for license and data deletion requests

1.5.1

  • Address eSignature display issue in dashboard

1.5.0

  • Adding flow to require ID verification before viewing store (a.k.a. ID gate)

1.4.8

  • Fixing missing content-type for non-authenticated calls

1.4.7

  • Fix stepwrapper issue on check details page

1.4.6

  • Replace GuzzleHttp with wp_remote_* functions
  • Allow customer first and last names to be optional
  • Update dev environment to use constants

1.4.5

  • Fixing issue on PHP ver

1.4.4

  • Added intval and removed direct SQL options checking statements

1.4.3

  • Tested WordPress v6.4.0 compatibilty

1.4.2

  • Fixes delivery_methods options assignment bug

1.4.1

  • Adds product category ID trigger support for post-checkout flow

1.4.0

  • Adds billing to address mismatching
  • Adds minimum age automatic verification
  • Adds ability to disable manual uploads
  • Adds ability to control e-signature capture preferences

1.3.3

  • Bumping symver for publish

1.3.2

  • Adding necessary webhooks for supporting post-checkout rules

1.3.1

  • Secondary color control

1.3.0

  • Addresses home filters bug with muliselect
  • Allows empty values for association webhooks
  • Fixes order to ID check associations for pre-checkout on non-post permalink structured sites

1.2.11

  • Adding seller support for custom Dokkan roles

1.2.10

  • Using server side rendering for exposing rest path

1.2.9

  • Symver fix

1.2.8

  • Adding rest_url() support for plugins like WPML that alter the home_url()

1.2.7

  • Better handling of current user sessions for pre-checkout flow

1.2.6

  • Fixing symver

1.2.5

  • Fixing customer registration webhook API client import

1.2.4

  • Adding ID verification column to admin users table

1.2.3

  • Adding after customer registration webhook support

1.2.2

  • Address reset sandbox mode and license activation bugs

1.2.1

  • Adding pagination support to product categories

1.2.0

  • Ability to customize all email templates

1.1.8

  • Ability to only require ID verification for specific categories
  • Hydrate order webhook with tag and category IDs

1.1.7

  • Adding redundancy to fix pre-checkout order associations
  • Compensating for potential missing customer_ids on COD orders
  • Compensating for non-page permalink installs

1.1.6

  • Disabling AMD support to fix Jetpack lodash collison
  • Fixing license key validation bug in the unauthorized component

1.1.5

  • Fix delete check data action button

1.1.4

  • Fixing missing platform entry on manually sent ID checks

1.1.3

  • Removing cache option to prevent write error permission issues
  • Adding Portuguese language support

1.1.2

  • Republishing for symver bump

1.1.1

  • Adding fixes for post-checkout embeds
  • Supporting multile entry points for post-checkout embeds
  • Fixing dedupe errors

1.1.0

  • Adding shipping to billing mistmatch trigger

1.0.28

  • Fixing bug in WC user metadata updating from webhook

1.0.27

  • Fixing pagination, check status and searching bugs

1.0.26

  • Removing Monolog to fix collisions with other apps

1.0.25

  • Bumping tag to clear wordpress.org cache

1.0.24

  • Fixing internal tagging
  • Fixing typo on previous changelog message

1.0.23

  • Minor fixes to PHP warnings due to typecastings
  • Adding icons to real_id_user_verification_status shortcode output

1.0.22

  • Adding shortcodes to display user verification status

1.0.21

  • Adds Spanish translations
  • Fixes bug with sandbox mode disabling after saving settings

1.0.20

  • PHP 7.4 support
  • Rename internal dd function to a namespaced version
  • Internal refactor into monorepo

1.0.19

  • Make CheckState more open for pre-check usage

1.0.18

  • Bump semver, we need to automate the semver version upgrade

1.0.17

  • Bump semver

1.0.16

  • Fixing misnamed variable for post-checkout assocation

1.0.15

  • Fix for transitioning away from UUIDs to a shorter ID format

1.0.14

  • Bump tag

1.0.13

  • Fix for erroneous “a valid email is required” message
  • Fix for verifying email sender signature

1.0.12

  • Add support for triggers on price floor and shipping to US or specific US states

1.0.11

  • Add custom menu icon
  • Add sandbox mode support & update onboarding to match

1.0.10

  • Bump tag

1.0.9

  • Adding email sender signature support (send ID checks with your own email)
  • Adding multiple merchant email notification options

1.0.8

  • Fixing relative URL to the WP root route during license activation

1.0.7

  • Adding ability to require ID verification pre-checkout
  • Fixing an errant pagination issue

1.0.6

  • Adding a new onboarding experience
  • Adding public assets directory and PHP pathing

1.0.5

  • Fixing PHP vendor autoloading path issues with certain hosts
  • Fixing casing on WC integration class

1.0.4

  • Adding ability to check all orders
  • Adding ability to customize ID check branding and white label ID checks
  • Normalizing ID check statuses

1.0.3

  • Adding check status badge to the admin orders page

1.0.2

  • Updating listing banner, logo and screenshots
  • Including help chat

1.0.1

  • Fixing app distribution by including 3rd party dependencies and builds

1.0

  • First public release.

Plugin Website
Visit website

Author
Verdict
Version:
1.38.0
Last Updated
May 26, 2026
Active Installs
100
Requires
WordPress 4.8
Tested Up To
WordPress 7.0.0
Requires PHP
7.4

Share Post

Join our newsletter.

Get insights into what’s happening at ChangelogWP right in your inbox. We don’t believe in spam.