-
Notifications
You must be signed in to change notification settings - Fork 13
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
[BUGS-7429] Add filter to exclude select post types from purge #258
Conversation
Composer Changes
|
combine everything into a single check against ignored_post_types
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.
This is superfluous if we're going to ship a release immediately, but in general, prefer to use the x.y.z-dev
version in documentation and docblocks, then search-replace as part of release prep. It could sit on develop and then subsequent feature bump to a minor/major vn, "@SInCE" will then point to a non-existent version.
if we ever get to implementing, plugin release actions should handle inside php files already.
Co-authored-by: Phil Tyler <[email protected]>
and make wget quiet
Update the Purger class to add a filter that allows users skip purges if a given post type is being updated.
This PR has been updated to include various CI tweaks.
validate-fixture-version.sh
into a separate gist with the goal of standardizing that script and making it more robust1.5.0-dev