menu_book Documentation expand_more

release notes

Sitecake 4 is a complete rewrite. The editor was rebuilt in React and TypeScript, and the backend is now dependency-free PHP 8. Everything below shipped from April 2026 onwards.

4.0 — the rewrite

The editor no longer runs on Java. It is a React application talking to a PHP 8 backend that carries no Composer dependencies at all — nothing to install, nothing to keep patched.

  • Rebuilt editor: faster to load, works on touch screens
  • Undo and redo across every edit, with keyboard shortcuts
  • Lasso-select several blocks and move or delete them together
  • Resize and crop images in place
  • WebP support, and PhotoSwipe galleries on published pages
  • Your own CSS classes offered as styles in the toolbar
  • Page manager for cloning pages and ordering the menu

Updates that install themselves

Sitecake checks for new versions and updates from inside the editor — one click, with rollback if a release does not suit you. Fresh installs are a single command:

curl -sS https://admin.sitecake.com/install | php

Security

4.0.9 and 4.0.10 closed 26 issues found in a full audit of the PHP and JavaScript: bcrypt password hashing, CSRF protection, rate limiting, and fixes for SSRF and ZIP Slip in the upload and update paths.

Every release

VersionDateChange
4.0.191 Jun 2026Cache now uses absolute paths, so saving drafts works under PHP-FPM
4.0.14–4.0.181 Jun 2026Publishing reliability: deterministic container IDs, draft images no longer blocked, image metadata preserved when an upload runs first
4.0.136 May 2026Updates download through a single-use server token
4.0.126 May 2026Update integrity check
4.0.115 May 2026Licence keys — live domains need one, local development never does
4.0.9–4.0.1017 Apr 2026Security hardening, 26 issues fixed
4.0.816 Apr 2026Fixed image uploads failing silently
4.0.5–4.0.715 Apr 2026WebP support; update check no longer breaks the editor if the server is unreachable
4.0.1–4.0.415 Apr 2026Auto-update system, rollback support, save reliability
4.0.015 Apr 2026First v4 release — React editor rewrite