Plugin Directory

Changeset 1895034


Ignore:
Timestamp:
06/19/2018 10:02:57 AM (8 years ago)
Author:
minkapi
Message:

Release 1.1

  • Fix description
Location:
clear-transient-from-dashboard/trunk
Files:
2 edited

Legend:

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

    r1894896 r1895034  
    22/*
    33Plugin Name: Clear Transient From Dashboard
    4 Description: If you are logged in as a user who can manage options, you can clear all transients from the dashboard.
     4Description: Logging in as admin, you can clear all transients from the dashboard.
    55Author: minkapi
    6 version: 1.0
     6version: 1.1
    77*/
    88add_action( 'load-index.php', 'CTFD_clear_transient' );
  • clear-transient-from-dashboard/trunk/readme.txt

    r1894896 r1895034  
    44Requires at least: 4.9
    55Tested up to: 4.9.6
    6 Stable tag: 1.0
     6Stable tag: 1.1
    77Requires PHP: 7.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 If you are logged in as a user who can manage options, you can clear all transients from the dashboard.
     11Logging in as admin, you can clear all transients from the dashboard.
    1212
    1313
    1414== Description ==
    1515
    16 If you are logged in as a user who can manage options, you can clear all transients from the dashboard.
    17 When the display does not change, it is convenient to immediately check whether it is due to a transient or a bug.
     16Logging in as admin, you can clear all transients from the dashboard.
     17If you can find no change in your screen, it is convenient to immediately check whether it is due to a transient or a bug.
    1818
    1919
     
    2525
    2626== Changelog ==
     27= 1.1 =
     28* Fix description.
    2729= 1.0 =
    28 * Publish this plugin
     30* Publish this plugin.
Note: See TracChangeset for help on using the changeset viewer.