PluginProbe
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin / 1.1.10
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin v1.1.10
1.1.10 1.1.9 1.1.8 1.1.7 1.1.6 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.1 1.0.0 0.9.8 0.9.7 0.9.6 0.9.4 0.9.5 0.9.3 0.9.2 0.9.1 0.9.0 0.8.9 0.8.8 0.8.7 All 34 releases
← All changes | includes/my-wordpress/window.php +6 -0 1.1.81.1.10 View file →
@@ -99,8 +99,14 @@
99 99 * `desktop-mode/v1/post-type/<slug>` routes register at all
100 100 * (`rest-post-type.php`).
101 101 * - The per-comment dossier route
102 102 * `desktop-mode/v1/comment-stats/<id>` (`comment-stats.php`).
103 + * - The user and term dossier routes
104 + * `desktop-mode/v1/user-stats/<id>`,
105 + * `desktop-mode/v1/user-footprint/<id>` and
106 + * `desktop-mode/v1/term-stats/<taxonomy>/<id>` (`user-stats.php`,
107 + * `user-footprint.php`, `term-stats.php`), which then scope their
108 + * payloads to what the caller may read.
103 109 * - Whether the WooCommerce integration's boot config ships, so the
104 110 * client can reach the order / customer / product surfaces at all
105 111 * — those routes still enforce their own Woo capabilities on top
106 112 * (`integrations/woocommerce.php`).