-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Resolves issue for ElasticPress.io credentials to be properly saved. … (#1149) * Resolves issue for ElasticPress.io credentials to be properly saved. Space also added to settings page title. * Setup EPIO credentials after we have have determined if network activated. * Do not apply absint to comment_status (#1158) * Do not apply absint to comment_status * Do not apply absint to ping_status. * Add compatibility for new MLT structure (#1146) * Add compatibility for new MLT Check elasticsearch version and change mlt structure. Retain compatibility for older ES versions. * Correct conditional logic. * Add doc bloc * Setting array key for related posts query based upon elasticsearch version support for more_like_this structure. Added assertion to unit tests to check if elasticsearch property is part of WP_Post object. * Add additional hook for when an blog is deleted. Also conditional logic to prevent posts from getting indexed if blog is not indexable. Fixes #1157. * Only query for post IDs when indexing posts (#1145) * Feature/better error notices (#1142) * added better error messages for EP host failures * use get_error_message() if wp_remote_retrieve_response_message() was empty * clear out any errors if we're able to retrive the ES version * reenable passing force to ep_get_elasticsearch_version, added classes for error spans * updated testBadHostNotification to check for error codes and messages * moved some logging variables so they're only used when-needed * Let WC feature order by rand. (#1147) * Change object to array and added additional conditional statement. * Refactored logic to check if site is indexable. * Add apply_filters to ep_host. (#1108) * Fix `is_indexing_wpcli` method to check for `ep_wpcli_sync` instead of `ep_index_meta` (#1074) * Removing second parameter on get_transient function. * Removing unneeded code. * Readme changelog and version bump.
- Loading branch information
Allan Collins
authored
Dec 6, 2018
1 parent
8b62d07
commit 9459248
Showing
13 changed files
with
285 additions
and
81 deletions.
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.