-
Notifications
You must be signed in to change notification settings - Fork 44
fix: respect subscriptions limiter, and handle cart errors in modal #1728
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
Conversation
# [3.2.0-alpha.1](v3.1.0...v3.2.0-alpha.1) (2024-05-20) ### Bug Fixes * **donate-block:** fix typo in textdomain and color variables ([#1738](#1738)) ([7f7de88](7f7de88)) * modal checkout continue button ([#1733](#1733)) ([c672d4a](c672d4a)) * respect subscriptions limiter, and handle cart errors in modal ([#1728](#1728)) ([8a828fa](8a828fa)) ### Features * **donate:** add new "Modern" style variation ([#1734](#1734)) ([b83d840](b83d840)) * update donations patterns and add new one ([#1731](#1731)) ([607c93a](607c93a))
|
🎉 This PR is included in version 3.2.0-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 3.1.0-epic-ras-acc.13 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 3.2.0-epic-ras-acc.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [3.2.0](v3.1.0...v3.2.0) (2024-05-28) ### Bug Fixes * **donate-block:** fix typo in textdomain and color variables ([#1738](#1738)) ([7f7de88](7f7de88)) * modal checkout continue button ([#1733](#1733)) ([c672d4a](c672d4a)) * respect subscriptions limiter, and handle cart errors in modal ([#1728](#1728)) ([8a828fa](8a828fa)) ### Features * **donate:** add new "Modern" style variation ([#1734](#1734)) ([b83d840](b83d840)) * update donations patterns and add new one ([#1731](#1731)) ([607c93a](607c93a))
|
🎉 This PR is included in version 3.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
All Submissions:
Changes proposed in this Pull Request:
Respects the "Limit subscription" option in Woo products. Also implements some styles so that the modal checkout window is still usable if the
add_to_cartmethod fails and redirects to the cart page inside the modal.Closes
1200550061930446/1207095202849399.How to test the changes in this Pull Request:
trunk, observe that the modal checkout window displays the full Cart page with site header + footer, locked behind a loading animation that never resolves.Other information: