| @@ -67,8 +67,12 @@ | ||
| 67 | 67 | */ |
| 68 | 68 | if ( is_multisite() ) { |
| 69 | 69 | delete_site_option( 'vigilante_critical_files_baseline' ); |
| 70 | 70 | delete_site_option( 'vigilante_baseline_sweep' ); |
| 71 | + delete_site_option( 'vigilante_owned_blocks' ); | |
| 72 | + delete_site_option( 'vigilante_owned_blocks_claim' ); | |
| 73 | + delete_site_option( 'vigilante_config_copies_sweep' ); | |
| 74 | + delete_site_option( 'vigilante_results_sweep' ); | |
| 71 | 75 | } |
| 72 | 76 | |
| 73 | 77 | // Remove backup directory. WP_CONTENT_DIR is shared by the whole network, |
| 74 | 78 | // so this happens once. |
| @@ -154,8 +158,12 @@ | ||
| 154 | 158 | // Delete options |
| 155 | 159 | $options_to_delete = array( |
| 156 | 160 | 'vigilante_options', |
| 157 | 161 | 'vigilante_db_version', |
| 162 | + 'vigilante_purge_2_11_0_done', | |
| 163 | + 'vigilante_baseline_redaction', | |
| 164 | + 'vigilante_owned_blocks', | |
| 165 | + 'vigilante_owned_blocks_claim', | |
| 158 | 166 | 'vigilante_backup_timestamp', |
| 159 | 167 | 'vigilante_last_integrity_scan', |
| 160 | 168 | 'vigilante_last_integrity_results', |
| 161 | 169 | 'vigilante_ignored_files', |
| @@ -179,8 +187,11 @@ | ||
| 179 | 187 | // authentication salts, so leaving it behind would keep them readable in |
| 180 | 188 | // the options table long after the plugin is gone. |
| 181 | 189 | 'vigilante_htaccess_backup', |
| 182 | 190 | 'vigilante_wpconfig_backup', |
| 191 | + 'vigilante_config_copies_purged', | |
| 192 | + 'vigilante_config_copies_sweep_lock', | |
| 193 | + 'vigilante_htaccess_write_lock', | |
| 183 | 194 | 'vigilante_plugin_status_state', |
| 184 | 195 | 'vigilante_plugin_status_last_check', |
| 185 | 196 | 'vigilante_ignored_closed_plugins', |
| 186 | 197 | ); |
| @@ -246,8 +257,13 @@ | ||
| 246 | 257 | OR option_name LIKE 'vigilante_backup_info\_%' |
| 247 | 258 | OR option_name IN ( |
| 248 | 259 | 'vigilante_options', |
| 249 | 260 | 'vigilante_db_version', |
| 261 | + 'vigilante_purge_2_11_0_done', | |
| 262 | + 'vigilante_baseline_redaction', | |
| 263 | + 'vigilante_critical_files_baseline', | |
| 264 | + 'vigilante_owned_blocks', | |
| 265 | + 'vigilante_owned_blocks_claim', | |
| 250 | 266 | 'vigilante_ignored_closed_plugins', |
| 251 | 267 | 'vigilante_ignored_files', |
| 252 | 268 | 'vigilante_dismissed_notices', |
| 253 | 269 | 'vigilante_under_attack_mode', |