=== Otter Fixer Task Board ===
Contributors: otterfixer
Tags: admin, tasks, to-do, checklist, productivity
Requires at least: 5.8
Tested up to: 6.9
Requires PHP: 7.4
Stable tag: 1.2.9
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Task board for the WordPress admin area.

== Description ==
Otter Fixer Task Board adds a clean "Task Board" menu in wp-admin so you can manage tasks for a site (or per user).

Features:
* Task board with categories, priority, due dates, notes
* Tick button to mark done (recurring tasks create the next occurrence automatically)
* Drag and drop ordering
* Bulk actions (done, not done, delete, save as template)
* Templates tab (built-in + "My templates")
* Activity log tab + CSV export
* Quick Tasks dashboard widget
* Settings (admin) for mode, assignments, notices, widget limit, and category colours

== Installation ==
1. Upload the plugin zip in Plugins > Add New > Upload Plugin
2. Activate
3. Open Task Board from the admin menu

== Changelog ==
= 1.2.9 =
* Fix: Activity Log now respects the selected date format setting.

= 1.2.4 =
* Fix: Uninstall handler variable prefixing for Plugin Check.
= 1.2.3 =
* Fix: marking a repeating task as done now moves it to Completed and automatically creates the next occurrence.

= 1.2.2 =
* Improved spacing between template action buttons.
* Added a downloadable CSV template for imports.
* Added an optional "delete all data on plugin delete" setting (runs on uninstall).

= 1.2.1 =
* Fix Plugin Check warning by sanitizing task_assignee input.
* Improve spacing between "Add to board" and "Delete" buttons on template cards.

= 1.2.0 =
* Fix saving templates from the Board bulk action by removing nested form behaviour.

= 1.1.3 =
* Fix fatal error when activating (handle_bulk brace + constant typo).
* Improve "Save as template" flow from bulk actions.

= 1.1.0 =
* Fixed bulk select all behaviour
* Added "My templates" with save/apply/delete
* Added templates CSV export/import
* UI tidy and  tick button styling
