Plugin Directory

Changeset 3476781


Ignore:
Timestamp:
03/06/2026 11:33:59 PM (3 weeks ago)
Author:
globusstudio
Message:

FIX VERSION

Location:
botblocker-security
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • botblocker-security/tags/1.6.13/admin/css/botblocker-admin.css

    r3476778 r3476781  
    33 *
    44 * @package     BotBlocker
    5  * @version     1.6.12
     5 * @version     1.6.13
    66 * @author      BotBlocker Team
    77 * @copyright   Copyright (c) 2025 BotBlocker
  • botblocker-security/tags/1.6.13/botblocker-security.php

    r3476778 r3476781  
    1111 * @link              https://globus.studio
    1212 * @package           botblocker-security
    13  * @version           1.6.12
     13 * @version           1.6.13
    1414 *
    1515 * @wordpress-plugin
     
    1717 * Plugin URI:        https://botblocker.top/
    1818 * Description:       BotBlocker Security is a powerful WordPress plugin designed to safeguard your website from unwanted bots and malicious activities. With advanced detection algorithms, BotBlocker identifies and blocks harmful bots, reducing spam and protecting your site's resources. The plugin provides real-time monitoring and customizable rules, allowing you to control access and enhance site security effortlessly. Easy to install and configure, BotBlocker ensures a smooth user experience while keeping your site safe from automated threats. Keep your WordPress site secure and running efficiently with BotBlocker.
    19  * Version:           1.6.12
     19 * Version:           1.6.13
    2020 * Author:            Yevhen Leonidov
    2121 * Author URI:        https://leonidov.dev/
  • botblocker-security/tags/1.6.13/includes/botblocker/class-botblocker.php

    r3476778 r3476781  
    88 * It handles detections, logging, and blocking of suspicious bot activities.
    99 *
    10  * @version    1.6.12
     10 * @version    1.6.13
    1111 * @package    Botblocker
    1212 * @subpackage Botblocker/includes
  • botblocker-security/tags/1.6.13/includes/inc-botblocker-define.php

    r3476778 r3476781  
    77define('BOTBLOCKER_PREFIX', 'bb_'); // The prefix used for settings and options
    88
    9 define('BOTBLOCKER_VERSION', '1.6.12'); // The version number of the plugin
     9define('BOTBLOCKER_VERSION', '1.6.13'); // The version number of the plugin
    1010define('BOTBLOCKER_DB_VERSION', '2.2.0'); // The database version of the plugin
    1111define('BOTBLOCKER_WIZARD_ON_UPDATE', false); // Show setup wizard after plugin update
  • botblocker-security/tags/1.6.13/readme.md

    r3476778 r3476781  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.6.12
     7Stable tag: 1.6.13
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • botblocker-security/trunk/admin/css/botblocker-admin.css

    r3474081 r3476781  
    33 *
    44 * @package     BotBlocker
    5  * @version     1.6.12
     5 * @version     1.6.13
    66 * @author      BotBlocker Team
    77 * @copyright   Copyright (c) 2025 BotBlocker
  • botblocker-security/trunk/botblocker-security.php

    r3474081 r3476781  
    1111 * @link              https://globus.studio
    1212 * @package           botblocker-security
    13  * @version           1.6.12
     13 * @version           1.6.13
    1414 *
    1515 * @wordpress-plugin
     
    1717 * Plugin URI:        https://botblocker.top/
    1818 * Description:       BotBlocker Security is a powerful WordPress plugin designed to safeguard your website from unwanted bots and malicious activities. With advanced detection algorithms, BotBlocker identifies and blocks harmful bots, reducing spam and protecting your site's resources. The plugin provides real-time monitoring and customizable rules, allowing you to control access and enhance site security effortlessly. Easy to install and configure, BotBlocker ensures a smooth user experience while keeping your site safe from automated threats. Keep your WordPress site secure and running efficiently with BotBlocker.
    19  * Version:           1.6.12
     19 * Version:           1.6.13
    2020 * Author:            Yevhen Leonidov
    2121 * Author URI:        https://leonidov.dev/
  • botblocker-security/trunk/includes/botblocker/class-botblocker.php

    r3474081 r3476781  
    88 * It handles detections, logging, and blocking of suspicious bot activities.
    99 *
    10  * @version    1.6.12
     10 * @version    1.6.13
    1111 * @package    Botblocker
    1212 * @subpackage Botblocker/includes
  • botblocker-security/trunk/includes/inc-botblocker-define.php

    r3476778 r3476781  
    77define('BOTBLOCKER_PREFIX', 'bb_'); // The prefix used for settings and options
    88
    9 define('BOTBLOCKER_VERSION', '1.6.12'); // The version number of the plugin
     9define('BOTBLOCKER_VERSION', '1.6.13'); // The version number of the plugin
    1010define('BOTBLOCKER_DB_VERSION', '2.2.0'); // The database version of the plugin
    1111define('BOTBLOCKER_WIZARD_ON_UPDATE', false); // Show setup wizard after plugin update
  • botblocker-security/trunk/readme.md

    r3476778 r3476781  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.6.12
     7Stable tag: 1.6.13
    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.