Plugin Directory

Changeset 2920680


Ignore:
Timestamp:
06/02/2023 03:31:17 PM (3 years ago)
Author:
wpdashboardwidget
Message:

Version 0.0.28

Location:
remote-dashboard-widget
Files:
2 added
5 edited
9 copied

Legend:

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

    r2919199 r2920680  
    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.27
     11    Version: 0.0.28
    1212    Requires at least: 5.4
    1313    Requires PHP: 8.1
     
    3434    class Dashboard_Widget {
    3535
    36         const VERSION = '0.0.27';
     36        const VERSION = '0.0.28';
    3737        const WIDGET_TITLE = 'WP Dashboard Widget';
    3838        const WIDGET_NAME = 'dashboard-widget';
  • remote-dashboard-widget/tags/0.0.28/includes/Widget.php

    r2916823 r2920680  
    123123                Dashboard_Widget::COMPANY_URL,
    124124                Dashboard_Widget::COMPANY_URL_TEST,
     125            ],
     126            'URI.AllowedSchemes' => [
     127                'https' => true,
     128                'http' => true,
     129                'mailto' => true,
     130                'tel' => true,
     131                'data' => true,
    125132            ]
    126133        ] );
  • remote-dashboard-widget/tags/0.0.28/readme.txt

    r2919199 r2920680  
    33Requires at least: 5.4
    44Tested up to: 6.2
    5 Stable tag: 0.0.27
     5Stable tag: 0.0.28
    66License: GPLv2
    77License URI: GPLv2
     
    1616
    1717== Changelog ==
     18= 0.0.28 =
     19- Allow data uri
     20- Include demo widget logo
     21
    1822= 0.0.27 =
    1923- Fixes settings link
  • remote-dashboard-widget/tags/0.0.28/vendor/composer/installed.php

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

    r2919199 r2920680  
    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.27
     11    Version: 0.0.28
    1212    Requires at least: 5.4
    1313    Requires PHP: 8.1
     
    3434    class Dashboard_Widget {
    3535
    36         const VERSION = '0.0.27';
     36        const VERSION = '0.0.28';
    3737        const WIDGET_TITLE = 'WP Dashboard Widget';
    3838        const WIDGET_NAME = 'dashboard-widget';
  • remote-dashboard-widget/trunk/includes/Widget.php

    r2916823 r2920680  
    123123                Dashboard_Widget::COMPANY_URL,
    124124                Dashboard_Widget::COMPANY_URL_TEST,
     125            ],
     126            'URI.AllowedSchemes' => [
     127                'https' => true,
     128                'http' => true,
     129                'mailto' => true,
     130                'tel' => true,
     131                'data' => true,
    125132            ]
    126133        ] );
  • remote-dashboard-widget/trunk/readme.txt

    r2919199 r2920680  
    33Requires at least: 5.4
    44Tested up to: 6.2
    5 Stable tag: 0.0.27
     5Stable tag: 0.0.28
    66License: GPLv2
    77License URI: GPLv2
     
    1616
    1717== Changelog ==
     18= 0.0.28 =
     19- Allow data uri
     20- Include demo widget logo
     21
    1822= 0.0.27 =
    1923- Fixes settings link
  • remote-dashboard-widget/trunk/vendor/composer/installed.php

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