v1.12.5
Pre-compiled WordJS bundle — download wordjs-v1.12.5.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(plugins): isolate teardown invariants + log sanitizers (safe split of #258) by @jaimemartinez in #260
- fix(mail-server): stop rejecting ALL inbound mail (sandbox-incompatible SPF resolver) + real SMTP response codes by @jaimemartinez in #257
- fix(plugins): load marketplace plugins' frontend hooks at runtime (v1.12.5) by @jaimemartinez in #256
Full Changelog: v1.12.4...v1.12.5