-
Notifications
You must be signed in to change notification settings - Fork 17
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: segmentation criteria for subscriptions and memberships #1230
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.
stealth-fixes a warning
It's not stealth if you mention it in the description!
# [2.26.0-alpha.1](v2.25.0...v2.26.0-alpha.1) (2023-10-31) ### Features * segmentation criteria for subscriptions and memberships ([#1230](#1230)) ([bef21e0](bef21e0))
🎉 This PR is included in version 2.26.0-alpha.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
# [2.26.0](v2.25.0...v2.26.0) (2023-11-13) ### Features * segmentation criteria for subscriptions and memberships ([#1230](#1230)) ([bef21e0](bef21e0))
🎉 This PR is included in version 2.26.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
All Submissions:
Changes proposed in this Pull Request:
Registers the new subscriptions and memberships criteria implemented in Automattic/newspack-plugin#2696. Also stealth-fixes a warning that I was seeing in the
Newspack_Popups_Inserter
class.How to test the changes in this Pull Request:
Follow testing instructions in Automattic/newspack-plugin#2696. I put testing instructions there because most of the logic for handling the reader data and giving meaning to the criteria lives there.
Other information: