توضیحات
The #1 Google Address Autocomplete for WordPress. Point-and-click setup, no coding. Works with WooCommerce, CF7, WPForms, Gravity Forms & Elementor.
تغییرات این نسخه
5.5.0
FIX: State and Country now fill correctly on the WooCommerce block checkout. The block checkout renders a React-controlled <select>, and the plugin was announcing its change with a jQuery-only event that React never sees — the value was written to the DOM and then silently discarded on the next re-render. The plugin now dispatches real DOM events, which React, jQuery, select2 and selectWoo all receive.
FIX: State and postcode no longer lost to a checkout re-render. WooCommerce rebuilds the state field whenever the country changes, and the previous single fixed 500ms delay was a race that slower sites and longer state lists lost. Values are now re-applied on a short schedule and again on WooCommerce’s country_to_state_changed and updated_checkout events, while never overwriting a value the customer typed themselves.
FIX: Both the classic and block checkout field sets are now registered on the checkout page. Detection previously scanned the checkout page content for the woocommerce/checkout block, which missed block themes using a template part, page builders, and plugins that swap the checkout template — and a wrong guess meant no autocomplete at all.
NEW: State Format and Country Format settings for the WooCommerce checkout (Settings -> WooCommerce). Defaults to Short Name, which is correct for a standard checkout because WooCommerce stores ISO codes; choose Long Name if your theme or another plugin has replaced these dropdowns with plain text fields.
IMPROVED: Reg
FIX: State and Country now fill correctly on the WooCommerce block checkout. The block checkout renders a React-controlled <select>, and the plugin was announcing its change with a jQuery-only event that React never sees — the value was written to the DOM and then silently discarded on the next re-render. The plugin now dispatches real DOM events, which React, jQuery, select2 and selectWoo all receive.
FIX: State and postcode no longer lost to a checkout re-render. WooCommerce rebuilds the state field whenever the country changes, and the previous single fixed 500ms delay was a race that slower sites and longer state lists lost. Values are now re-applied on a short schedule and again on WooCommerce’s country_to_state_changed and updated_checkout events, while never overwriting a value the customer typed themselves.
FIX: Both the classic and block checkout field sets are now registered on the checkout page. Detection previously scanned the checkout page content for the woocommerce/checkout block, which missed block themes using a template part, page builders, and plugins that swap the checkout template — and a wrong guess meant no autocomplete at all.
NEW: State Format and Country Format settings for the WooCommerce checkout (Settings -> WooCommerce). Defaults to Short Name, which is correct for a standard checkout because WooCommerce stores ISO codes; choose Long Name if your theme or another plugin has replaced these dropdowns with plain text fields.
IMPROVED: Reg