Plugin Directory

Changeset 1294751


Ignore:
Timestamp:
11/26/2015 07:58:20 AM (10 years ago)
Author:
extendwings
Message:

Update

Location:
opcache/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • opcache/trunk/opcache.php

    r1062500 r1294751  
    390390        wp_add_dashboard_widget(
    391391            'opcache_graph',                // slug
    392             esc_html__('OPcahce Status', 'opcache'),    // title
     392            esc_html__('OPcache Status', 'opcache'),    // title
    393393            array( &$this, 'render_dashboard_widget')   // display function
    394394        );
  • opcache/trunk/readme.txt

    r1062500 r1294751  
    11=== OPcache Dashboard ===
    22Contributors: extendwings, headonfire,
    3 Donate link: http://www.extendwings.com/donate/
     3Donate link: https://www.extendwings.com/donate/
    44Tags: PHP, Zend, OPcache, monitor, stat, stats, status, server, cache, dashboard
    55Requires at least: 3.8
    6 Tested up to: 4.1
     6Tested up to: 4.4
    77Stable tag: 0.3.1
    88License: AGPLv3 or later
     
    2828
    2929### License
    30 * Copyright (c) 2012-2014 [Daisuke Takahashi(Extend Wings)](http://www.extendwings.com/)
     30* Copyright (c) 2012-2015 [Daisuke Takahashi(Extend Wings)](https://www.extendwings.com/)
    3131* Portions (c) 2010-2012 Web Online.
    3232* Unless otherwise stated, all files in this repo is licensed under *GNU AFFERO GENERAL PUBLIC LICENSE, Version 3*. See *LICENSE* file.
     
    7676
    7777= This plugin is broken! Thanks for nothing! =
    78 First of all, we supports PHP 5.4+, MySQL 5.5+, WordPress 3.8+. Old software(vulnerable!) is not supported.
     78First of all, we supports PHP 5.6+, MySQL 5.5+, WordPress 4.3+. Old software(vulnerable!) is not supported.
    7979If you're in supported environment, please create [pull request](https://github.com/shield-9/opcache-dashboard/compare/) or [issue](https://github.com/shield-9/opcache-dashboard/issues/new).
    8080
Note: See TracChangeset for help on using the changeset viewer.