Plugin Directory

Changeset 1694346


Ignore:
Timestamp:
07/11/2017 10:56:03 AM (9 years ago)
Author:
redboxcdn
Message:

update

Location:
purgebox/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • purgebox/trunk/README.md

    r1694288 r1694346  
    1 # purgebox
     1=== PURGE BOX ===
     2Contributors: redboxcdn
     3Donate link: NONE
     4Tags: CDN,Cache Delete,Purge
     5Requires at least: 3.3
     6Tested up to: 4.7.x
     7Stable tag: 4.8
     8License: GPLv2 or later
     9License URI: http://www.gnu.org/licenses/gpl-2.0.html
    210
    3 合同会社レッドボックスが国内向けに提供している「エッジキャッシュCDN」全サービスでご利用できる
    4 Wordpress用キャッシュ削除プラグインです。
     11合同会社レッドボックスが国内向けに提供している「エッジキャッシュCDN」全サービスでご利用できるWordpress用キャッシュ削除プラグインです。
     12
     13== Description ==
     14
     15合同会社レッドボックスが国内向けに提供している「エッジキャッシュCDN」全サービスでご利用できるWordpress用キャッシュ削除プラグインです。
    516
    617プラグインを導入後、APIキーとグループ名を設定するだけで、
    718固定ページ・投稿の修正やアップデートが即時反映されます。
    819
    9 PurgeBox Wordpress Plugin
    10 Copyright (C) 2017 RedBox inc.
     20== Installation ==
    1121
    12 This program is free software: you can redistribute it and/or modify
    13 it under the terms of the GNU General Public License as published by
    14 the Free Software Foundation, either version 3 of the License, or
    15 (at your option) any later version.
     221. Upload `plugin-name.php` to the `/wp-content/plugins/` directory
     231. Activate the plugin through the 'Plugins' menu in WordPress
     241. Place `<?php do_action('plugin_name_hook'); ?>` in your templates
    1625
    17 This program is distributed in the hope that it will be useful,
    18 but WITHOUT ANY WARRANTY; without even the implied warranty of
    19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    20 GNU General Public License for more details.
     26== Frequently asked questions ==
    2127
    22 You should have received a copy of the GNU General Public License
    23 along with this program.  If not, see <http://www.gnu.org/licenses/>.
     28= APIキーなどはどこから確認すればいいですか? =
     29エッジキャッシュ管理画面のパージフォームに記載されています。
     30
     31== Screenshots ==
     32
     331. PURGE BOX
     34
     35== Changelog ==
     36
     371.3 Support API 2.1
     381.2 Support API 2.0
     391.1 TEST version
     40
     41== Upgrade notice ==
     42
     43None
     44
     45== Arbitrary section 1 ==
     46
  • purgebox/trunk/classes/class-purgebox-api.php

    r1694288 r1694346  
    4646        // API url
    4747        $url = array(
    48             '1' => 'https://api.cdnw.net/v2/',
    49             '2' => 'https://api.cdnw.net/v2.1/',
     48            'v2' => 'https://api.cdnw.net/v2/',
     49            'v2.1' => 'https://api.cdnw.net/v2.1/',
    5050        );
    5151        if( !$this->_is_enabled_curl() ) {
  • purgebox/trunk/purgebox.php

    r1694288 r1694346  
    55Description: REDBOX CDN Purge Plugin.
    66Author: REDBOX
    7 Version: 1.3
     7Version: 1.2
    88Author URI: https://www.redbox.ne.jp
    99License: GPL3
Note: See TracChangeset for help on using the changeset viewer.