All notable changes to Data Machine Events will be documented in this file. [0.31.0] - 2026-04-25 Added late-night cutoff for calendar bucketing [0.30.1] - 2026-04-25 Changed collapse meta-write helpers onto...
The Calendar block renders a Carousel List of events with progressive enhancement powered by REST routes and modular templates. It pairs server-rendered HTML with scoped JavaScript so filtering, pagination, and...
The Dice FM handler (inc/Steps/EventImport/Handlers/DiceFm/DiceFm.php, DiceFmSettings) registers itself via HandlerRegistrationTrait and is discovered by EventImportStep when you select it in a pipeline. Each run follows Data Machine’s single-item loop: it...
Creates posts in the local WordPress installation using a modular handler architecture with specialized processing components for featured images, taxonomies, and source URLs. Architecture Base Class: Extends PublishHandler (@since v0.2.1)...
Updates existing WordPress posts and pages in the local installation using native WordPress functions with selective field updates and taxonomy management. Architecture Base Class: Extends PublishHandler (@since v0.2.1) Inherited Functionality:...
AI-first WordPress plugin for automating and orchestrating content workflows with a visual pipeline builder, conversational chat agent, REST API, and extensibility through handlers and tools. Agent-First Architecture Data Machine is...
Retrieves media files from the local WordPress media library with metadata extraction, parent content integration, and file type filtering. Architecture Base Class: Extends FetchHandler (@since v0.2.1) Inherited Functionality: Automatic deduplication...
Publish handlers distribute processed content to external platforms using AI tool calling architecture. All handlers implement the handle_tool_call() method for agentic execution. Available Handlers Content Platforms WordPress (wordpress_publish) Character Limit:...
Fetches content from public WordPress sites via REST API endpoints, providing structured data access as a modern alternative to RSS feeds. Architecture Base Class: Extends FetchHandler (@since v0.2.1) Inherited Functionality:...
Retrieves WordPress post and page content from the local installation using WP_Query. For media files, use the separate WordPress Media handler. Architecture Base Class: Extends FetchHandler (@since v0.2.1) Inherited Functionality:...