-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: alpha fixes #2835
fix: alpha fixes #2835
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Address editing: I've just enabled two address fields for the checkout flow, but in the edit view all are displayed and required. Not sure if that's expected, description in #2733 does not mention such a case.
Hmm, we're not filtering the billing fields shown here to match them up with the fields selected in Reader Revenue. Do you think that's a requirement? |
@adekbadek 20cbded filters the address fields for the "edit billing address" page only, so that only fields enabled in Reader Revenue > Donations are required. Other address fields are still shown but are marked optional. Updated testing instructions, too. |
That works for address fields, but "Phone" is added later in WC. I've updated the filter used to make it filter the billing fields at a later stage, when all are added (f0b5490). |
# [2.13.0](v2.12.2...v2.13.0) (2024-01-08) ### Bug Fixes * alpha fixes ([#2835](#2835)) ([49efd8b](49efd8b)) * newsletters Lists indentation ([#2797](#2797)) ([1af3c23](1af3c23)) * **ras:** remove modal checkout logic ([#2781](#2781)) ([6aad17d](6aad17d)) * use Woo's cart fee for covering transaction fees ([#2820](#2820)) ([fded027](fded027)) ### Features * add media partners module ([#2753](#2753)) ([70f7dcb](70f7dcb)) * don’t send OTP via preauth flow when signing up for newsletter ([#2795](#2795)) ([686af03](686af03)) * **donation:** additional receipt email template variables ([#2799](#2799)) ([0c9c373](0c9c373)) * force allow subscription switching ([#2784](#2784)) ([ae7523f](ae7523f)) * force option to enble retries of failed payments ([#2808](#2808)) ([f8d35ec](f8d35ec)) * give editors permission for restricted content ([#2806](#2806)) ([64d7817](64d7817)) * **my-account:** support edit address ([#2733](#2733)) ([92d5778](92d5778)) * remove commenting from engagement tab ([#2726](#2726)) ([f51c7bc](f51c7bc))
🎉 This PR is included in version 2.13.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
All Submissions:
Changes proposed in this Pull Request:
Fixes some issues resulting from a bad hotfix merge.
How to test the changes in this Pull Request:
Other information: