Plugin Directory

Changeset 3463919


Ignore:
Timestamp:
02/18/2026 02:20:35 AM (2 days ago)
Author:
rermis
Message:

v6.1.2 = * Improved security actions and report

Location:
admin-toolbox/tags/6.1.2
Files:
7 copied

Legend:

Unmodified
Added
Removed
  • admin-toolbox/tags/6.1.2/atb_admin.php

    r3437331 r3463919  
    537537          <?php if($atb_version_type=='PRO') { ?>
    538538            <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
    542541            } else { ?>
    543542            <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  
    66Author: RLDD
    77Author URI: https://richardlerma.com/contact/
    8 Version: 6.1.1
     8Version: 6.1.2
    99Text Domain: admin-toolbox
    1010Copyright: (c) 2017-2026 rldd.net - All Rights Reserved
     
    1313*/
    1414
    15 global $atb_version; $atb_version='6.1.1';
     15global $atb_version; $atb_version='6.1.2';
    1616if(!defined('ABSPATH')) exit;
    1717
  • admin-toolbox/tags/6.1.2/readme.txt

    r3453406 r3463919  
    66Requires at least: 6.0
    77Tested up to: 6.9
    8 Stable tag: 6.1.1
     8Stable tag: 6.1.2
    99
    1010Manage an array of administrative options improving user control and resource management.
     
    4848
    4949== Changelog ==
     50= 6.1.2 = * Improved security actions and report
    5051= 6.1.1 = * Improved visit handling of blocked ips
    5152= 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.