| 开发者 | seakashdiu |
|---|---|
| 更新时间 | 2026年5月9日 18:50 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
wp_usermetazoobbe folder to /wp-content/plugins/, or install via Plugins > Add NewYes. Zoobbe gives you full Kanban boards — with lists, cards, drag-and-drop, labels, due dates, checklists, and comments — directly inside the WordPress admin. If you've used a modern Kanban tool before, Zoobbe will feel instantly familiar, with the bonus that everything stays in WordPress.
Absolutely. The "My Day" view is a personal todo list with priority sorting and progress tracking, and every Kanban card is a task with due dates, reminders, checklists, and assignees. You can run a full task management workflow without any other tool.
Yes. Admins invite WordPress users to the team, and each member connects their own Zoobbe account. Boards, cards, comments, mentions, and notifications are all real-time and scoped to the admin's workspaces, so collaboration is automatic and secure.
Yes. Every card has a built-in timer / stopwatch that survives page reloads, so you can track time spent on any task without installing a separate time-tracking plugin.
You can try the plugin in Demo mode without one. To save your work and collaborate with your team, you'll need a free Zoobbe account at zoobbe.com.
Demo mode gives you an isolated, pre-populated sandbox workspace so you can explore every feature before signing up. Your demo data is wiped when the session ends — no production data is touched.
All project data is stored on Zoobbe's secure servers. The plugin connects to your Zoobbe account via the Zoobbe API — no project data is stored locally in WordPress. Only your encrypted authentication tokens are kept in WordPress.
When an admin connects the plugin, their workspace scope is saved. When team members connect their own Zoobbe accounts, they automatically see boards from the admin's workspaces where they are a member. No manual board sharing is needed.
Yes. The plugin uses OAuth 2.0 with PKCE (Proof Key for Code Exchange, RFC 7636) for authentication. Access and refresh tokens are encrypted with AES-256-CBC before being stored in WordPress. Tokens are never exposed to the browser.
Yes. Each site on a multisite network connects independently, and each user connects their own Zoobbe account.
Yes. The "Disconnect Demo" button cleanly ends the demo session, wipes the demo data, and returns you to the connect screen.
The plugin is free. You only need a Zoobbe account, which has free and paid tiers.
WpOrg\Requests::request_multiple (with a \Requests fallback) for parallel API requests — fully WP-native HTTP, no direct cURL usageerror_log() debug calls now guarded by WP_DEBUG/WP_DEBUG_LOG, so production sites stay quiet$wpdb queries on the custom cache table, escaped table name with esc_sql(), and prefixed a global in uninstall.php — clears remaining Plugin Check warningsuseApi hook updated to integrate with the new cache + invalidation pipeline<select> controls with a polished custom Dropdown component throughout the UI