Skip to content
Skip to content

new  YOLO — let your AI build your whole WordPress site, safely.

Changelog

Every release of the YOLO plugin, newest first — from the first line of code to today.

2026-06-25v0.29.0

CDN-resilient health check — no false reverts

On sites behind Cloudflare or a WAF, the post-update safety check could mistake a CDN challenge for a broken site and roll back a perfectly good update. Now YOLO probes your origin directly, confirms health via the REST API, and reverts only on a proven fatal — a CDN 5xx or blocked loopback is kept and flagged, never falsely reverted. Adds a {"revert":false} option for sites that prefer to verify themselves, and the fix hardens every safety path: updates, activations, theme switches and AI-extension writes.

2026-06-25v0.28.0

Sanitized SVG uploads (opt-in)

A new Allow SVG uploads switch (off by default) accepts .svg files in the media library and asset area — and sanitizes every SVG on upload, stripping scripts, event handlers and remote references. With the switch off, SVG stays blocked as before. You can now also give a connection key a name when you generate it.

2026-06-25v0.27.0

Safe plugin & theme updates

YOLO now updates your plugins and themes safely: it snapshots the files first, runs a homepage + REST health check, and automatically rolls a bad update back to the previous version. A new bulk update walks everything with an update available, each rolled back independently — so keeping your whole stack current can’t take the site down.

2026-06-25v0.26.2

Docs: Claude Skill & Kits

The in-plugin Help page now covers connecting Claude with a downloadable skill and sharing extensions & kits between sites.

2026-06-25v0.26.1

Kit-sharing security hardening

A post-release review of Extension Kits: /kits/import now requires the code scope (it was unreachable via REST), and a remote kit’s member count is capped on import. No critical issues were found.

2026-06-24v0.26.0

Admin redesign, Claude Skill & Extension Kits

A big release. A guided Set-up wizard and a clearer section nav, with AI extensions as a first-class area. Connect with one-click Cursor/VS Code, a no-setup paste-a-prompt path, or a downloadable Claude Skill that works in Claude Code, Claude Desktop and the Claude web app. New Extension Kits bundle several AI-built extensions behind one revocable link and install them all on another site, each through the usual safety gate. Plus an opt-out email when an extension is auto-quarantined.

2026-06-23v0.25.6

Protect UX clarity

When Protect is off, the Advanced individual-lock checkboxes are greyed out with a clear “not active” note — so ticked-but-unenforced locks can’t be mistaken for active protection.

2026-06-23v0.25.5

Security hardening (follow-ups)

Low-severity fixes: conflict-annotation scope gate, path-stripped quarantine/restore errors, a symlink-escape check in the file sandbox, off-site providers re-validate the destination at fetch time, and the recovery endpoint is removed on intentional deactivation.

2026-06-23v0.25.4

Security hardening (red-team sweep)

A stronger SSRF guard (re-validates HTTP redirects and IPv4-mapped-IPv6/NAT64), Protect-lock coverage on FSE template reverts and theme-file PHP, and syntax-linting of all executable PHP theme files.

2026-06-23v0.25.3

Clear the project log

A “Clear log” button (with confirmation) in wp-admin → Activity to wipe the status and all entries for a fresh start.

2026-06-23v0.25.2

Block-theme guidance

Clearer agent instructions on content-vs-theme layering and the front-page.html shadowing trap, so AI-built block themes don’t bake page content into templates.

2026-06-23v0.25.1

Code Snippets bridge polish

Paused and quarantined extensions are now visible via the API, an introspect hint surfaces the port, and a corrected safe-swap recipe.

2026-06-23v0.25.0

Code Snippets bridge

A read-only inventory of your Code Snippets (GET /introspect/code-snippets) plus a guide recipe to port PHP snippets into managed extensions, with a safe deactivate-source swap.

2026-06-23v0.24.0

Shareable extensions

Move an AI-built extension between sites without re-prompting — export or import it as a single file, or flip on a revocable share link another site installs straight from and re-pulls updates with one click. Every import runs the same safety gate as a normal code write.

2026-06-23v0.23.0

Launch hardening

A self-cleaning uninstall (with opt-in removal of all data, backups & extensions), an activation pre-flight that checks your WordPress and PHP versions, tidied distribution metadata, and a published responsible-disclosure security policy.

2026-06-22v0.22.0

Build & edit block themes

Author a complete FSE block theme from a file map (templates, parts, theme.json) and edit its files in place — syntax-linted, health-checked, and undo-able.

2026-06-22v0.21.0

Bricks builder support

Native Bricks pages, alongside Elementor and core blocks — YOLO is now builder-agnostic. The active builder is reported in the API so an agent picks the right path.

2026-06-22v0.21.4

Loader reliability

Stopped false-positive extension quarantines on busy hosts — a worker recycle, timeout or OOM kill no longer disables a perfectly good extension.

2026-06-22v0.20.0

Site introspection

A read-only, secret-safe way for your AI to learn the ground truth about your site: installed plugins and versions, what they register, and how they’re configured.

2026-06-22v0.19.0

Managed extensions

Custom code now behaves like a real plugin — activate, deactivate, and a clean uninstall that removes the tables, options and scheduled tasks it created.

2026-06-21v0.18.0

Safer extension writes

Write-time syntax linting plus fail-safe quarantine and restore, so a bad snippet can never quietly take the site down.

2026-06-21v0.17.0

Elementor pages & full collaboration

First-class Elementor page authoring (read-modify-write), full-site collaboration conflict coverage, and a plain-English Conflicts review screen.

2026-06-20v0.16.0

Collaboration

Safe concurrent editing for multiple people and AIs at once — clashes are detected and queued instead of silently overwriting each other.

2026-06-20v0.15.0

Admin redesign

A cleaner control room: full-width app-bar with section navigation.

2026-06-19v0.14.0

Protect mode & Custom GPTs

Lock parts of your site before handing over the keys, and connect a Custom GPT via OpenAPI Actions.

2026-06-19v0.13.0

Security hardening

Tamper-evident audit log (HMAC hash-chain), SSRF guards, zip-bomb limits on restore, and locked-down asset uploads.

2026-06-19v0.12.0

Self-healing loader

Broken extensions are auto-quarantined to keep the site up, with a guard against false positives from one-off crashes.

2026-06-18v0.11.0

Project log

A shared, AI-readable record of what’s been done, in progress, and decided — so context survives switching AI tools or working as a team.

2026-06-18v0.10.0

Encrypted off-site restore

Restore directly from off-site storage, with client-side public-key encryption so unattended backups stay private.

2026-06-18v0.9.0

Off-site backups

Automatic off-site backups to S3-compatible or generic storage — encrypted and unattended.

2026-06-18v0.8.16

Emergency recovery

A break-glass page that can get your site bootable again even if wp-admin is down.

2026-06-17v0.8.x

Safety core

Auto-rollback on fatal plugin/theme changes, a tamper-evident audit hash-chain, redo, and robust, portable backup & restore (integrity-verified, cross-domain and cross-prefix).

2026-06-16v0.8.0

Scoped & read-only tokens

Seven granular scopes (read, content, design, backup, restore, code, install) so you grant exactly what you intend, per token.

2026-06-15v0.1 – v0.7

Launch

The foundation, in one day: a token-authed API to build and manage a whole WordPress site — content, full design (templates, parts, global styles), media, menus and settings, with per-change snapshots & undo; backup/restore with URL rewriting; code & self-extension with auto-rollback; a plugin/theme installer; a built-in MCP server + OpenAPI; and a one-paste starter prompt.