Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
d1e7382
Fix WCPay Subscriptions toggle not saving when unchecked (#11113)
mgascam Oct 30, 2025
ed9860f
Fix JCB logo (#11112)
rtio Oct 30, 2025
f71962d
Fix payment method logos overflow in shortcode checkout (#11117)
mgascam Oct 31, 2025
dd2c9c6
Update to the copy on the WooPayments delete test orders tool. (#11118)
dmallory42 Oct 31, 2025
c3a8579
Replace old docs subscriptions URLs with new ones. (#11119)
vladolaru Nov 4, 2025
be4da0b
Fix styling for Test Mode badge in block checkout (#11123)
rtio Nov 5, 2025
5cdf6f7
Enforce strict user capability checks when deleting test orders (#11122)
vladolaru Nov 5, 2025
0ad8cf1
Merge trunk v10.2.0 into develop
botwoo Nov 6, 2025
95546f6
Make the WooPay button relative to contain the spinner (#11127)
RadoslavGeorgiev Nov 7, 2025
e77626d
[E2E][QIT] Add QIT foundation with basic connectivity tests (#11047)
mgascam Nov 10, 2025
b8d137d
Update payout texts for New Account Waiting Period (#11120)
htdat Nov 10, 2025
5c795a1
Fix WooPay express button text clipping (#11126)
mgascam Nov 10, 2025
1b5a4f7
[E2E] [QIT] Add Jetpack connection support for QIT E2E tests (#11049)
mgascam Nov 10, 2025
c9b165a
chore: add Amazon Pay feature flag (#11128)
frosso Nov 11, 2025
87a381e
fix: text color contrast of payment methods w/ dark bg (#11124)
frosso Nov 11, 2025
39c94b6
Fix WooPay phone field on Blocks Checkout (#11125)
alefesouza Nov 11, 2025
59c5b9c
New AccountDetals: Remove the payout icon status (#11093)
htdat Nov 12, 2025
2fa9d38
Add feature flag and backend support for additional dispute evidence …
mgascam Nov 12, 2025
c558ce9
Visa Compliance disputes: special notice and attention to a higher fe…
dmvrtx Nov 13, 2025
3058f59
Do not create refunds when the authorization isn't captured (#11130)
elazzabi Nov 13, 2025
1a6502e
Fix PHP8 deprecation warning about callables (#11135)
dmvrtx Nov 14, 2025
679f804
feat: Amazon Pay settings UI (#11132)
frosso Nov 17, 2025
0820a2f
Enable non-reusable payment methods for manual subscriptions (#11111)
dmvrtx Nov 19, 2025
0f483d1
Update version and add changelog entries for release 10.3.0
github-actions[bot] Nov 19, 2025
6c95a2c
fix: ECE w/ zero decimals currencies on blocks cart/checkout (#11134)
frosso Nov 20, 2025
fab1428
Update fees doc links (#11151)
aheckler Nov 25, 2025
ba0364c
fix: blocks checkout logos with WC beta (#11158)
frosso Nov 25, 2025
e3dde0b
Fix Incorrect Reference to “WooPayments Mobile Application” on Card R…
mordeth Nov 25, 2025
5551363
chore: update fees docs URL (#11156)
frosso Nov 26, 2025
28f671c
Cherry-pick: Fix Woo 10.4.0-beta compatibility (#11159) (#11185)
mgascam Dec 5, 2025
1bca2ff
Cherry-pick: Add payment method promotions (#11163) (#11183)
dmallory42 Dec 5, 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
2 changes: 2 additions & 0 deletions .claude/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,5 @@ npm run i18n:pot # Generate translations
- Test files mirror source structure
- PHP tests require Docker - ensure it's running before executing tests
- Use `npm run test:php` to run all tests or edit the command to pass PHPUnit filters
- When pushing, always push only the current branch: `git push origin HEAD` (not `git push` which tries to push all configured branches)
- When pulling, always pull only the current branch: `git pull origin $(git branch --show-current)` or `git pull --rebase origin HEAD`
Loading
Loading