v0.5.1
This commit is contained in:
parent
90ac22a845
commit
061329c704
11 changed files with 114 additions and 25 deletions
|
|
@ -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' );
|
||||
|
|
|
|||
Loading…
Reference in a new issue