Plugin Directory

Changeset 3395328


Ignore:
Timestamp:
11/13/2025 09:12:12 PM (4 months ago)
Author:
leopardhost
Message:

v2.0.6: Purge ACL Loosen

Location:
tnc-toolbox
Files:
18 added
3 edited

Legend:

Unmodified
Added
Removed
  • tnc-toolbox/trunk/core/core.php

    r3395024 r3395328  
    209209    public function nginx_cache_purge() {
    210210        check_admin_referer('nginx_cache_purge');
    211         if (!current_user_can('manage_options')) {
     211        if (!current_user_can('edit_posts')) {
    212212            wp_die(__('You are not allowed to do that.'));
    213213        }
  • tnc-toolbox/trunk/readme.txt

    r3395024 r3395328  
    66Tags: NGINX, Cache Purge, Web Performance, Automatic Purge, Freeware
    77Tested up to: 6.8
    8 Stable tag: 2.0.5
     8Stable tag: 2.0.6
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    113113== Changelog ==
    114114
     115= 2.0.6: Nov 14, 2025 =
     116* Cache Purge: Loosen required permission (edit_posts)
     117
    115118= 2.0.5: Nov 13, 2025 =
    116119* Security: Restrict actions to Cron/Hook & via Perms
  • tnc-toolbox/trunk/tnc-toolbox.php

    r3395024 r3395328  
    66 * @author            The Network Crew Pty Ltd (TNC & Co.)
    77 * @license           gplv3
    8  * @version           2.0.5
     8 * @version           2.0.6
    99 *
    1010 * @wordpress-plugin
     
    1212 * Plugin URI:        https://merlot.digital
    1313 * Description:       Adds functionality to WP - designed for NGINX-powered Servers on cPanel+WHM. Made to help you fly online!
    14  * Version:           2.0.5
     14 * Version:           2.0.6
    1515 * Author:            The Network Crew Pty Ltd (TNC & Co.)
    1616 * Author URI:        https://tnc.works
     
    3030
    3131// Plugin version
    32 define('TNCTOOLBOX_VERSION', '2.0.5');
     32define('TNCTOOLBOX_VERSION', '2.0.6');
    3333
    3434// Plugin Root File
Note: See TracChangeset for help on using the changeset viewer.