Plugin Directory

Changeset 3438652


Ignore:
Timestamp:
01/13/2026 01:42:52 PM (2 months ago)
Author:
raidboxes
Message:

Check compatibility with WordPress 6.9 and update user option

Location:
disk-usage-sunburst/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • disk-usage-sunburst/trunk/rbdusb-disk-usage-sunburst.php

    r2971404 r3438652  
    5858    * (On single sites that will be the admin in most cases, on multisites it has to be the superadmin)
    5959    */
    60     if ((current_user_can('update_core'))) {
     60    if ((current_user_can('manage_options'))) {
    6161
    6262        // Add the submenu to the tools page
  • disk-usage-sunburst/trunk/readme.txt

    r3321903 r3438652  
    11=== Disk Usage Sunburst ===
    2 Contributors: raidboxes, mazeheld
     2Contributors: raidboxes, mazeheld, christianzimpel,
    33Donate link: https://raidboxes.io
    44Tags: disk usage, disk space, big files, disk consumption, file consumption, file usage, file space, sunburst, SequoiaView, DaisyDisk, WinDirStat, DiskUsage, DiskSpace, disk free, disk full, hdd space, hdd free, hdd usage, admin, WinStatDir, Sequoia, quota, hosting space, web space, disk stats, disk statistics, stats, statistics
    55Requires at least: 4.0
    6 Tested up to: 6.8.1
     6Tested up to: 6.9
    77Version: 1.1.9
    88Stable tag: 1.1.9
     
    5050
    5151== Changelog ==
    52 
    53 = 1.1.9
    54 * Update: Successfully tested up to WordPress 6.8.1
    5552
    5653= 1.1.8 =
Note: See TracChangeset for help on using the changeset viewer.