-
Notifications
You must be signed in to change notification settings - Fork 45
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(homepage-posts): support deduplication toggling #1543
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 tasks
dkoo
approved these changes
Oct 2, 2023
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.
Works nicely!
matticbot
pushed a commit
that referenced
this pull request
Oct 16, 2023
# [2.0.0-alpha.1](v1.75.5...v2.0.0-alpha.1) (2023-10-16) ### Bug Fixes * **donate:** allow "once" in tiers-based layout ([ad7268a](ad7268a)) * **homepage-posts:** check existing "specific posts" recursively for deduplication ([#1541](#1541)) ([9755e40](9755e40)) * newspack.pub > newspack.com ([#1552](#1552)) ([343b80b](343b80b)) ### Features * add option for a button after checkout ([#1521](#1521)) ([bdfb3c2](bdfb3c2)) * **homepage-posts:** support deduplication toggling ([#1543](#1543)) ([6acc719](6acc719)) * remove AMP compatibility ([27ecf88](27ecf88)) ### BREAKING CHANGES * AMP will not be supported anymore by this plugin.
🎉 This PR is included in version 2.0.0-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
matticbot
pushed a commit
that referenced
this pull request
Oct 31, 2023
# [2.0.0](v1.75.6...v2.0.0) (2023-10-31) ### Bug Fixes * **donate:** allow "once" in tiers-based layout ([ad7268a](ad7268a)) * **homepage-posts:** check existing "specific posts" recursively for deduplication ([#1541](#1541)) ([9755e40](9755e40)) * newspack.pub > newspack.com ([#1552](#1552)) ([343b80b](343b80b)) * update WC's variation methods ([860f9fa](860f9fa)) ### Features * add option for a button after checkout ([#1521](#1521)) ([bdfb3c2](bdfb3c2)) * **homepage-posts:** support deduplication toggling ([#1543](#1543)) ([6acc719](6acc719)) * **modal checkout:** post-checkout newsletter signup ([#1561](#1561)) ([092007a](092007a)) * **modal-checkout:** implement ras overlay ([#1562](#1562)) ([8270c9b](8270c9b)) * remove AMP compatibility ([27ecf88](27ecf88)) ### BREAKING CHANGES * AMP will not be supported anymore by this plugin.
🎉 This PR is included in version 2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
All Submissions:
Changes proposed in this Pull Request:
1205451924709229-as-1205631504130139
Implements a toggle to allow a Homepage Posts block to be excluded to deduplication logic.
Without deduplication, the block will not account for previously queried posts and will also not have their queried posts as part of the exclusion for the following blocks.
Closes #258.
How to test the changes in this Pull Request:
Other information: