| @@ -27,8 +27,9 @@ | ||
| 27 | 27 | protected $options = [ |
| 28 | 28 | 'ep_host', |
| 29 | 29 | 'ep_index_meta', |
| 30 | 30 | 'ep_feature_settings', |
| 31 | + 'ep_feature_settings_draft', | |
| 31 | 32 | 'ep_version', |
| 32 | 33 | 'ep_intro_shown', |
| 33 | 34 | 'ep_last_sync', |
| 34 | 35 | 'ep_need_upgrade_sync', |
| @@ -40,10 +41,12 @@ | ||
| 40 | 41 | 'ep_credentials', |
| 41 | 42 | 'ep_prefix', |
| 42 | 43 | 'ep_language', |
| 43 | 44 | 'ep_bulk_setting', |
| 44 | - 'ep_last_index', | |
| 45 | + 'ep_sync_history', | |
| 45 | 46 | |
| 47 | + 'elasticpress_weighting', | |
| 48 | + | |
| 46 | 49 | // Admin notices options |
| 47 | 50 | 'ep_hide_host_error_notice', |
| 48 | 51 | 'ep_hide_es_below_compat_notice', |
| 49 | 52 | 'ep_hide_es_above_compat_notice', |
| @@ -52,9 +55,8 @@ | ||
| 52 | 55 | 'ep_hide_upgrade_sync_notice', |
| 53 | 56 | 'ep_hide_auto_activate_sync_notice', |
| 54 | 57 | 'ep_hide_using_autosuggest_defaults_notice', |
| 55 | 58 | 'ep_hide_yellow_health_notice', |
| 56 | - 'ep_hide_users_migration_notice', | |
| 57 | 59 | ]; |
| 58 | 60 | |
| 59 | 61 | /** |
| 60 | 62 | * List of transient keys that need to be deleted when uninstalling the plugin. |