0.1.0
Pre-release0.1.0 is the soft launch of P2 Next.
This release establishes the core collaboration workflow on top of theme-rendered WordPress feeds, using progressive enhancement rather than replacing the site with a full SPA.
Highlights
- Real-time feed updates with new posts revealed behind a banner
- Inline threaded comments with top-level replies and nested discussion
- Frontend post editing with Block Editor primitives
- Frontend new-post creation via a dynamic block
- Capability-aware UI based on the current user’s permissions
- WordPress Playground blueprint for quick testing
Notes
P2 Next is designed to keep theme ownership of initial markup intact while layering in a more collaborative, P2/o2-style experience through React portals, shared store state, and REST API interactions.
This 0.1.0 release is the baseline: the core feed, commenting, editing, and publishing flow is now in place.
Try it
The repository includes a WordPress Playground blueprint for quick evaluation, or you can install the plugin locally and place the frontend new-post block above your loop.
Full Changelog: https://github.com/georgestephanis/p2026/commits/0.1.0