# Changelog
All notable changes to ID Documentation will be documented in this file.
## 1.0.1 — 2026-02-15
- Removed deprecated `load_plugin_textdomain()` call.
- Escaped `$category->count` with `absint()` in archive template printf.
- Added `phpcs:disable` for non-prefixed variables in archive, single, and uninstall templates.
- Added `phpcs:ignore` for `tax_query` slow query warnings in template helpers.
- Added `phpcs:ignore` for Google Fonts null version parameter.
## 1.0.0 — 2026-02-13
- Initial release.
- Hierarchical `id_doc` post type with parent/child support.
- `doc_category` taxonomy for grouping docs by plugin.
- Sidebar navigation with collapsible sections and active highlighting.
- Breadcrumb trail navigation.
- Previous/Next links within the same category.
- Archive page with category grid cards.
- Taxonomy archive with hierarchical document listing.
- Hub doc architecture for clean URL organization.
- Mobile-responsive layout with sidebar toggle.
