Skip to content

Jetonomy 1.4.2 - Show & Tell, Ideas roadmap, multisite, scale

Choose a tag to compare

@vapvarun vapvarun released this 11 May 09:54
· 914 commits to main since this release
db4ff20

Scale and multisite release. Three new content types, multisite-aware tables, batched cleanup crons, plus accessibility and translation fixes.

  • New - Show & Tell short-form feed space type with optional title and inline content cards.
  • New - Ideas roadmap view with four status lanes: Planned, In Progress, Shipped, Declined. Ideas without a curated status stay in the space's normal feed until an owner assigns one.
  • New - Q&A "Answered" badge surfaces on the space list when an owner pins the accepted answer.
  • New - Setup wizard step 1 offers all four community types (Forum, Q&A, Ideas, Show & Tell); sample data ships 6 spaces across all four.
  • Improve - Cleanup cron handlers (trust evaluation, expired restrictions, old notifications, scheduled posts) batch 500 rows per run. Filterable via jetonomy_cron_batch_size. Sites with large activity logs no longer time out.
  • Improve - Network activation creates the required tables on every existing subsite and every new subsite created later.
  • Improve - Composer, login block, IA state, banned-member notice, header escape hint, prefix builder, and admin import flow are fully translatable.
  • Improve - Shared modal toolkit button labels and view.js modal helpers now translate (retag fix).
  • Improve - Keyboard focus indicators visible everywhere; aria-labels added to filter, bulk-action, and select-all controls.
  • Improve - Native browser confirm dialogs swapped for in-product modals.
  • Fix - Posts/replies-per-page setting controls the actual list length and the Load More click count.
  • Fix - Vote controls hide when an admin disables voting on a space.
  • Fix - Idea status changes notify the right people across the activity log, email digest, and in-app inbox.
  • Fix - Import progress AJAX requires the right capability, not just a nonce.
  • Fix - Setup wizard redirect skips under WP-CLI / REST contexts so automation does not get bounced.
  • Fix - Settings save confirmations no longer disappear before the user can see them.
  • Fix - Login block stays light when the rest of the app is in dark mode.
  • Fix - Q&A accepting a second answer correctly clears the previously accepted reply.
  • Compat - Pair with Jetonomy Pro 1.4.2 to keep the lockstep version.

Built from db4ff20. SHA256: 41b540c414942d8c2c997af2779948e9199bae121766cdff4abda13ecd64f477.

Retag note (May 11, 2026)

The original 1.4.2 zip hardcoded English in the shared modal toolkit (Cancel / Confirm / Submit / Move / Merge / "Loading spaces..." and similar prompts on community pages and in wp-admin). Sites running a translated locale saw English regardless of language. Every Jetonomy modal now flows through the translation pipeline, with English fallbacks if a caching plugin strips the localize call.

If you installed 1.4.2 between May 9 and May 11 and want the localisation fix, re-download the zip and re-upload via Plugins > Add New > Upload Plugin. WordPress will replace the running copy in place. No database migration runs again; nothing is lost.

If you are on a non-translated site, the customer-visible behaviour is unchanged.