Skip to content

Jetonomy 1.4.4 - reliable background work, License fix, profile fields fix

Choose a tag to compare

@vapvarun vapvarun released this 26 May 13:21
· 807 commits to main since this release

Lockstep: install alongside Jetonomy Pro 1.4.4 to keep the version pair aligned.

Background work that runs on time, a License screen that always loads, custom profile fields that save, fair handling of false reports, and admin polish across the plugin.

  • New - Background work runs reliably on every site, no extra plugins required.
  • New - One-click "Edit this space" link from any space page for owners and space admins, on desktop and mobile.
  • New - Set your own reputation point values for posts, replies, votes, and accepted answers right from Settings.
  • New - Moderators get quick jumps to the moderation queue and space tools from the admin bar on any community page.
  • Improve - Trust promotions, expired bans, scheduled posts, activity cleanup, and notification cleanup happen on time even on quiet sites.
  • Improve - The Report button tells you up front if you have already reported a post, instead of opening the reason form again.
  • Improve - The Edit Profile page now shows a clear "More about you" section above your additional fields.
  • Improve - Form fields and destructive actions stay readable in dark mode.
  • Improve - Award Badge in wp-admin uses the same look as every other Jetonomy admin button.
  • Improve - One consistent icon picker across categories, spaces, and badges.
  • Improve - Redesigned notifications page with filter tabs for all, unread, mentions, replies, votes, and badges.
  • Improve - Consistent "nothing here yet" screens across the plugin.
  • Improve - Tighter spacing on single Idea pages.
  • Fix - The License screen loads correctly on fresh installs.
  • Fix - Custom profile fields you fill out save properly and stay saved on reload.
  • Fix - Reporting a post deducts the published reputation penalty from the author. If a moderator decides the report was invalid, the points are restored automatically.
  • Fix - Moderation rules set to "Flag for Review" now actually flag matching content and surface it in the moderation queue.
  • Fix - BuddyPress dark mode flows through to community surfaces correctly.
  • Fix - Composer Private toggle alignment and Banned Users dialog tone match the rest of the admin.
  • Fix - Keyboard focus indicators stay where they should on the editor and feed actions.
  • Fix - Private ideas stay private when published from the inline composer.
  • Fix - Polls accept votes again.
  • Fix - Downvoting a reply reverts cleanly if the server rejects it.
  • Fix - The "More" menu on the last reply no longer gets clipped at the bottom of the screen.
  • Fix - Idea-planned reputation awards consistently across the activity log and notifications.
  • Security - All write requests share a single permission contract enforcing login, nonce, capability, and ownership in one check.
  • Dev - New filter jetonomy_reputation_points_for lets you override per-action point values; Jetonomy Pro uses it for the Settings UI.
  • Dev - New actions jetonomy_post_created, jetonomy_reply_created, jetonomy_vote_cast, jetonomy_vote_retracted for gamification integrations.
  • Dev - jetonomy_idea_status_changed now passes the post author ID as a fifth argument.
  • Dev - New filter jetonomy_trust_level_pre_change lets you veto or override auto-promotions.
  • Dev - New hooks documented in docs/website/developer-guide/02-hooks-reference.md.
  • Dev - Release zips verify bundled libraries are present before packaging so a clean clone cannot ship a broken release.
  • i18n - About 30 previously-hardcoded JS strings are now translatable.
  • Compat - Aligned with Jetonomy Pro 1.4.4. Install both updates together.