Plugin Directory

Changeset 1121463


Ignore:
Timestamp:
03/26/2015 03:38:12 PM (11 years ago)
Author:
SzMake
Message:

tagging version 1.1.2

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

Legend:

Unmodified
Added
Removed
  • sz-comment-filter/tags/1.1.2/css/styles-admin.css

    r1120300 r1121463  
    1111}
    1212#szmcf_loglist .dhead1{ width:240px;height: 1.4em;float:left;}
    13 #szmcf_loglist .dhead2{ width:170px;height: 1.4em;float:left;}
    14 #szmcf_loglist .dhead3{ width:110px;height: 1.4em;float:left;}
     13#szmcf_loglist .dhead2{ width:210px;height: 1.4em;float:left;}
     14#szmcf_loglist .dhead3{ width:140px;height: 1.4em;float:left;}
    1515#szmcf_loglist .dhead4{ width:240px;height: 1.4em;float:left;}
    1616
  • sz-comment-filter/tags/1.1.2/readme.txt

    r1120337 r1121463  
    55Requires at least: 3.0
    66Tested up to: 4.1
    7 Stable tag: 1.1.1
     7Stable tag: 1.1.2
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl.html
     
    7676
    7777
    78 = What is the secound invisible input-field? =
     78= What is the second invisible input-field? =
    7979
    80 The secound input-field is honey pot fields.this fields is hidden by css-define.
     80The second input-field is honey pot fields.this fields is hidden by css-define.
    8181This field is hidden for the user and user will not input to it.so it's empty everytime.
    8282But spam-bots is tricked, and something is input - the comment will be rejected because it is spam-bots.
     
    8989= Does the log data becomes too large? =
    9090
    91 the log data are max 10 records.It's overwritten from old data.
     91The log data are max 10 records.It's overwritten from old data.
    9292
    9393
     
    110110== Changelog ==
    111111
     112= 1.1.2 =
     113* [FIX] css for display the blocking log(FromIP).
     114
    112115= 1.1.1 =
    113116* [FIX] readme.txt markdown format.
  • sz-comment-filter/tags/1.1.2/sz-comment-filter.php

    r1120337 r1121463  
    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.1
     7Version: 1.1.2
    88Author URI: http://www.szmake.net/
    99Text Domain: szm-comment-filter
     
    1212*/
    1313
    14 define('SZMCF_VERSION', '1.1.1');
     14define('SZMCF_VERSION', '1.1.2');
    1515define('SZMCF_DOMAIN', 'szm-comment-filter');
    1616define('SZMCF_PLUGIN_URL', untrailingslashit( plugins_url( '', __FILE__ ) ) );
  • sz-comment-filter/trunk/css/styles-admin.css

    r1120300 r1121463  
    1111}
    1212#szmcf_loglist .dhead1{ width:240px;height: 1.4em;float:left;}
    13 #szmcf_loglist .dhead2{ width:170px;height: 1.4em;float:left;}
    14 #szmcf_loglist .dhead3{ width:110px;height: 1.4em;float:left;}
     13#szmcf_loglist .dhead2{ width:210px;height: 1.4em;float:left;}
     14#szmcf_loglist .dhead3{ width:140px;height: 1.4em;float:left;}
    1515#szmcf_loglist .dhead4{ width:240px;height: 1.4em;float:left;}
    1616
  • sz-comment-filter/trunk/readme.txt

    r1120337 r1121463  
    55Requires at least: 3.0
    66Tested up to: 4.1
    7 Stable tag: 1.1.1
     7Stable tag: 1.1.2
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl.html
     
    7676
    7777
    78 = What is the secound invisible input-field? =
     78= What is the second invisible input-field? =
    7979
    80 The secound input-field is honey pot fields.this fields is hidden by css-define.
     80The second input-field is honey pot fields.this fields is hidden by css-define.
    8181This field is hidden for the user and user will not input to it.so it's empty everytime.
    8282But spam-bots is tricked, and something is input - the comment will be rejected because it is spam-bots.
     
    8989= Does the log data becomes too large? =
    9090
    91 the log data are max 10 records.It's overwritten from old data.
     91The log data are max 10 records.It's overwritten from old data.
    9292
    9393
     
    110110== Changelog ==
    111111
     112= 1.1.2 =
     113* [FIX] css for display the blocking log(FromIP).
     114
    112115= 1.1.1 =
    113116* [FIX] readme.txt markdown format.
  • sz-comment-filter/trunk/sz-comment-filter.php

    r1120337 r1121463  
    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.1
     7Version: 1.1.2
    88Author URI: http://www.szmake.net/
    99Text Domain: szm-comment-filter
     
    1212*/
    1313
    14 define('SZMCF_VERSION', '1.1.1');
     14define('SZMCF_VERSION', '1.1.2');
    1515define('SZMCF_DOMAIN', 'szm-comment-filter');
    1616define('SZMCF_PLUGIN_URL', untrailingslashit( plugins_url( '', __FILE__ ) ) );
Note: See TracChangeset for help on using the changeset viewer.