Changeset 1120337
- Timestamp:
- 03/25/2015 10:22:26 AM (11 years ago)
- Location:
- sz-comment-filter
- Files:
-
- 1 deleted
- 2 edited
- 11 copied
-
tags/1.1.1 (copied) (copied from sz-comment-filter/trunk)
-
tags/1.1.1/css/styles-admin.css (copied) (copied from sz-comment-filter/trunk/css/styles-admin.css)
-
tags/1.1.1/images (copied) (copied from sz-comment-filter/trunk/images)
-
tags/1.1.1/js/sz-comment-filter.js (copied) (copied from sz-comment-filter/trunk/js/sz-comment-filter.js)
-
tags/1.1.1/js/sz-comment-filter1.0.js (deleted)
-
tags/1.1.1/languages/szm-comment-filter-ja.mo (copied) (copied from sz-comment-filter/trunk/languages/szm-comment-filter-ja.mo)
-
tags/1.1.1/languages/szm-comment-filter-ja.po (copied) (copied from sz-comment-filter/trunk/languages/szm-comment-filter-ja.po)
-
tags/1.1.1/languages/szm-comment-filter.pot (copied) (copied from sz-comment-filter/trunk/languages/szm-comment-filter.pot)
-
tags/1.1.1/readme.txt (copied) (copied from sz-comment-filter/trunk/readme.txt) (4 diffs)
-
tags/1.1.1/sz-comment-filter.php (copied) (copied from sz-comment-filter/trunk/sz-comment-filter.php) (2 diffs)
-
tags/1.1.1/szmcf-admin.php (copied) (copied from sz-comment-filter/trunk/szmcf-admin.php)
-
tags/1.1.1/szmcf-functions.php (copied) (copied from sz-comment-filter/trunk/szmcf-functions.php)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/sz-comment-filter.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sz-comment-filter/tags/1.1.1/readme.txt
r1120311 r1120337 5 5 Requires at least: 3.0 6 6 Tested up to: 4.1 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl.html … … 28 28 In Japanese: 29 29 30 このプラグインはコメント投稿時にAjax 処理でスパムコメントを投稿エラーとしてブロックするプラグインです。30 このプラグインはコメント投稿時にAjaxを使ってスパムロボットによる投稿コメントか判別し自動でブロックするプラグインです。 31 31 32 32 作者の環境では、今のところこのプラグインで100%スパムBOT投稿がブロックできています。 … … 38 38 利用ユーザーのコメントフォームの見え方は変わりません。 39 39 40 ( しかし、ブラウザを介した手入力によるスパム投稿はこのプラグインではブロックできません)40 (残念ながらこのプラグインではブラウザを介した手入力によるスパム投稿はブロックできません) 41 41 42 [日本語の 説明ページ](http://wp.szmake.net/sz-comment-filtter/ "Documentation in Japanese")42 [日本語の詳細説明ページはこちら](http://wp.szmake.net/sz-comment-filtter/ "Documentation in Japanese") 43 43 44 44 … … 110 110 == Changelog == 111 111 112 = 1.1.1 = 113 * [FIX] readme.txt markdown format. 114 112 115 = 1.1.0 = 113 116 * Modified display the blocking log in admin menu. -
sz-comment-filter/tags/1.1.1/sz-comment-filter.php
r1120300 r1120337 5 5 Description: No spam in comments. blocked by Invisible internal token-code with ajax.It blocks spam without using CAPTCHA. 6 6 Author: SzMake 7 Version: 1.1. 07 Version: 1.1.1 8 8 Author URI: http://www.szmake.net/ 9 9 Text Domain: szm-comment-filter … … 12 12 */ 13 13 14 define('SZMCF_VERSION', '1.1. 0');14 define('SZMCF_VERSION', '1.1.1'); 15 15 define('SZMCF_DOMAIN', 'szm-comment-filter'); 16 16 define('SZMCF_PLUGIN_URL', untrailingslashit( plugins_url( '', __FILE__ ) ) ); -
sz-comment-filter/trunk/readme.txt
r1120311 r1120337 5 5 Requires at least: 3.0 6 6 Tested up to: 4.1 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl.html … … 28 28 In Japanese: 29 29 30 このプラグインはコメント投稿時にAjax 処理でスパムコメントを投稿エラーとしてブロックするプラグインです。30 このプラグインはコメント投稿時にAjaxを使ってスパムロボットによる投稿コメントか判別し自動でブロックするプラグインです。 31 31 32 32 作者の環境では、今のところこのプラグインで100%スパムBOT投稿がブロックできています。 … … 38 38 利用ユーザーのコメントフォームの見え方は変わりません。 39 39 40 ( しかし、ブラウザを介した手入力によるスパム投稿はこのプラグインではブロックできません)40 (残念ながらこのプラグインではブラウザを介した手入力によるスパム投稿はブロックできません) 41 41 42 [日本語の 説明ページ](http://wp.szmake.net/sz-comment-filtter/ "Documentation in Japanese")42 [日本語の詳細説明ページはこちら](http://wp.szmake.net/sz-comment-filtter/ "Documentation in Japanese") 43 43 44 44 … … 110 110 == Changelog == 111 111 112 = 1.1.1 = 113 * [FIX] readme.txt markdown format. 114 112 115 = 1.1.0 = 113 116 * Modified display the blocking log in admin menu. -
sz-comment-filter/trunk/sz-comment-filter.php
r1120300 r1120337 5 5 Description: No spam in comments. blocked by Invisible internal token-code with ajax.It blocks spam without using CAPTCHA. 6 6 Author: SzMake 7 Version: 1.1. 07 Version: 1.1.1 8 8 Author URI: http://www.szmake.net/ 9 9 Text Domain: szm-comment-filter … … 12 12 */ 13 13 14 define('SZMCF_VERSION', '1.1. 0');14 define('SZMCF_VERSION', '1.1.1'); 15 15 define('SZMCF_DOMAIN', 'szm-comment-filter'); 16 16 define('SZMCF_PLUGIN_URL', untrailingslashit( plugins_url( '', __FILE__ ) ) );
Note: See TracChangeset
for help on using the changeset viewer.