mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Update changelog
This commit is contained in:
parent
8918e10bff
commit
ea2d829626
4 changed files with 41 additions and 65 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,6 +3,7 @@
|
|||
/.idea/
|
||||
node_modules
|
||||
.phpunit.result.cache
|
||||
phpunit.xml.dist.bak
|
||||
yarn-error.log
|
||||
modules/*/vendor/*
|
||||
modules/*/assets/*
|
||||
|
|
|
@ -1,29 +1,27 @@
|
|||
*** Changelog ***
|
||||
|
||||
= 3.0.1 - xxxx-xx-xx =
|
||||
* Enhancement - Include Fastlane meta on homepage #4071
|
||||
* Enhancement - Include Branded-only plugin configuration for certain installation paths #4263
|
||||
* Enhancement - Include UI status in system report #4397
|
||||
* Enhancement - Minor enhancements in new UI scrolling & highlighting behavior #4393
|
||||
* Fix - "Warning: Class 'WooCommerce\PayPalCommerce\Vendor\Stringable' not found" after 3.0.0 update #4380
|
||||
* Fix - ACDC does not work on the Classic Checkout when using the new UI #4307
|
||||
* Fix - "Send only" country banner not displayed in the new UI #4375
|
||||
* Fix - Typo in welcome screen #4389
|
||||
* Fix - onboarding.js file from old UI enqueued in new UI #4384
|
||||
* Fix - Onboarding in new UI with personal account does not hide all ineligible features #4406
|
||||
* Fix - ACDC not defaulting on for eligible merchants after onboarding with Expanded Checkout selection #4340
|
||||
* Fix - Disable "Save PayPal and Venmo" component if merchant is not eligible for Reference Transactions #4298
|
||||
* Fix - “Failed to fetch onboarding URL” error when onboarding with Subscriptions selected from non-Vault region #4385
|
||||
* Fix - Fastlane SDK token requested when Fastlane is disabled #4104
|
||||
* Fix - Subscription renewal payment via ACDC may fail in some cases due to 3D Secure #4116
|
||||
* Fix - Error: _load_textdomain_just_in_time Called Incorrectly when running docker compose #4227
|
||||
* Fix - Shipping callback not loading for guest users in some scenarios #4256
|
||||
* Enhancement - Include Fastlane meta on homepage #3151
|
||||
* Enhancement - Include Branded-only plugin configuration for certain installation paths
|
||||
* Enhancement - Include UI status in system report #3248
|
||||
* Enhancement - Minor enhancements in new UI scrolling & highlighting behavior #3240
|
||||
* Fix - "Warning: Class 'WooCommerce\PayPalCommerce\Vendor\Stringable' not found" after 3.0.0 update #3235
|
||||
* Fix - ACDC does not work on the Classic Checkout when using the new UI #3219
|
||||
* Fix - "Send only" country banner not displayed in the new UI #3236
|
||||
* Fix - Typo in welcome screen #3258
|
||||
* Fix - onboarding.js file from old UI enqueued in new UI #3263
|
||||
* Fix - Onboarding in new UI with personal account does not hide all ineligible features #3254
|
||||
* Fix - ACDC not defaulting on for eligible merchants after onboarding with Expanded Checkout selection #3250
|
||||
* Fix - “Failed to fetch onboarding URL” error when onboarding with Subscriptions selected from non-Vault region #3242
|
||||
* Fix - Fastlane SDK token requested when Fastlane is disabled #3009
|
||||
* Fix - Subscription renewal payment via ACDC may fail in some cases due to 3D Secure #3098
|
||||
* Fix - Error: _load_textdomain_just_in_time Called Incorrectly when running docker compose #3172
|
||||
* Fix - Shipping callback not loading for guest users in some scenarios #3169
|
||||
* Fix - Phone number not saved in WC order when using Pay Now experience #4257
|
||||
* Fix - Phone number not pre-populated on Checkout block in continuation mode #4259
|
||||
* Fix - "Unfortunately, your credit card details are not valid" shown with actually valid card during checkout with invalid postcode. #4122
|
||||
* Fix - Incorrect Subscription Cancellation Handling with PayPal Subscriptions #4110
|
||||
* Fix - Google Pay not triggering 3D Secure challenge #4156
|
||||
* Tweak - Added PayPal as contributor #4394
|
||||
* Fix - Phone number not pre-populated on Checkout block in continuation mode #3160
|
||||
* Fix - "Unfortunately, your credit card details are not valid" shown with actually valid card during checkout with invalid postcode. #3067
|
||||
* Fix - Incorrect Subscription Cancellation Handling with PayPal Subscriptions #3046
|
||||
* Tweak - Added PayPal as contributor #3259
|
||||
|
||||
= 3.0.0 - 2025-03-17 =
|
||||
* Enhancement - Redesigned settings UI for new users #2908
|
||||
|
|
|
@ -1,21 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<phpunit
|
||||
bootstrap="tests/PHPUnit/bootstrap.php"
|
||||
backupGlobals="false"
|
||||
colors="true"
|
||||
convertErrorsToExceptions="true"
|
||||
convertNoticesToExceptions="true"
|
||||
convertWarningsToExceptions="true"
|
||||
>
|
||||
<filter>
|
||||
<whitelist processUncoveredFilesFromWhitelist="true">
|
||||
<directory suffix=".php">./src</directory>
|
||||
<directory suffix=".php">./modules/</directory>
|
||||
</whitelist>
|
||||
</filter>
|
||||
<testsuites>
|
||||
<testsuite name="unit">
|
||||
<directory suffix="Test.php">./tests/PHPUnit</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
42
readme.txt
42
readme.txt
|
@ -157,29 +157,27 @@ If you encounter issues with the PayPal buttons not appearing after an update, p
|
|||
== Changelog ==
|
||||
|
||||
= 3.0.1 - xxxx-xx-xx =
|
||||
* Enhancement - Include Fastlane meta on homepage #4071
|
||||
* Enhancement - Include Branded-only plugin configuration for certain installation paths #4263
|
||||
* Enhancement - Include UI status in system report #4397
|
||||
* Enhancement - Minor enhancements in new UI scrolling & highlighting behavior #4393
|
||||
* Fix - "Warning: Class 'WooCommerce\PayPalCommerce\Vendor\Stringable' not found" after 3.0.0 update #4380
|
||||
* Fix - ACDC does not work on the Classic Checkout when using the new UI #4307
|
||||
* Fix - "Send only" country banner not displayed in the new UI #4375
|
||||
* Fix - Typo in welcome screen #4389
|
||||
* Fix - onboarding.js file from old UI enqueued in new UI #4384
|
||||
* Fix - Onboarding in new UI with personal account does not hide all ineligible features #4406
|
||||
* Fix - ACDC not defaulting on for eligible merchants after onboarding with Expanded Checkout selection #4340
|
||||
* Fix - Disable "Save PayPal and Venmo" component if merchant is not eligible for Reference Transactions #4298
|
||||
* Fix - “Failed to fetch onboarding URL” error when onboarding with Subscriptions selected from non-Vault region #4385
|
||||
* Fix - Fastlane SDK token requested when Fastlane is disabled #4104
|
||||
* Fix - Subscription renewal payment via ACDC may fail in some cases due to 3D Secure #4116
|
||||
* Fix - Error: _load_textdomain_just_in_time Called Incorrectly when running docker compose #4227
|
||||
* Fix - Shipping callback not loading for guest users in some scenarios #4256
|
||||
* Enhancement - Include Fastlane meta on homepage #3151
|
||||
* Enhancement - Include Branded-only plugin configuration for certain installation paths
|
||||
* Enhancement - Include UI status in system report #3248
|
||||
* Enhancement - Minor enhancements in new UI scrolling & highlighting behavior #3240
|
||||
* Fix - "Warning: Class 'WooCommerce\PayPalCommerce\Vendor\Stringable' not found" after 3.0.0 update #3235
|
||||
* Fix - ACDC does not work on the Classic Checkout when using the new UI #3219
|
||||
* Fix - "Send only" country banner not displayed in the new UI #3236
|
||||
* Fix - Typo in welcome screen #3258
|
||||
* Fix - onboarding.js file from old UI enqueued in new UI #3263
|
||||
* Fix - Onboarding in new UI with personal account does not hide all ineligible features #3254
|
||||
* Fix - ACDC not defaulting on for eligible merchants after onboarding with Expanded Checkout selection #3250
|
||||
* Fix - “Failed to fetch onboarding URL” error when onboarding with Subscriptions selected from non-Vault region #3242
|
||||
* Fix - Fastlane SDK token requested when Fastlane is disabled #3009
|
||||
* Fix - Subscription renewal payment via ACDC may fail in some cases due to 3D Secure #3098
|
||||
* Fix - Error: _load_textdomain_just_in_time Called Incorrectly when running docker compose #3172
|
||||
* Fix - Shipping callback not loading for guest users in some scenarios #3169
|
||||
* Fix - Phone number not saved in WC order when using Pay Now experience #4257
|
||||
* Fix - Phone number not pre-populated on Checkout block in continuation mode #4259
|
||||
* Fix - "Unfortunately, your credit card details are not valid" shown with actually valid card during checkout with invalid postcode. #4122
|
||||
* Fix - Incorrect Subscription Cancellation Handling with PayPal Subscriptions #4110
|
||||
* Fix - Google Pay not triggering 3D Secure challenge #4156
|
||||
* Tweak - Added PayPal as contributor #4394
|
||||
* Fix - Phone number not pre-populated on Checkout block in continuation mode #3160
|
||||
* Fix - "Unfortunately, your credit card details are not valid" shown with actually valid card during checkout with invalid postcode. #3067
|
||||
* Fix - Incorrect Subscription Cancellation Handling with PayPal Subscriptions #3046
|
||||
* Tweak - Added PayPal as contributor #3259
|
||||
|
||||
= 3.0.0 - 2025-03-17 =
|
||||
* Enhancement - Redesigned settings UI for new users #2908
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue