Skip to content

v1.12.10

Choose a tag to compare

@github-actions github-actions released this 23 Jul 19:03
b2e40a2

Pre-compiled WordJS bundle — download wordjs-v1.12.10.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

  • 1.12.10 — media upload + picker i18n, API-token capability, mail-server modal z-index by @jaimemartinez in #271

Full Changelog: v1.12.9...v1.12.10