-
Notifications
You must be signed in to change notification settings - Fork 49
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(wc-memberships): prevent RAS from hijacking WC for Teams links #3540
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.
@adekbadek works as described! While testing this I also noticed that as an invited team member, there's no indication of my team membership or any way to manage it in My Account. I opened #3542 against this branch to restore the "My Membership" menu items for team members only, as this is the menu the Teams extension uses to let team members view and manage their team memberships.
@dkoo – Thank you for fixing this! |
Hey @, good job getting this PR merged! 🎉 Now, the Please check if this PR needs to be included in the "Upcoming Changes" and "Release Notes" doc. If it doesn't, simply remove the label. If it does, please add an entry to it to our shared document, with screenshots and testing instructions if applicable, then remove the label. Thank you! ❤️ |
# [5.8.0-alpha.1](v5.7.0...v5.8.0-alpha.1) (2024-11-15) ### Bug Fixes * **reader-registration-block:** fix styles of newsletter lists ([1e1d7a4](1e1d7a4)) * **salesforce:** handle woocommerce inactive ([#3521](#3521)) ([bf868a4](bf868a4)) * use user email for esp sync purposes ([#3520](#3520)) ([d6925ff](d6925ff)) * **wc-memberships:** WC for Teams join-team link; team in my-account ([#3540](#3540)) ([489ce0f](489ce0f)) ### Features * also trigger subscription change events on switch ([#3514](#3514)) ([5a84949](5a84949)) * **pwa:** enable SW file caching ([82af7d4](82af7d4)) * **starter-content:** e2e improvements; removal CLI command ([35431ac](35431ac)) * update Stripe Settings dashboard UI ([#3488](#3488)) ([7974fac](7974fac)) * **wc-memberships:** support team data in import ([63c78b2](63c78b2))
🎉 This PR is included in version 5.8.0-alpha.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
# [5.8.0](v5.7.0...v5.8.0) (2024-11-25) ### Bug Fixes * **reader-registration-block:** fix styles of newsletter lists ([1e1d7a4](1e1d7a4)) * **salesforce:** handle woocommerce inactive ([#3521](#3521)) ([bf868a4](bf868a4)) * use user email for esp sync purposes ([#3520](#3520)) ([d6925ff](d6925ff)) * **wc-memberships:** WC for Teams join-team link; team in my-account ([#3540](#3540)) ([489ce0f](489ce0f)) ### Features * also trigger subscription change events on switch ([#3514](#3514)) ([5a84949](5a84949)) * **pwa:** enable SW file caching ([82af7d4](82af7d4)) * **starter-content:** e2e improvements; removal CLI command ([35431ac](35431ac)) * update Stripe Settings dashboard UI ([#3488](#3488)) ([7974fac](7974fac)) * **wc-memberships:** support team data in import ([63c78b2](63c78b2))
🎉 This PR is included in version 5.8.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
All Submissions:
Changes proposed in this Pull Request:
Prevents this plugin from hijacking custom WC templates from
woocommerce-memberships-for-teams
plugin, allowing this plugin to add handling of "join team" links.Note that failing tests on CI are due to network-dependent unit tests: here's a proposition to remove these.
How to test the changes in this Pull Request:
trunk
,woocommerce-memberships-for-teams
plugin and create a team with unlimited seats. Log in as the team owner.Other information: