Changeset 1606927
- Timestamp:
- 03/03/2017 03:53:03 AM (9 years ago)
- Location:
- ip-limit/trunk
- Files:
-
- 2 edited
-
ip-limit.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ip-limit/trunk/ip-limit.php
r1606926 r1606927 2 2 /* 3 3 Plugin Name: IP LIMIT 4 Description: IP制限プラグイン - 内部閲覧専用のIPを登録し、記事単位の閲覧制御を行います(表示制限範囲:投稿一覧、投稿画面の前ページ&後ページ、最近の投稿、コメント一覧、最近のコメント(RSSを含む))4 Description: IP制限プラグイン - View filtering by IP 5 5 Author: pie 6 6 Version: 1.0 -
ip-limit/trunk/readme.txt
r1606919 r1606927 1 === Plugin Name===1 === IP LIMIT === 2 2 Contributors: pie 3 3 Requires at least: 4.3.1 4 4 Tested up to: 4.7.2 5 5 Stable Tag: 1.0 6 License: GPLv2 or later 7 8 9 == Description == 10 11 内部閲覧専用のIPを登録し、記事単位の閲覧制御を行います。 12 表示制限範囲は「投稿一覧、投稿画面の前ページ&後ページ、最近の投稿、コメント一覧、最近のコメント(RSSを含む)」になります。 13 14 == Installation == 15 16 Upload the plugin to your blog, Activate it. 17 18 == Changelog == 19 20 = 1.0 = 21 *Release Date - 3 March 2017* 22 23 * init
Note: See TracChangeset
for help on using the changeset viewer.