New: Sequential order numbering for better order management
Enhancement: Improved checkout validation for smoother payment experience
Enhancement: Better 3D Secure authentication handling
Compatibility: Full WordPress 6.9 and WooCommerce HPOS support
Improvement: Enhanced reliability and performance across all payment flows
1.1.3
Fix: Include missing PHP dependencies in distribution package
1.1.2
Fix: Phone number validation now non-blocking – invalid phone numbers allow payment to continue but are not sent to backend
Enhancement: Improved checkout UX by removing payment blocking when phone format is invalid
Enhancement: Improved compatibility with third-party shipping and delivery plugins by properly handling hidden required fields during checkout validation
1.1.1
Enhancement: Improved plugin initialization robustness with defensive checks for early gateway instantiation scenarios
Enhancement: Added fallback mechanism to prevent fatal errors in environments with complex plugin combinations or custom loading sequences
1.1.0
Feature: Add language selector for ONVO payment form – merchants can now choose Spanish or English for the payment form interface
Enhancement: Support for locale parameter in both traditional checkout and Gutenberg blocks
Enhancement: Backward compatibility maintained with Spanish as default language for existing installations
1.0.8
Enhancement: Improved SINPE IBAN modal behavior in checkout
Fix: Prevent button from being enabled when paying without sufficient funds
1.0.7
Fix: Resolve floating-point precision errors in amount calculations that caused “amount must be an integer number” API errors
Fix: Prevent multiple concurrent SDK requests during checkout to avoid duplicate payment attempts
Fix: Resolve double discount issues caused by plugin conflicts with WooCommerce Dynamic Pricing & Discounts
1.0.6
Save phone number on order creation
Improved phone parsing and country-based validation
Show error if phone is invalid and send shopper data even in incognito mode
Validate fields only when marked as required
1.0.5
Add field validation in checkout blocks
1.0.4
Fixed PHP 8.2+ deprecation warnings for dynamic property creation
Added explicit property declarations to improve PHP 8.2+ compatibility
Remove zip code validation
1.0.3
Enhance compatibility with WooCommerce Checkout blocks
1.0.2
Fix: Update dependencies
1.0.1
Fix: Update issue with duplicated ids for orders
Fix: Fix issues in shortcode related to spinners and scrollbar
Fix: Allow retry of payment when credit card is declined
Fix: Update wait time for subscriptions renewals
Fix: Update payment flow for better traceability
0.23.0 – 2025-04-08
Dev: Update WP tested up to 6.7.2
Dev: Update process_payment to always check the intent status and update order status accordingly
Dev: Refactor maybe_create_intent function to make it more readable
0.22.0 – 2025-03-22
Fix: Issue with floats in PHP (ONVO-3440)
Dev: Add compatibility with WooCommerce 9.7.1
Dev: Update log message
0.21.0 – 2025-01-19
Fix: Backwards compatibility with WooCommece 7.9.0
Fix: Block compatibility with WooCommerce 9.5.2
0.20.1 – 2024-12-24
Fix: Compatibility issue with WooCommerce 9.5.0
0.20.0 – 2024-12-04
Dev: Update hook to create intent
Dev: Remove unused conditional
0.19.0 – 2024-11-25
Enhancement: Add metadata to ONVO intent
Enhancement: Update ONVO intent description
Dev: Update WC tested up to to 9.4.2
Dev: Update WP Tested up to to 6.7
0.18.0
Enhancement: Hook into PAYMENT_REQUIRES_ACTION, PAYMENT_ACTION_COMPLETED SDK actions
0.17.2
Fix: Set order status based on intent status
0.17.1
Enhancement: Add order notes during checkout errors
0.17.0
Enhancement: Schedule intent check when it fails during checkout, if intent is completed, complete order
Dev: Update WC tested up to to 9.3.3
0.16.0
Enhancement: Handle errors on intent creation, confirmation
0.15.0
Fix: Process payment until checkout is valid and order is created
0.14.0
Dev: Remove unused code
Dev: Refactor code
Enhancement: Update/sync customer data on order payment
0.13.2
Fix: Update issue with JS being enqueued before intent is created
0.13.1
Fix: Allow payments for guest users
0.13.0
Dev: Update WC tested up to to 9.1.2
Dev: Update Tested up to to 6.6.1
Enhancement: Add support for Checkout block
0.12.1
Fix: Update issue with SDK widget being removed from the DOM
0.12.0
Dev: Update Tested up to WC 9.0.1
Fix: Unhook ONVO listeners on payment method change
Fix: Don’t update intent after payment is completed
0.11.0
Dev: Update Tested up to WC 8.9.2
Fix: Clean intent id on cart clear
Enhancement: Update Intent total on cart update
Dev: Update property name
0.10.3
Dev: Fix typing check on intent response error
Dev: Update Tested up to WC 8.9.1
Enhancement:
0.10.2
Enhancement: Remove need of a false-positive checkout call
Dev: Update Tested up to 8.8.3
0.9.3
Dev: Update Tested up to 6.5
0.9.2
Fix: Remove used of shorthand open tag
0.9.1
Enhancement: Declare Compatibility with Woocommerce High-Performance Order Storage (HPOS)
0.9.0
Enhancement: Handle WC_Data_Exception
Enhancement: Handle errors on renewals
Enhancement: Update JS event to show/hide spinner
Enhancement: Use order’s intent id if alredy set
Enhancement: disable #place_order btn during payment processing
Fix: Avoid creating of multiple intent for the same cart
Dev: Allow null params
Dev: Validate if order already has an intent id
Dev: Extract ONVO metadata functions
Dev: Define ONVO constants
Dev: Update debug functions context to include version
0.8.0
Enhancement: Add support for order-pay checkout page (Deposits, Order payment page)
Enhancement: Handle requires_confirmation, requires_payment_method, refunded, and canceled intent statuses
Dev: Save payment intent in Order when payment is completed
0.7.0
Dev: extend Intent object, add Builder
Fix: Fix reference to undefined property in Intent response
Enhancement: Add order note with ONVO details on processed payment
0.6.0
Fix: allow free orders
Fix: call set_id after $onvo_product_id is validated
Fix: add more specific selectors to avoid conflicts with other plugins
0.5.0
Fix: Create payment-intents only for non-zero orders
Fix: validate if $price_id is not empty
0.4.0
Support multidomain (internal usage)
Add spinner loading
Update default copy
Plugin config: add debug mode option
Plugin config: add spiner color and opacity fields
0.3.1
Adding missing file
0.3.0
Updates subscription implementations leaving subs behavior to WC. Instead of creating a sub on ONVO, new intents will be created for the renewals.
Do not create an Onvo customer during guest checkouts
0.2.3
Including unversioned files
0.2.2
Fix a general error
0.2.1
Add mssing files to fix fatal error
0.2.0
ONVO one-click shopper autofill
0.1.0
Woocommerce subscriptions enabled
0.0.10
Find for order_ready mute error by matching text insted of using classes
Cast package dimensions from string to float
Do not trigger payment events on thank you pge
0.0.9
Trigger payment events on checkout page only
Adding error handling for non supported currencies
Adding error message when a non supported currency is in place
0.0.8
Update descriptions
0.0.7
Fix a error when a subscription product is created for first time
Fix a PHP8 compatibility issue
0.0.6
Fix subscription builder class error, missing function param