Changeset 3463919
- Timestamp:
- 02/18/2026 02:20:35 AM (2 days ago)
- Location:
- admin-toolbox/tags/6.1.2
- Files:
-
- 7 copied
-
. (copied) (copied from admin-toolbox/trunk)
-
assets/atb_min.css (copied) (copied from admin-toolbox/trunk/assets/atb_min.css)
-
atb_admin.php (copied) (copied from admin-toolbox/trunk/atb_admin.php) (1 diff)
-
atb_admin_impact.php (copied) (copied from admin-toolbox/trunk/atb_admin_impact.php)
-
atb_functions.php (copied) (copied from admin-toolbox/trunk/atb_functions.php) (2 diffs)
-
atb_login_impact.php (copied) (copied from admin-toolbox/trunk/atb_login_impact.php)
-
readme.txt (copied) (copied from admin-toolbox/trunk/readme.txt) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
admin-toolbox/tags/6.1.2/atb_admin.php
r3437331 r3463919 537 537 <?php if($atb_version_type=='PRO') { ?> 538 538 <span class="dashicons dashicons-unlock" style='color:#b71b8a'></span> <span class='caps'>Pro</span> active<div style='margin-top:1em;font-size:.9em'> 539 <a href='<?php echo get_admin_url(null,'admin.php?page=admin-toolbox&clear_abu_cache');?>' onclick="if(!confirm('Are you sure you want to clear all cached IP reputations and reports?')) return false;">Clear all</a> cached reputations and reports. <?php 540 if(!class_exists('AIO_WP_Security')) { ?><br>For full feature logging, install <a href='https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/' target='_blank'>WP Security</a>. <?php 541 } else { ?><a href='<?php echo get_admin_url(null,'admin.php?page=aiowpsec&tab=tab3');?>' target='_blank'>Security reports</a>.<?php } 539 <a href='<?php echo get_admin_url(null,'admin.php?page=admin-toolbox&clear_abu_cache');?>' onclick="if(!confirm('Are you sure you want to clear all cached IP reputations and reports?')) return false;">Clear all</a> cached reputations and reports. 540 <a href='<?php echo get_admin_url(null,'tools.php?page=admin-toolbox&security_actions=1&hrs=12');?>' target='_blank'>Run now</a><?php 542 541 } else { ?> 543 542 <span class="dashicons dashicons-lock" style='color:#CCC'></span><a href="#atb_head" onclick="atb_expand('atb_pro');">Unlock <span class='caps'>Pro</span></a> to enable automatic security actions.<?php -
admin-toolbox/tags/6.1.2/atb_functions.php
r3453406 r3463919 6 6 Author: RLDD 7 7 Author URI: https://richardlerma.com/contact/ 8 Version: 6.1. 18 Version: 6.1.2 9 9 Text Domain: admin-toolbox 10 10 Copyright: (c) 2017-2026 rldd.net - All Rights Reserved … … 13 13 */ 14 14 15 global $atb_version; $atb_version='6.1. 1';15 global $atb_version; $atb_version='6.1.2'; 16 16 if(!defined('ABSPATH')) exit; 17 17 -
admin-toolbox/tags/6.1.2/readme.txt
r3453406 r3463919 6 6 Requires at least: 6.0 7 7 Tested up to: 6.9 8 Stable tag: 6.1. 18 Stable tag: 6.1.2 9 9 10 10 Manage an array of administrative options improving user control and resource management. … … 48 48 49 49 == Changelog == 50 = 6.1.2 = * Improved security actions and report 50 51 = 6.1.1 = * Improved visit handling of blocked ips 51 52 = 6.1.0 = * Add option to disable admin email types. Workaround for running page_hit process on small servers.
Note: See TracChangeset
for help on using the changeset viewer.