Plugin Directory

Changeset 3250421


Ignore:
Timestamp:
03/04/2025 12:56:42 PM (13 months ago)
Author:
vowe
Message:

1.0.1

Location:
killbot/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • killbot/trunk/killbot.php

    r3247959 r3250421  
    33 * Plugin Name:       Killbot
    44 * Description:       KillBot - website protection service from behavioral bots.
    5  * Version:           1.0.0
     5 * Version:           1.0.1
    66 * Requires at least: 6.4
    77 * Requires PHP:      7.1
  • killbot/trunk/pages/settings.php

    r3247959 r3250421  
    1212            <td><label>
    1313                    <input name="killbot_settings[killbot_email]" type="email" value="<?php echo esc_attr( get_option('admin_email') ); ?>" class="regular-text" /required>
     14                    <p class="description">Enter your Killbot account if there is no account, it will be created.</p>
    1415                </label></td>
    1516        </tr>
     
    1819            <td><label>
    1920                    <input name="killbot_settings[killbot_pass]" type="password" class="regular-text" /required>
     21                    <p class="description">We do not keep your password, remember it</p>
    2022                </label></td>
    2123        </tr>
     
    2426            <td><label>
    2527                    <input name="killbot_settings[killbot_YandexMetrika]" type="text" value="<?php echo esc_attr( get_option('killbot_settings' )['metrika']); ?>" class="regular-text">
     28                    <p class="description">If you use the yandex.metrika counter, then enter it here ID</p>
    2629                </label></td>
    2730        </tr>
  • killbot/trunk/readme.txt

    r3247959 r3250421  
    55Tested up to: 6.7
    66Requires PHP: 7.1
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.