-
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
feat(ras-acc): add reader account creation and login improvements #3582
Conversation
This PR adds a new customer-facing subscription cancellation email
This PR adjusts email text for the default otp email template to either white or black depending on background color
This PR adds an FAQ section to the otp email template
This PR makes the previously hard-coded reader activation auth flow text filterable
…lors Update UI components
This PR updates the remaining transactional email template designs to match the updates done to the OTP email
fix: get secondary, variation colors updating in RAS-ACC emails
This PR fixes an issue where its possible for readers to have otp token meta stored, but no otp hash cookie present which leads to the auth form getting stuck at the signin step.
This PR fixes an issue where adding a password for a user as admin did not clear the WITHOUT_PASSWORD meta which decided which auth form view to render.
feat: add constant to disable Google OAuth in RAS
Hey @chickenn00dle, 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 our shared document, with screenshots and testing instructions if applicable, then remove the label. Thank you! ❤️ |
# [5.9.0-alpha.1](v5.8.1...v5.9.0-alpha.1) (2024-11-29) ### Bug Fixes * **ras-acc:** make helper text size more specific ([#3584](#3584)) ([5bcc688](5bcc688)) * undefined var ([#3585](#3585)) ([00d8bc7](00d8bc7)) * **woocommerce-emails:** use the default email payload if there are no donation products ([#3545](#3545)) ([60c21f3](60c21f3)) ### Features * mark perfmatters as a required plugin ([#3578](#3578)) ([f20291c](f20291c)) * **ras-acc:** add reader account creation and login improvements ([#3582](#3582)) ([b66de08](b66de08)) * **reader-data:** add a CLI command to align reader membership data ([#3548](#3548)) ([8e49bf0](8e49bf0)) * **subscriptions:** add setting to reattempt payment after final retry ([#3560](#3560)) ([553c3ac](553c3ac)) * **woocommerce:** remove internal metadata from REST API response ([6b659a6](6b659a6))
🎉 This PR is included in version 5.9.0-alpha.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
# [5.9.0](v5.8.2...v5.9.0) (2024-12-09) ### Bug Fixes * **emails:** account for false order value ([#3590](#3590)) ([a2e4042](a2e4042)) * **ras-acc:** correct My Account custom font sizing clash ([#3588](#3588)) ([080f1ce](080f1ce)) * **ras-acc:** make helper text size more specific ([#3584](#3584)) ([5bcc688](5bcc688)) * **ras-acc:** re-add recaptcha to the WooCommerce checkout ([#3605](#3605)) ([07f46b3](07f46b3)) * undefined var ([#3585](#3585)) ([00d8bc7](00d8bc7)) * **woocommerce-emails:** use the default email payload if there are no donation products ([#3545](#3545)) ([60c21f3](60c21f3)) ### Features * mark perfmatters as a required plugin ([#3578](#3578)) ([f20291c](f20291c)) * **ras-acc:** add reader account creation and login improvements ([#3582](#3582)) ([b66de08](b66de08)) * **reader-data:** add a CLI command to align reader membership data ([#3548](#3548)) ([8e49bf0](8e49bf0)) * **subscriptions:** add setting to reattempt payment after final retry ([#3560](#3560)) ([553c3ac](553c3ac)) * **woocommerce:** remove internal metadata from REST API response ([6b659a6](6b659a6))
🎉 This PR is included in version 5.9.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
All Submissions:
Changes proposed in this Pull Request:
This PR merges the
epic/ras-acc
branch into trunk.How to test the changes in this Pull Request:
Apply this PR as well as the relevant PRs in blocks, newsletters, and theme then do some RAS-ACC smoke tests.
Other information: