Plugin Directory

Changeset 2046678


Ignore:
Timestamp:
03/08/2019 03:42:17 PM (7 years ago)
Author:
grfstudio
Message:

Added support for WordPress 5.1
Changed display name from "Wp Admin Cache" to "WP Admin Cache"

Location:
wp-admin-cache/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-admin-cache/trunk/index.php

    r2046219 r2046678  
    11<?php
    22/*
    3 Plugin Name: Wp Admin Cache
     3Plugin Name: WP Admin Cache
    44Plugin URI: https://www.wpadmincache.com
    55Description: The first cache plugin for WordPress admin area
     
    3434
    3535    function init(){
    36         add_options_page( 'Wp Admin Cache', 'Wp Admin Cache', 'manage_options', 'wp-admin-cache', array($this,'options_page') );   
     36        add_options_page( 'WP Admin Cache', 'WP Admin Cache', 'manage_options', 'wp-admin-cache', array($this,'options_page') );   
    3737        wp_enqueue_script( 'wp-admin-cache-script', plugin_dir_url( __FILE__ ).'index.js' );
    3838        wp_enqueue_style('wp-admin-cache-style', plugin_dir_url( __FILE__ ).'index.css');
  • wp-admin-cache/trunk/readme.txt

    r2046219 r2046678  
    1 === Wp Admin Cache ===
     1=== WP Admin Cache ===
    22Contributors: grfstudio
    33Tags: admin cache, admin performance, admin speed
     
    55Requires PHP: 5.6
    66Requires at least: 4.6
    7 Tested up to: 5.0
     7Tested up to: 5.1
    88License: GPLv2 or later
    99
     
    1212== Description ==
    1313
    14 This customizable plugin caches the most visited pages in the admin area; it uses ajax to prefetch the pages and stores them on the server for each user.
     14This lightweight plugin caches the most visited pages in the admin area; it uses ajax to prefetch the pages and stores them on the server for each user.
     15The plugin is useful for sites with many installed plugins, which often make the administrative section very slow.
    1516
    1617== Installation ==
     
    31321. Upload the plugin files to the `/wp-content/plugins/wp-admin-cache` directory, or install the plugin through the WordPress plugins screen directly.
    32332. Activate the plugin through the 'Plugins' menu in WordPress.
    33 3. Go to Settings > Wp Admin Cache
     343. Go to Settings > WP Admin Cache
    34354. Check "Cache enabled" to activate the cache.
    35365. Choose which pages are to be cached.
Note: See TracChangeset for help on using the changeset viewer.