PluginProbe
ElasticPress / 5.3.5
ElasticPress v5.3.5
5.3.5 5.3.4 3.6.5 3.6.6 4.0.0 4.0.1 4.1.0 4.2.0 4.2.1 4.2.2 4.3.0 4.3.1 4.4.0 4.4.1 4.5.0 4.5.1 4.5.2 4.6.0 4.6.1 4.7.0 4.7.1 4.7.2 5.0.0 5.0.1 5.0.2 All 108 releases
← All changes | uninstall.php +4 -2 4.7.15.3.5 View file →
@@ -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.