Plugin Directory

Changeset 1908614


Ignore:
Timestamp:
07/13/2018 08:26:15 AM (8 years ago)
Author:
minkapi
Message:

Release 2.0

  • Support object cache
Location:
clear-transient-from-dashboard/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • clear-transient-from-dashboard/trunk/clear-transient-from-dashboard.php

    r1895034 r1908614  
    44Description: Logging in as admin, you can clear all transients from the dashboard.
    55Author: minkapi
    6 version: 1.1
     6version: 2.0
    77*/
    88add_action( 'load-index.php', 'CTFD_clear_transient' );
     
    5252                }
    5353            }
     54
     55            if ( wp_using_ext_object_cache() ) {
     56                wp_cache_flush();
     57            }
    5458        }
    5559
  • clear-transient-from-dashboard/trunk/readme.txt

    r1895034 r1908614  
    33Tags: transient
    44Requires at least: 4.9
    5 Tested up to: 4.9.6
    6 Stable tag: 1.1
     5Tested up to: 4.9.7
     6Stable tag: 2.0
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    2525
    2626== Changelog ==
     27= 2.0 =
     28* Support object cache
    2729= 1.1 =
    2830* Fix description.
Note: See TracChangeset for help on using the changeset viewer.