Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Fixed free tier showing in the tiers-only paywall in posts (TryGhos…
…t#19807) refs INC-36 fixes TryGhost#19796 - The tiers-only paywall was incorrectly rendering "Free". Example: "This post is for subscribers of the Free, Silver and Gold tiers only" - Steps to reproduce the issue: 1. Create a post with public visibility, publish it 2. Then swap the visibility to specific tiers. The default selects all paid tiers. Leave it like that 3. Update the post. The paywall show Free, even though it should be showing only the paid tiers - This fix filters out the "free" tier when visibility is set to tiers, before updating a Post or a Page. The fix includes bulk updates from the list of Posts and Pages (right-click on a Post/Page > Change Access).
- Loading branch information