v1.12.6
Pre-compiled WordJS bundle — download wordjs-v1.12.6.zip, then:
npm run release:install # installs runtime deps only (no compilation)
npm run start:mono # one process, one port (or: npm start for the 3-service split)
Finish setup in the browser (install wizard: pick SQLite or PostgreSQL, create your admin).
See INSTALL.md inside the bundle and documentation/deployment.md for details.
Or skip the manual download entirely:
npx create-wordjs my-site
What's Changed
- fix(mail-server): pin the CIDR prefix guard against a forged SPF pass + RFC 4291 dotted-quad IPv6 by @jaimemartinez in #261
- fix(mail-server): accept a softfail instead of rejecting it with 550 (RFC 7208 §8.5) by @jaimemartinez in #264
- fix(themes): switching a theme left the OLD theme's process running and serving stale hooks by @jaimemartinez in #263
- fix(mail): anchor the corporate-mailbox gate on admin-owned state, not a writable email by @jaimemartinez in #262
- chore(release): 1.12.6 by @jaimemartinez in #265
Full Changelog: v1.12.5...v1.12.6