Changeset 3476781
- Timestamp:
- 03/06/2026 11:33:59 PM (3 weeks ago)
- Location:
- botblocker-security
- Files:
-
- 10 edited
-
tags/1.6.13/admin/css/botblocker-admin.css (modified) (1 diff)
-
tags/1.6.13/botblocker-security.php (modified) (2 diffs)
-
tags/1.6.13/includes/botblocker/class-botblocker.php (modified) (1 diff)
-
tags/1.6.13/includes/inc-botblocker-define.php (modified) (1 diff)
-
tags/1.6.13/readme.md (modified) (1 diff)
-
trunk/admin/css/botblocker-admin.css (modified) (1 diff)
-
trunk/botblocker-security.php (modified) (2 diffs)
-
trunk/includes/botblocker/class-botblocker.php (modified) (1 diff)
-
trunk/includes/inc-botblocker-define.php (modified) (1 diff)
-
trunk/readme.md (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
botblocker-security/tags/1.6.13/admin/css/botblocker-admin.css
r3476778 r3476781 3 3 * 4 4 * @package BotBlocker 5 * @version 1.6.1 25 * @version 1.6.13 6 6 * @author BotBlocker Team 7 7 * @copyright Copyright (c) 2025 BotBlocker -
botblocker-security/tags/1.6.13/botblocker-security.php
r3476778 r3476781 11 11 * @link https://globus.studio 12 12 * @package botblocker-security 13 * @version 1.6.1 213 * @version 1.6.13 14 14 * 15 15 * @wordpress-plugin … … 17 17 * Plugin URI: https://botblocker.top/ 18 18 * 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.1 219 * Version: 1.6.13 20 20 * Author: Yevhen Leonidov 21 21 * Author URI: https://leonidov.dev/ -
botblocker-security/tags/1.6.13/includes/botblocker/class-botblocker.php
r3476778 r3476781 8 8 * It handles detections, logging, and blocking of suspicious bot activities. 9 9 * 10 * @version 1.6.1 210 * @version 1.6.13 11 11 * @package Botblocker 12 12 * @subpackage Botblocker/includes -
botblocker-security/tags/1.6.13/includes/inc-botblocker-define.php
r3476778 r3476781 7 7 define('BOTBLOCKER_PREFIX', 'bb_'); // The prefix used for settings and options 8 8 9 define('BOTBLOCKER_VERSION', '1.6.1 2'); // The version number of the plugin9 define('BOTBLOCKER_VERSION', '1.6.13'); // The version number of the plugin 10 10 define('BOTBLOCKER_DB_VERSION', '2.2.0'); // The database version of the plugin 11 11 define('BOTBLOCKER_WIZARD_ON_UPDATE', false); // Show setup wizard after plugin update -
botblocker-security/tags/1.6.13/readme.md
r3476778 r3476781 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.6.1 27 Stable tag: 1.6.13 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
botblocker-security/trunk/admin/css/botblocker-admin.css
r3474081 r3476781 3 3 * 4 4 * @package BotBlocker 5 * @version 1.6.1 25 * @version 1.6.13 6 6 * @author BotBlocker Team 7 7 * @copyright Copyright (c) 2025 BotBlocker -
botblocker-security/trunk/botblocker-security.php
r3474081 r3476781 11 11 * @link https://globus.studio 12 12 * @package botblocker-security 13 * @version 1.6.1 213 * @version 1.6.13 14 14 * 15 15 * @wordpress-plugin … … 17 17 * Plugin URI: https://botblocker.top/ 18 18 * 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.1 219 * Version: 1.6.13 20 20 * Author: Yevhen Leonidov 21 21 * Author URI: https://leonidov.dev/ -
botblocker-security/trunk/includes/botblocker/class-botblocker.php
r3474081 r3476781 8 8 * It handles detections, logging, and blocking of suspicious bot activities. 9 9 * 10 * @version 1.6.1 210 * @version 1.6.13 11 11 * @package Botblocker 12 12 * @subpackage Botblocker/includes -
botblocker-security/trunk/includes/inc-botblocker-define.php
r3476778 r3476781 7 7 define('BOTBLOCKER_PREFIX', 'bb_'); // The prefix used for settings and options 8 8 9 define('BOTBLOCKER_VERSION', '1.6.1 2'); // The version number of the plugin9 define('BOTBLOCKER_VERSION', '1.6.13'); // The version number of the plugin 10 10 define('BOTBLOCKER_DB_VERSION', '2.2.0'); // The database version of the plugin 11 11 define('BOTBLOCKER_WIZARD_ON_UPDATE', false); // Show setup wizard after plugin update -
botblocker-security/trunk/readme.md
r3476778 r3476781 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.6.1 27 Stable tag: 1.6.13 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.