Changeset 2920680
- Timestamp:
- 06/02/2023 03:31:17 PM (3 years ago)
- Location:
- remote-dashboard-widget
- Files:
-
- 2 added
- 5 edited
- 9 copied
-
tags/0.0.28 (copied) (copied from remote-dashboard-widget/trunk)
-
tags/0.0.28/admin (copied) (copied from remote-dashboard-widget/trunk/admin)
-
tags/0.0.28/admin/images/wpdashboardwidget-logo.svg (added)
-
tags/0.0.28/dashboard-widget.php (copied) (copied from remote-dashboard-widget/trunk/dashboard-widget.php) (2 diffs)
-
tags/0.0.28/includes (copied) (copied from remote-dashboard-widget/trunk/includes)
-
tags/0.0.28/includes/OptionsPage.php (copied) (copied from remote-dashboard-widget/trunk/includes/OptionsPage.php)
-
tags/0.0.28/includes/Widget.php (modified) (1 diff)
-
tags/0.0.28/readme.txt (copied) (copied from remote-dashboard-widget/trunk/readme.txt) (2 diffs)
-
tags/0.0.28/vendor (copied) (copied from remote-dashboard-widget/trunk/vendor)
-
tags/0.0.28/vendor/bin (copied) (copied from remote-dashboard-widget/trunk/vendor/bin)
-
tags/0.0.28/vendor/composer/installed.php (copied) (copied from remote-dashboard-widget/trunk/vendor/composer/installed.php) (2 diffs)
-
trunk/admin/images/wpdashboardwidget-logo.svg (added)
-
trunk/dashboard-widget.php (modified) (2 diffs)
-
trunk/includes/Widget.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
remote-dashboard-widget/tags/0.0.28/dashboard-widget.php
r2919199 r2920680 9 9 Plugin URI: https://wpdashboardwidget.com/ 10 10 Description: Marketing widget for (remotely) displaying website maintainer or -support contact information on the WordPress dashboard. 11 Version: 0.0.2 711 Version: 0.0.28 12 12 Requires at least: 5.4 13 13 Requires PHP: 8.1 … … 34 34 class Dashboard_Widget { 35 35 36 const VERSION = '0.0.2 7';36 const VERSION = '0.0.28'; 37 37 const WIDGET_TITLE = 'WP Dashboard Widget'; 38 38 const WIDGET_NAME = 'dashboard-widget'; -
remote-dashboard-widget/tags/0.0.28/includes/Widget.php
r2916823 r2920680 123 123 Dashboard_Widget::COMPANY_URL, 124 124 Dashboard_Widget::COMPANY_URL_TEST, 125 ], 126 'URI.AllowedSchemes' => [ 127 'https' => true, 128 'http' => true, 129 'mailto' => true, 130 'tel' => true, 131 'data' => true, 125 132 ] 126 133 ] ); -
remote-dashboard-widget/tags/0.0.28/readme.txt
r2919199 r2920680 3 3 Requires at least: 5.4 4 4 Tested up to: 6.2 5 Stable tag: 0.0.2 75 Stable tag: 0.0.28 6 6 License: GPLv2 7 7 License URI: GPLv2 … … 16 16 17 17 == Changelog == 18 = 0.0.28 = 19 - Allow data uri 20 - Include demo widget logo 21 18 22 = 0.0.27 = 19 23 - Fixes settings link -
remote-dashboard-widget/tags/0.0.28/vendor/composer/installed.php
r2919199 r2920680 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' fcb5b0ae569b4ad1bc08e42d419d7fdb9f4955cb',6 'reference' => 'bf625d3310181fb6deb17c3fe4e04becbbbb5ee5', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-master', 15 15 'version' => 'dev-master', 16 'reference' => ' fcb5b0ae569b4ad1bc08e42d419d7fdb9f4955cb',16 'reference' => 'bf625d3310181fb6deb17c3fe4e04becbbbb5ee5', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
remote-dashboard-widget/trunk/dashboard-widget.php
r2919199 r2920680 9 9 Plugin URI: https://wpdashboardwidget.com/ 10 10 Description: Marketing widget for (remotely) displaying website maintainer or -support contact information on the WordPress dashboard. 11 Version: 0.0.2 711 Version: 0.0.28 12 12 Requires at least: 5.4 13 13 Requires PHP: 8.1 … … 34 34 class Dashboard_Widget { 35 35 36 const VERSION = '0.0.2 7';36 const VERSION = '0.0.28'; 37 37 const WIDGET_TITLE = 'WP Dashboard Widget'; 38 38 const WIDGET_NAME = 'dashboard-widget'; -
remote-dashboard-widget/trunk/includes/Widget.php
r2916823 r2920680 123 123 Dashboard_Widget::COMPANY_URL, 124 124 Dashboard_Widget::COMPANY_URL_TEST, 125 ], 126 'URI.AllowedSchemes' => [ 127 'https' => true, 128 'http' => true, 129 'mailto' => true, 130 'tel' => true, 131 'data' => true, 125 132 ] 126 133 ] ); -
remote-dashboard-widget/trunk/readme.txt
r2919199 r2920680 3 3 Requires at least: 5.4 4 4 Tested up to: 6.2 5 Stable tag: 0.0.2 75 Stable tag: 0.0.28 6 6 License: GPLv2 7 7 License URI: GPLv2 … … 16 16 17 17 == Changelog == 18 = 0.0.28 = 19 - Allow data uri 20 - Include demo widget logo 21 18 22 = 0.0.27 = 19 23 - Fixes settings link -
remote-dashboard-widget/trunk/vendor/composer/installed.php
r2919199 r2920680 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' fcb5b0ae569b4ad1bc08e42d419d7fdb9f4955cb',6 'reference' => 'bf625d3310181fb6deb17c3fe4e04becbbbb5ee5', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-master', 15 15 'version' => 'dev-master', 16 'reference' => ' fcb5b0ae569b4ad1bc08e42d419d7fdb9f4955cb',16 'reference' => 'bf625d3310181fb6deb17c3fe4e04becbbbb5ee5', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.