Plugin Directory

Changeset 3096147

Timestamp:
06/01/2024 07:45:12 PM (2 months ago)
Author:
knutsp
Message:

5.3.4

  • Jun 2, 2024
  • Add an explanation to why the gauges are missing in the dashboard widget when the cPanel® feature serverstatus is unavaliable. This probably because of an outdated cPanel® version. The widget can, as always, be hidden, at least until your cPanel® is updated.
Location:
wf-cpanel-email-accounts
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wf-cpanel-email-accounts/tags/5.3/includes/DashboardWidget.php

    r3095910 r3096147  
    2525
    2626        \add_action( 'plugins_loaded', static function(): void {
    27             self::$interference = false && \class_exists( 'WebFacing\cPanel\Charts' );
     27            self::$interference = \class_exists( 'WebFacing\cPanel\Charts' );
    2828        } );
    2929
     
    4444                            self::$interference ?
    4545                                _x(
    46                                     'No gauges can be displayed! Interference with the WebFacing™ - Storage, resource usage and errors in cPanel® plugin or Javascript errors.',
    47                                     'Replacement Error'
     46                                    'No gauges can be displayed.',
     47                                    'Replacement Error'
    4848                                ) :
    4949                                '',
  • wf-cpanel-email-accounts/tags/5.3/readme.txt

    r3095925 r3096147  
    207207== Changelog ==
    208208
     209
     210
     211
     212
     213
    209214= 5.3.3 =
    210215
  • wf-cpanel-email-accounts/trunk/includes/DashboardWidget.php

    r3095896 r3096147  
    2525
    2626        \add_action( 'plugins_loaded', static function(): void {
    27             self::$interference = false && \class_exists( 'WebFacing\cPanel\Charts' );
     27            self::$interference = \class_exists( 'WebFacing\cPanel\Charts' );
    2828        } );
    2929
     
    4444                            self::$interference ?
    4545                                _x(
    46                                     'No gauges can be displayed! Interference with the WebFacing™ - Storage, resource usage and errors in cPanel® plugin or Javascript errors.',
    47                                     'Replacement Error'
     46                                    'No gauges can be displayed.',
     47                                    'Replacement Error'
    4848                                ) :
    4949                                '',
  • wf-cpanel-email-accounts/trunk/readme.txt

    r3095925 r3096147  
    207207== Changelog ==
    208208
     209
     210
     211
     212
     213
    209214= 5.3.3 =
    210215
Note: See TracChangeset for help on using the changeset viewer.