Changeset 2919199
- Timestamp:
- 05/30/2023 04:08:34 PM (3 years ago)
- Location:
- remote-dashboard-widget
- Files:
-
- 3 edited
- 9 copied
-
tags/0.0.27 (copied) (copied from remote-dashboard-widget/trunk)
-
tags/0.0.27/admin (copied) (copied from remote-dashboard-widget/trunk/admin)
-
tags/0.0.27/dashboard-widget.php (copied) (copied from remote-dashboard-widget/trunk/dashboard-widget.php) (3 diffs)
-
tags/0.0.27/includes (copied) (copied from remote-dashboard-widget/trunk/includes)
-
tags/0.0.27/includes/OptionsPage.php (copied) (copied from remote-dashboard-widget/trunk/includes/OptionsPage.php)
-
tags/0.0.27/readme.txt (copied) (copied from remote-dashboard-widget/trunk/readme.txt) (2 diffs)
-
tags/0.0.27/vendor (copied) (copied from remote-dashboard-widget/trunk/vendor)
-
tags/0.0.27/vendor/bin (copied) (copied from remote-dashboard-widget/trunk/vendor/bin)
-
tags/0.0.27/vendor/composer/installed.php (copied) (copied from remote-dashboard-widget/trunk/vendor/composer/installed.php) (2 diffs)
-
trunk/dashboard-widget.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
remote-dashboard-widget/tags/0.0.27/dashboard-widget.php
r2919142 r2919199 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 611 Version: 0.0.27 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 6';36 const VERSION = '0.0.27'; 37 37 const WIDGET_TITLE = 'WP Dashboard Widget'; 38 38 const WIDGET_NAME = 'dashboard-widget'; … … 69 69 add_action( 'wp_dashboard_setup', [ $this, 'remove_disabled_dashboard_widgets' ], 80 ); 70 70 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' ] ); 72 72 } 73 73 -
remote-dashboard-widget/tags/0.0.27/readme.txt
r2919142 r2919199 3 3 Requires at least: 5.4 4 4 Tested up to: 6.2 5 Stable tag: 0.0.2 65 Stable tag: 0.0.27 6 6 License: GPLv2 7 7 License URI: GPLv2 … … 16 16 17 17 == Changelog == 18 = 0.0.27 = 19 - Fixes settings link 20 18 21 = 0.0.26 = 19 22 - Improves readme -
remote-dashboard-widget/tags/0.0.27/vendor/composer/installed.php
r2919142 r2919199 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 837233e217b6471faa55be081cdad4cf296b92ad',6 'reference' => 'fcb5b0ae569b4ad1bc08e42d419d7fdb9f4955cb', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-master', 15 15 'version' => 'dev-master', 16 'reference' => ' 837233e217b6471faa55be081cdad4cf296b92ad',16 'reference' => 'fcb5b0ae569b4ad1bc08e42d419d7fdb9f4955cb', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
remote-dashboard-widget/trunk/dashboard-widget.php
r2919142 r2919199 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 611 Version: 0.0.27 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 6';36 const VERSION = '0.0.27'; 37 37 const WIDGET_TITLE = 'WP Dashboard Widget'; 38 38 const WIDGET_NAME = 'dashboard-widget'; … … 69 69 add_action( 'wp_dashboard_setup', [ $this, 'remove_disabled_dashboard_widgets' ], 80 ); 70 70 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' ] ); 72 72 } 73 73 -
remote-dashboard-widget/trunk/readme.txt
r2919142 r2919199 3 3 Requires at least: 5.4 4 4 Tested up to: 6.2 5 Stable tag: 0.0.2 65 Stable tag: 0.0.27 6 6 License: GPLv2 7 7 License URI: GPLv2 … … 16 16 17 17 == Changelog == 18 = 0.0.27 = 19 - Fixes settings link 20 18 21 = 0.0.26 = 19 22 - Improves readme -
remote-dashboard-widget/trunk/vendor/composer/installed.php
r2919142 r2919199 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 837233e217b6471faa55be081cdad4cf296b92ad',6 'reference' => 'fcb5b0ae569b4ad1bc08e42d419d7fdb9f4955cb', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-master', 15 15 'version' => 'dev-master', 16 'reference' => ' 837233e217b6471faa55be081cdad4cf296b92ad',16 'reference' => 'fcb5b0ae569b4ad1bc08e42d419d7fdb9f4955cb', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.