This commit is contained in:
Javier Casares 2026-08-15 12:40:32 +00:00
commit 061329c704
11 changed files with 114 additions and 25 deletions

View file

@ -18,7 +18,6 @@ $option_keys = array(
'robotstxt_manager_api_key',
'robotstxt_manager_cache_ttl_minutes',
'robotstxt_manager_delete_data_on_uninstall',
'robotstxt_manager_db_version',
);
foreach ( $option_keys as $key ) {
@ -26,3 +25,7 @@ foreach ( $option_keys as $key ) {
}
delete_transient( 'robotstxt_manager_catalog' );
// Purge the WordPress update transient: premium entries carry the API key
// in their package URL. WordPress rebuilds it on the next update check.
delete_site_transient( 'update_plugins' );