آیکن PayPal Enterprise Payments (formerly Braintree) for WooCommerce
افزونه رایگان نسخه 3.11.0

PayPal Enterprise Payments (formerly Braintree) for WooCommerce

توسعه‌دهنده: WooCommerce

توضیحات

The official PayPal Enterprise Payments extension for WooCommerce. Accept credit cards, PayPal, Apple Pay, Google Pay, Venmo, ACH Direct Debit, BNPL, …

تغییرات این نسخه

3.11.0 – 2026-06-15

Update – Rebrand the plugin title and related display surfaces from “Braintree” to “PayPal Enterprise Payments”.

Tweak – Improved error messages for local payment methods.

Tweak – Improve the UI for test-mode payment methods in checkout pages.

Fix – Ensure Local Payment Methods work properly on the pay-for-order page.

Fix – Hide Google Pay express button when Google Pay is disabled on the merchant’s Braintree account.

Dev – Move the credentials inheritance settings JavaScript from inline PHP to a standalone admin script for improved maintainability.

Dev – Bump WooCommerce “tested up to” version 10.8.

Dev – Bump WooCommerce minimum supported version to 10.6.

Dev – Add additional E2E tests for better coverage.

3.10.0 – 2026-04-22

Add – Introduce wc_braintree_get_remote_configuration filter to allow merchants to provide hardcoded remote configurations and improve performance with gateway configuration caching.

Fix – Apple Pay and Google Pay buttons on block-based Cart and Checkout pages now respect the “Allow on” display settings.

Fix – Change the gateway currency notice to include a link to the gateway settings.

Fix – Replaced wc_enqueue_js with wp_add_inline_script according to the recommended WordPress core script patterns.

Dev – Replace deep relative imports with webpack aliases for improved readability and maintainability.

Dev – Remove the deprecated LPM feature-flag check from Blocks checkout registration.

Dev – Fix ESLint import resolv