Plugin Directory

Changeset 1120337


Ignore:
Timestamp:
03/25/2015 10:22:26 AM (11 years ago)
Author:
SzMake
Message:

tagging version 1.1.1

Location:
sz-comment-filter
Files:
1 deleted
2 edited
11 copied

Legend:

Unmodified
Added
Removed
  • sz-comment-filter/tags/1.1.1/readme.txt

    r1120311 r1120337  
    55Requires at least: 3.0
    66Tested up to: 4.1
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl.html
     
    2828In Japanese: 
    2929
    30 このプラグインはコメント投稿時にAjax処理でスパムコメントを投稿エラーとしてブロックするプラグインです。
     30このプラグインはコメント投稿時にAjaxを使ってスパムロボットによる投稿コメントか判別し自動でブロックするプラグインです。
    3131
    3232作者の環境では、今のところこのプラグインで100%スパムBOT投稿がブロックできています。
     
    3838利用ユーザーのコメントフォームの見え方は変わりません。
    3939
    40 (しかし、ブラウザを介した手入力によるスパム投稿はこのプラグインではブロックできません)
     40(残念ながらこのプラグインではブラウザを介した手入力によるスパム投稿はブロックできません)
    4141
    42 [日本語の説明ページ](http://wp.szmake.net/sz-comment-filtter/ "Documentation in Japanese")
     42[日本語の詳細説明ページはこちら](http://wp.szmake.net/sz-comment-filtter/ "Documentation in Japanese")
    4343
    4444
     
    110110== Changelog ==
    111111
     112= 1.1.1 =
     113* [FIX] readme.txt markdown format.
     114
    112115= 1.1.0 =
    113116* Modified display the blocking log in admin menu.
  • sz-comment-filter/tags/1.1.1/sz-comment-filter.php

    r1120300 r1120337  
    55Description: No spam in comments. blocked by Invisible internal token-code with ajax.It blocks spam without using CAPTCHA.
    66Author: SzMake
    7 Version: 1.1.0
     7Version: 1.1.1
    88Author URI: http://www.szmake.net/
    99Text Domain: szm-comment-filter
     
    1212*/
    1313
    14 define('SZMCF_VERSION', '1.1.0');
     14define('SZMCF_VERSION', '1.1.1');
    1515define('SZMCF_DOMAIN', 'szm-comment-filter');
    1616define('SZMCF_PLUGIN_URL', untrailingslashit( plugins_url( '', __FILE__ ) ) );
  • sz-comment-filter/trunk/readme.txt

    r1120311 r1120337  
    55Requires at least: 3.0
    66Tested up to: 4.1
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl.html
     
    2828In Japanese: 
    2929
    30 このプラグインはコメント投稿時にAjax処理でスパムコメントを投稿エラーとしてブロックするプラグインです。
     30このプラグインはコメント投稿時にAjaxを使ってスパムロボットによる投稿コメントか判別し自動でブロックするプラグインです。
    3131
    3232作者の環境では、今のところこのプラグインで100%スパムBOT投稿がブロックできています。
     
    3838利用ユーザーのコメントフォームの見え方は変わりません。
    3939
    40 (しかし、ブラウザを介した手入力によるスパム投稿はこのプラグインではブロックできません)
     40(残念ながらこのプラグインではブラウザを介した手入力によるスパム投稿はブロックできません)
    4141
    42 [日本語の説明ページ](http://wp.szmake.net/sz-comment-filtter/ "Documentation in Japanese")
     42[日本語の詳細説明ページはこちら](http://wp.szmake.net/sz-comment-filtter/ "Documentation in Japanese")
    4343
    4444
     
    110110== Changelog ==
    111111
     112= 1.1.1 =
     113* [FIX] readme.txt markdown format.
     114
    112115= 1.1.0 =
    113116* Modified display the blocking log in admin menu.
  • sz-comment-filter/trunk/sz-comment-filter.php

    r1120300 r1120337  
    55Description: No spam in comments. blocked by Invisible internal token-code with ajax.It blocks spam without using CAPTCHA.
    66Author: SzMake
    7 Version: 1.1.0
     7Version: 1.1.1
    88Author URI: http://www.szmake.net/
    99Text Domain: szm-comment-filter
     
    1212*/
    1313
    14 define('SZMCF_VERSION', '1.1.0');
     14define('SZMCF_VERSION', '1.1.1');
    1515define('SZMCF_DOMAIN', 'szm-comment-filter');
    1616define('SZMCF_PLUGIN_URL', untrailingslashit( plugins_url( '', __FILE__ ) ) );
Note: See TracChangeset for help on using the changeset viewer.