-
Notifications
You must be signed in to change notification settings - Fork 313
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
Merge develop into master in prep for 3.5.5 #2108
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
use_language_in_setting Optional parameter should not be followed by a required one
Check if facetSearchInput exists.
Add missing );
Co-Authored-By: Johannes Kinast <5927337+goaround@users.noreply.github.com>
Check if facetSearchInput exists. Co-Authored-By: Johannes Kinast <5927337+goaround@users.noreply.github.com>
Add missing ); Co-Authored-By: Johannes Kinast <5927337+goaround@users.noreply.github.com>
Co-Authored-By: Johannes Kinast <5927337+goaround@users.noreply.github.com>
Co-Authored-By: Johannes Kinast <5927337+goaround@users.noreply.github.com>
Co-Authored-By: Johannes Kinast <5927337+goaround@users.noreply.github.com>
Co-Authored-By: Johannes Kinast <5927337+goaround@users.noreply.github.com>
Fix docs for the ep_formatted_args filter
Co-Authored-By: Vasken Hauri <vasken@10up.com>
Co-Authored-By: Vasken Hauri <vasken@10up.com>
add security issue from 3.5.4 release to SECURITY.md
Reapply/pr 2004: Support multiple Facets
Add a class to the search form when autosuggestions are loading. Addresses #1610.
Update indexables.md
WP-CLI commands to get and set the search algorithm version
Co-authored-by: Rahmon <Rahmon@users.noreply.github.com>
Add default value to parameter $context in the function use_language_in_setting
Autosuggest: check if `epas.highlightingTag` is set before using it
Add filters for easier search algorithm manipulation
[Docs] Add theme integration docs
WP Acceptance Tests using instructions
And hook Autosuggest::delete_cached_query() to it
Co-authored-by: Ramon <rahmon@users.noreply.github.com>
Autosuggest: Helper function to delete cached query
Prepare for the 3.5.5 release
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.
Description of the Change
Alternate Designs
Benefits
Possible Drawbacks
Verification Process
Checklist:
Applicable Issues
Changelog Entry