Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
1ebacde
Update return type in docblock of class-wc-rest-payments-orders-contr…
shendy-a8c Mar 18, 2025
a849f52
Change self assessment data url key name (#10584)
vladolaru Mar 18, 2025
deaf3be
fix: ECE parsing of error message to customer (#10581)
frosso Mar 19, 2025
56d511b
Always load Stripe Billing integration to support previous US stores …
Mar 19, 2025
2a8c200
Merge trunk v9.1.0 into develop
botwoo Mar 19, 2025
b096a49
Update/10517/use dynamic payment method lists (#10583)
brettshumaker Mar 19, 2025
7e6a858
Add a searchable flag and notes to some existing lists of payment met…
brettshumaker Mar 19, 2025
61fe069
chore: tokenized ECE tests for product page (#10592)
frosso Mar 20, 2025
2587dd7
Update WeChat Pay countries and currencies (#10591)
mdmoore Mar 20, 2025
4b0d48b
Remove fraud protection discoverability and update tour (#10558)
ismaeldcom Mar 21, 2025
c277b48
Add net amount after deducting fees to meta data (#10602)
deepakpathania Mar 21, 2025
4a09ff2
Add rest api endpoints for NOX in-context flows (#10609)
vladolaru Mar 21, 2025
c6c51ad
Update tracks event documentation to clarify and distinguish shopper/…
Jinksi Mar 23, 2025
c0c678c
Bump WC tested up to version to 9.7.1 (#10620)
allie500 Mar 24, 2025
a2cf408
Fix errors in WooCommerce email settings preview (#10603)
mgascam Mar 25, 2025
09c1790
Fix success page qit security watnings (#10628)
gpressutto5 Mar 25, 2025
fff213c
Add support for referrals (#10588)
marcinbot Mar 25, 2025
fd30986
Prevent renewal subscription orders from being created if subscriptio…
dmvrtx Mar 26, 2025
5b594f8
Implement proper square braces for checks in shell (#10622)
dmvrtx Mar 26, 2025
bd01a44
Remove fraud protection discoverability leftovers (#10635)
ismaeldcom Mar 26, 2025
81f78d3
Update transaction payment method titles to use dynamic configuration…
brettshumaker Mar 26, 2025
e89a873
Update the progressive parameter in the KYC session creation API to u…
mordeth Mar 26, 2025
50d309f
Cleanup unused wcpay_date_format_notice_dismissed option from permiss…
mgascam Mar 26, 2025
fba4cf5
Add pending refund notes (#10600)
htdat Mar 27, 2025
6712356
WOOPLUG-3493 WooPay on Multisite: Fix intent sanitization (#10624)
RadoslavGeorgiev Mar 27, 2025
e81747c
Add stripe account id to the product id metadata to fix the issue whe…
zmaglica Mar 27, 2025
7e6c634
Check the array type the dismissed notices for duplicated payment met…
timur27 Mar 27, 2025
c50c790
Fix Multi-currency conversion for WooCommerce Bookings range type cos…
mgascam Mar 27, 2025
c95d116
HACK week - Prevent unsaved changes dialog when changes have been sav…
mdmoore Mar 27, 2025
45be45d
Fix PHP Deprecated: Hook woocommerce_rest_api_option_permissions (#10…
htdat Mar 28, 2025
be310ff
Update Settings page as per the new design (#10578)
dpaun1985 Mar 28, 2025
ab9eb75
Remove deprecated `wcpay_exit_survey_dismissed` option from the ALLOW…
mordeth Mar 28, 2025
7773e4b
Add NOX in context flows source and from handling (#10641)
vladolaru Mar 28, 2025
9ca1786
Last bits of payment method list cleanup. (#10642)
brettshumaker Mar 28, 2025
e5e761e
Fix multicurrency e2e test failing with WooCommerce beta version (#10…
allie500 Mar 28, 2025
dbe6930
fix: ECE add-to-cart validation on product page (#10599)
frosso Mar 31, 2025
a552711
Implement notifications about Stripe Billing and manual capture incom…
dmvrtx Mar 31, 2025
7aa3ec1
Fix PMME display on shortcode cart with block-based theme (#10648)
timur27 Apr 1, 2025
7ae957d
Update breadcrumbs back link to wc_back_header / wc_back_link for ter…
oaratovskyi Apr 1, 2025
41e73bf
fix: ECE display on pay-for-order pages (#10661)
frosso Apr 1, 2025
2bf6d95
refactor: delete ECE temporary cart after request (#10658)
frosso Apr 2, 2025
49e2bdb
Fix background color for the Payments settings page (#10669)
dpaun1985 Apr 2, 2025
2743957
Move payment method map definition to the backend (#10659)
danielmx-dev Apr 2, 2025
b1aa769
fix: fatal error w/ Klarna, EU country, and non-EU currency (#10668)
frosso Apr 2, 2025
9b8837b
fix: ECE HK Test address override (#10664)
frosso Apr 2, 2025
0ea8b7e
HACK week: Improve express checkout layout for better experience (#9914)
timur27 Apr 2, 2025
3b3dc7d
fix: tokenized ECE to honor woocommerce_tax_display_cart (#10662)
frosso Apr 3, 2025
0d5d63e
Update WooPay order icon (#10666)
alefesouza Apr 3, 2025
fd96911
Dev: Update to the latest jest-preset-default (#10674)
RadoslavGeorgiev Apr 4, 2025
c4040d7
Remove level3 retry logic and legacy request_with_level3_data method …
mgascam Apr 4, 2025
d9df7fe
Fix WooPay enabled during NOX onboarding despite being disabled in re…
mordeth Apr 4, 2025
cecf40f
Update to Cash App Afterpay branding. (#10665)
mdmoore Apr 4, 2025
0510917
chore: remove unrequested JCB notice (#10678)
frosso Apr 4, 2025
72a3f71
Update version and add changelog entries for release 9.2.0
github-actions[bot] Apr 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .husky/post-merge
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ else
echo "\033[32mDetermining if there is an update for the WCPay Dev Tools plugin...\033[0m"

DEV_TOOLS_BRANCH=$(cd $DEV_TOOLS_PLUGIN_PATH && git branch --show-current)
if [[ $DEV_TOOLS_BRANCH = "trunk" ]]; then
if [ $DEV_TOOLS_BRANCH = "trunk" ]; then
echo " \033[32mThe current branch is trunk. Check if we are safe to pull from origin/trunk...\033[0m"
if [[ `cd $DEV_TOOLS_PLUGIN_PATH && git status --porcelain` ]]; then
if [ `cd $DEV_TOOLS_PLUGIN_PATH && git status --porcelain` ]; then
echo "\033[33m There are uncommitted local changes on the WCPay Dev Tools repo. Skipping any attempt to update it.\033[0m"
else
echo " \033[32mPulling the latest changes from origin/trunk, if any...\033[0m"
Expand Down
8 changes: 8 additions & 0 deletions assets/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,14 @@
background-image: url( '../images/payment-methods/afterpay-icon.svg' );
}

.payment-method__brand--afterpay_clearpay.account-country--gb {
background-image: url( '../images/payment-methods/clearpay.svg' );
}

.payment-method__brand--afterpay_clearpay.account-country--us {
background-image: url( '../images/payment-methods/afterpay-cashapp-icon.svg' );
}

.payment-method__brand--affirm {
background-image: url( '../images/payment-methods/affirm-icon.svg' );
}
Expand Down
2 changes: 1 addition & 1 deletion assets/css/success.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
color: #4d3716;
justify-self: start;
width: max-content;
margin-left: 5px;
margin-right: 5px;
}

#wc-payment-gateway-multibanco-instructions-container .payment-box-value {
Expand Down
27 changes: 27 additions & 0 deletions assets/images/payment-methods/afterpay-cashapp-badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading