Plugin Directory

Changeset 2919199


Ignore:
Timestamp:
05/30/2023 04:08:34 PM (3 years ago)
Author:
wpdashboardwidget
Message:

Version 0.0.27

Location:
remote-dashboard-widget
Files:
3 edited
9 copied

Legend:

Unmodified
Added
Removed
  • remote-dashboard-widget/tags/0.0.27/dashboard-widget.php

    r2919142 r2919199  
    99    Plugin URI: https://wpdashboardwidget.com/
    1010    Description: Marketing widget for (remotely) displaying website maintainer or -support contact information on the WordPress dashboard.
    11     Version: 0.0.26
     11    Version: 0.0.27
    1212    Requires at least: 5.4
    1313    Requires PHP: 8.1
     
    3434    class Dashboard_Widget {
    3535
    36         const VERSION = '0.0.26';
     36        const VERSION = '0.0.27';
    3737        const WIDGET_TITLE = 'WP Dashboard Widget';
    3838        const WIDGET_NAME = 'dashboard-widget';
     
    6969            add_action( 'wp_dashboard_setup', [ $this, 'remove_disabled_dashboard_widgets' ], 80 );
    7070            add_action( 'wp_dashboard_setup', [ $this, 'add_widget' ] );
    71             add_filter( 'plugin_action_links_dashboard-widget/dashboard-widget.php', [ $this, 'add_settings_link' ] );
     71            add_filter( 'plugin_action_links_remote-dashboard-widget/dashboard-widget.php', [ $this, 'add_settings_link' ] );
    7272        }
    7373
  • remote-dashboard-widget/tags/0.0.27/readme.txt

    r2919142 r2919199  
    33Requires at least: 5.4
    44Tested up to: 6.2
    5 Stable tag: 0.0.26
     5Stable tag: 0.0.27
    66License: GPLv2
    77License URI: GPLv2
     
    1616
    1717== Changelog ==
     18= 0.0.27 =
     19- Fixes settings link
     20
    1821= 0.0.26 =
    1922- Improves readme
  • remote-dashboard-widget/tags/0.0.27/vendor/composer/installed.php

    r2919142 r2919199  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '837233e217b6471faa55be081cdad4cf296b92ad',
     6        'reference' => 'fcb5b0ae569b4ad1bc08e42d419d7fdb9f4955cb',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-master',
    1515            'version' => 'dev-master',
    16             'reference' => '837233e217b6471faa55be081cdad4cf296b92ad',
     16            'reference' => 'fcb5b0ae569b4ad1bc08e42d419d7fdb9f4955cb',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
  • remote-dashboard-widget/trunk/dashboard-widget.php

    r2919142 r2919199  
    99    Plugin URI: https://wpdashboardwidget.com/
    1010    Description: Marketing widget for (remotely) displaying website maintainer or -support contact information on the WordPress dashboard.
    11     Version: 0.0.26
     11    Version: 0.0.27
    1212    Requires at least: 5.4
    1313    Requires PHP: 8.1
     
    3434    class Dashboard_Widget {
    3535
    36         const VERSION = '0.0.26';
     36        const VERSION = '0.0.27';
    3737        const WIDGET_TITLE = 'WP Dashboard Widget';
    3838        const WIDGET_NAME = 'dashboard-widget';
     
    6969            add_action( 'wp_dashboard_setup', [ $this, 'remove_disabled_dashboard_widgets' ], 80 );
    7070            add_action( 'wp_dashboard_setup', [ $this, 'add_widget' ] );
    71             add_filter( 'plugin_action_links_dashboard-widget/dashboard-widget.php', [ $this, 'add_settings_link' ] );
     71            add_filter( 'plugin_action_links_remote-dashboard-widget/dashboard-widget.php', [ $this, 'add_settings_link' ] );
    7272        }
    7373
  • remote-dashboard-widget/trunk/readme.txt

    r2919142 r2919199  
    33Requires at least: 5.4
    44Tested up to: 6.2
    5 Stable tag: 0.0.26
     5Stable tag: 0.0.27
    66License: GPLv2
    77License URI: GPLv2
     
    1616
    1717== Changelog ==
     18= 0.0.27 =
     19- Fixes settings link
     20
    1821= 0.0.26 =
    1922- Improves readme
  • remote-dashboard-widget/trunk/vendor/composer/installed.php

    r2919142 r2919199  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '837233e217b6471faa55be081cdad4cf296b92ad',
     6        'reference' => 'fcb5b0ae569b4ad1bc08e42d419d7fdb9f4955cb',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-master',
    1515            'version' => 'dev-master',
    16             'reference' => '837233e217b6471faa55be081cdad4cf296b92ad',
     16            'reference' => 'fcb5b0ae569b4ad1bc08e42d419d7fdb9f4955cb',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.