11# Changelog
22
3+ ## 0.1.2
4+
5+ - Add WordPress Playground blueprint for one-click testing.
6+ - Remove demo CLI command from production builds.
7+ - Split CI into separate PHPCS, PHPUnit, and Multisite workflows.
8+ - Exclude vendor directory from release zip.
9+ - Add readme.txt for WordPress.org directory submission.
10+ - Add WordPress.org repository compliance files (CONTRIBUTING, CODEOWNERS, CODE_OF_CONDUCT).
11+ - Move community health files to .github/.
12+ - Replace deprecated get_page_by_title() with WP_Query.
13+ - Add ABSPATH guards to db-viewer.php and demo-seeder.php.
14+ - Exclude .claude directory from release zip.
15+
16+ ## 0.1.1
17+
18+ - Fix Plugin Check errors for directory submission.
19+
320## 0.1.0
421
522Initial release.
@@ -15,11 +32,11 @@ Initial release.
1532- Admin bar indicator: avatar stack for same-page users, dropdown grouped by "On this page" / "Elsewhere", alphabetically sorted.
1633- Post list "Editors" column with avatar stacks.
1734- Users list "Online" filter tab.
18- - WP-CLI: ` set ` , ` list ` , ` summary ` , ` cleanup ` , ` demo ` (with ` --keep-alive ` and ` --cleanup ` ) .
35+ - WP-CLI: ` set ` , ` list ` , ` summary ` , ` cleanup ` .
1936- Debugger widget (WP_DEBUG only): heartbeat monitor with live table viewer.
2037- ` wp_presence_default_ttl ` filter and ` WP_PRESENCE_DEFAULT_TTL ` constant.
2138- Multisite-aware ` uninstall.php ` .
2239- Full i18n with ` .pot ` file.
2340- WCAG AA accessibility: ARIA labels, ` aria-live ` , keyboard navigation.
24- - 60 PHPUnit tests, 119 assertions.
41+ - 59 PHPUnit tests, 118 assertions.
2542- Playwright e2e tests with screenshot artifacts.
0 commit comments