Changeset 1694346
- Timestamp:
- 07/11/2017 10:56:03 AM (9 years ago)
- Location:
- purgebox/trunk
- Files:
-
- 3 edited
-
README.md (modified) (1 diff)
-
classes/class-purgebox-api.php (modified) (1 diff)
-
purgebox.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
purgebox/trunk/README.md
r1694288 r1694346 1 # purgebox 1 === PURGE BOX === 2 Contributors: redboxcdn 3 Donate link: NONE 4 Tags: CDN,Cache Delete,Purge 5 Requires at least: 3.3 6 Tested up to: 4.7.x 7 Stable tag: 4.8 8 License: GPLv2 or later 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 2 10 3 合同会社レッドボックスが国内向けに提供している「エッジキャッシュCDN」全サービスでご利用できる 4 Wordpress用キャッシュ削除プラグインです。 11 合同会社レッドボックスが国内向けに提供している「エッジキャッシュCDN」全サービスでご利用できるWordpress用キャッシュ削除プラグインです。 12 13 == Description == 14 15 合同会社レッドボックスが国内向けに提供している「エッジキャッシュCDN」全サービスでご利用できるWordpress用キャッシュ削除プラグインです。 5 16 6 17 プラグインを導入後、APIキーとグループ名を設定するだけで、 7 18 固定ページ・投稿の修正やアップデートが即時反映されます。 8 19 9 PurgeBox Wordpress Plugin 10 Copyright (C) 2017 RedBox inc. 20 == Installation == 11 21 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. 22 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory 23 1. Activate the plugin through the 'Plugins' menu in WordPress 24 1. Place `<?php do_action('plugin_name_hook'); ?>` in your templates 16 25 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 == 21 27 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 33 1. PURGE BOX 34 35 == Changelog == 36 37 1.3 Support API 2.1 38 1.2 Support API 2.0 39 1.1 TEST version 40 41 == Upgrade notice == 42 43 None 44 45 == Arbitrary section 1 == 46 -
purgebox/trunk/classes/class-purgebox-api.php
r1694288 r1694346 46 46 // API url 47 47 $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/', 50 50 ); 51 51 if( !$this->_is_enabled_curl() ) { -
purgebox/trunk/purgebox.php
r1694288 r1694346 5 5 Description: REDBOX CDN Purge Plugin. 6 6 Author: REDBOX 7 Version: 1. 37 Version: 1.2 8 8 Author URI: https://www.redbox.ne.jp 9 9 License: GPL3
Note: See TracChangeset
for help on using the changeset viewer.