=== KanbanBlocks ===
Contributors: compudent
Tags: kanban, board, project management, tasks, agile
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Stable tag: 0.2.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Simple, fast kanban boards for WordPress. Drag-and-drop, per-category visibility, API-first.

== Description ==

KanbanBlocks adds clean, fast kanban boards to your WordPress site — without dragging in a
whole project-management suite.

* **Simple by design.** Boards, columns, cards, drag-and-drop. No gantt charts, no invoicing,
  no bloat.
* **Per-category visibility (unique).** Give a client or teammate read-only access that shows
  ONLY the cards in their categories. Editors see everything. Enforced server-side.
* **API-first.** Everything the board does is available over the REST API
  (`kanbanblocks/v1`), so your scripts and tools can create, read, and move cards.
* Embed anywhere with the `[kanbanblocks board="your-board"]` shortcode.

== Installation ==

1. Upload the plugin and activate it.
2. Go to KanbanBlocks in wp-admin and create a board.
3. Put `[kanbanblocks board="your-board-slug"]` on any page.

== Frequently Asked Questions ==

= Who can see a board? =
Only logged-in users who are members of that board. Viewers see only the categories granted
to them; editors and admins see all cards.

= Is there an API? =
Yes — the REST namespace `kanbanblocks/v1` covers boards, cards, moves, and membership.
Authenticate with WordPress Application Passwords for external tools.

== Changelog ==

= 0.1.0 =
* Initial release: boards, columns, cards, drag-and-drop, category chips,
  per-category viewer visibility, REST API, shortcode embed.
