Skip to content
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

Add hook to allow third parties to ad additional options #1255

Closed
wants to merge 86 commits into from
Closed

Add hook to allow third parties to ad additional options #1255

wants to merge 86 commits into from

Conversation

technosailor
Copy link
Contributor

Adds new hook ep_settings_custom in settings-page.php to allow third parties to add additional settings for ES.

Ritesh-patel and others added 30 commits April 25, 2018 16:58
Remove author_name from WooCommerce searches
Exclude password protected posts in search results.
type = "text" not suppported in older ES
Revert "Exclude password protected posts in search results. "
Add ep_set_default_sort filter to orderby to enable changing the sort order by score.
* add support tax_query operator EXISTS & NOT EXISTS

* add unit test for tax_query EXISTS & NOT EXISTS

* fix code styles
* Allow index prefix to be configured on settings page instead of just within wp-config.php.

* Only show the index prefix field if we are using the ElasticPress.io endpoint.

* Field changes for subscription ID. New fields for username and token.

* Add capability check to only show fields for users that can manage_options.

* If the index prefix/subscription ID does not end with a hyphen, then add one.

* Pass empty keys to credentials array.
allan23 and others added 20 commits January 29, 2019 11:31
* Revert "Do not override custom fields on wc search. (#1215)"

This reverts commit 1ae2c98.

* Revert "Feature color changes when properly activated on elasticpress.io service. (#1171)"

This reverts commit 2ea2dc1.

* Revert "Removal of unused unit test."

This reverts commit 9625b52.

* Revert "Revert "Use wildcard query with compare like." (#1210)"

This reverts commit 0546726.
Add notice if defaulting to plugin settings.
Add a radio button to switch between safe values and plugin settings.
* added is_object() check for auto-activate-sync notice

* added additional is_object() check
Change to correct post status/type
* Changes to sticky posts.

* Removing redundant code.
* Do not allow 0 on bulk settings

* Simplify sanitize logic.

* Do not allow negative values
@allan23 allan23 changed the base branch from develop to develop-2.x February 20, 2019 16:12
@tlovett1
Copy link
Member

Hey @technosailor, you will need to recreate this PR against develop. We just pushed 3.0 into beta.

@technosailor technosailor changed the base branch from develop-2.x to develop February 20, 2019 16:26
@technosailor
Copy link
Contributor Author

Will do. Bunch of merge conflicts by doing that. I have to run out but will address later. Thanks, @tlovett1!

@technosailor
Copy link
Contributor Author

@tlovett1 @brandwaffle Redo of PR is here: #1261

Closing this PR and updating the issue to reflect the new PR.

Thanks, gents.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet