Plugin Directory

Changeset 1966147

Timestamp:
10/31/2018 01:09:25 AM (6 years ago)
Author:
wokamoto
Message:

[nginx-champuru] Update version 3.3.2

Location:
nginx-champuru
Files:
5 edited
2 copied

Legend:

Unmodified
Added
Removed
  • nginx-champuru/tags/3.3.2/includes/caching.class.php

    r1851501 r1966147  
    5151    $expires = get_option(NginxChampuru::OPTION_NAME_CACHE_EXPIRES, array($life));
    5252    $max =
    53         is_array($expires) && is_array(array_values($expires))
     53        is_array($expires) && is_array(array_values($expires))
    5454        ? max(array_values($expires))
    5555        : 0;
  • nginx-champuru/tags/3.3.2/nginx-champuru.php

    r1855478 r1966147  
    55Plugin URI: https://github.com/megumiteam/nginx-cache-controller
    66Description: Plugin for Nginx Reverse Proxy
    7 Version: 3.3.1
    8 Author URI: http://amimoto-ami.com/
     7Version: 3.3.
     8Author URI: http://amimoto-ami.com/
    99Domain Path: /languages
    1010Text Domain: nginxchampuru
  • nginx-champuru/tags/3.3.2/readme.txt

    r1855078 r1966147  
    11=== Nginx Cache Controller ===
    22Contributors: miyauchi, wokamoto, amimotoami, emaildano
    3 Donate link: http://ninjax.cc/
     3Donate link: http/
    44Tags: nginx, reverse proxy, cache
    55Requires at least: 3.4
    6 Tested up to: 4.9
    7 Stable tag: 3.3.1
     6Tested up to: 4.9
     7Stable tag: 3.3.
    88
    99Provides some functions of controlling Nginx proxy server cache.
     
    9898== Changelog ==
    9999
     100
     101
     102
     103
    100104= 3.2.0 =
    101105
  • nginx-champuru/trunk/includes/caching.class.php

    r1851501 r1966147  
    5151    $expires = get_option(NginxChampuru::OPTION_NAME_CACHE_EXPIRES, array($life));
    5252    $max =
    53         is_array($expires) && is_array(array_values($expires))
     53        is_array($expires) && is_array(array_values($expires))
    5454        ? max(array_values($expires))
    5555        : 0;
  • nginx-champuru/trunk/nginx-champuru.php

    r1855478 r1966147  
    55Plugin URI: https://github.com/megumiteam/nginx-cache-controller
    66Description: Plugin for Nginx Reverse Proxy
    7 Version: 3.3.1
    8 Author URI: http://amimoto-ami.com/
     7Version: 3.3.
     8Author URI: http://amimoto-ami.com/
    99Domain Path: /languages
    1010Text Domain: nginxchampuru
  • nginx-champuru/trunk/readme.txt

    r1855078 r1966147  
    11=== Nginx Cache Controller ===
    22Contributors: miyauchi, wokamoto, amimotoami, emaildano
    3 Donate link: http://ninjax.cc/
     3Donate link: http/
    44Tags: nginx, reverse proxy, cache
    55Requires at least: 3.4
    6 Tested up to: 4.9
    7 Stable tag: 3.3.1
     6Tested up to: 4.9
     7Stable tag: 3.3.
    88
    99Provides some functions of controlling Nginx proxy server cache.
     
    9898== Changelog ==
    9999
     100
     101
     102
     103
    100104= 3.2.0 =
    101105
Note: See TracChangeset for help on using the changeset viewer.