GravityBoard icon

9 versions

GravityBoard history.

Every release of GravityBoard is archived here with its changelog, file size, and security scan result. Use the archive to roll back to a stable release or audit what changed between updates.

7 of 9 releases scanned clean
v1.4.5Latest
September 12, 20262.7 MBScanned
Other
  • This update strengthens how board permissions are enforced, improves data handling when creating and updating cards, and fixes notification handling.
  • #### 🔒 Security
  • #### ✨ Improved
  • Checkbox and multiselect fields on a card are now edited with multi-value controls. They previously rendered as a single-choice control.
  • #### 🐛 Fixed
  • Multiple bugs associated with data loss when editing and creating cards.
  • Checklist editing not working for users who had the capability, based on board configuration.
  • Issues around due dates:
  • A card due today showing as "Overdue" too early;
  • "Due in the next day" matching only cards due today, leaving out tomorrow's;
  • "Due in the next week" and "Due in the next month" now better cover the periods described.
  • Assignee notification issues:
  • Notifications set to "Assignee(s) Added", "Assignee(s) Removed" and "Assignee(s) Updated" never sending when a card's assignees changed;
  • `{gravityboard_assignee_email}` and `{gravityboard_assignee:display_name}` merge tags arriving as literal text.
  • Notifications continuing to send after a board's "Trigger Form Notifications" setting was turned off.
  • Errors uploading files while creating a new card will keep the form open, making it possible to try again.
  • A required checkbox or multiselect field with nothing selected passed validation.
  • Pressing Escape while editing a field on a card closed the whole card instead of the field, and in Safari the unsaved-changes prompt could flash and disappear without being answered. Escape now leaves the field and puts the cursor back on it.
  • Embedding more than one board on a page would not show anything for the second board. Administrators are now shown a message that only one board can be rendered per page.
  • A board whose form has been deleted didn't show a notice.
Improved
  • how permissions are enforced when a card is viewed or changed, and when entry notes and attachments are turned off. All users are advised to update.
September 3, 20262.7 MBScanned
This update brings the GravityBoard block up to date with the current WordPress editor, and restores the Active toggle on the All Boards screen. #### ✨ Improved * The GravityBoard block now previews inside the WordPress editor's iframed canvas, and the editor no longer logs a deprecation warning for it. Pages saved with earlier GravityBoard versions keep working unchanged. #### 🐛 Fixed * The Active/Inactive toggle on the All Boards screen displayed as a plain, unstyled button.
August 27, 20262.7 MBScanned
This update fixes boards failing to load on sites that optimize JavaScript, card edits being reported as saved when validation failed, and several display and messaging issues. #### 🐛 Fixed * Boards failing to load on sites that minify JavaScript through a caching or optimization plugin — the board's script and stylesheet now ship as `.min` files, which those plugins pass through instead of re-minifying and corrupting. * Editing a card reporting success when a field failed validation, leaving the entry unchanged — the card now marks the fields that need attention. * Validation messages showing `%d` in place of the number of fields that need attention when a single field fails. * Cards showing a choice's stored value instead of its label, so a drop-down, radio button, or checkbox field with separate values now displays "GravityMath" rather than "gravitymath". * The icon on the board's loading screen appearing to the left of the text instead of centered above it on themes that render SVGs as blocks. * A "translation loading was triggered too early" notice on WordPress 6.7 and newer, caused by the voting fields loading their translations during plugin bootstrap. #### 💻 Developer Updates * `PATCH gravityboard/v1/boards/{feed_id}/cards/{entry_id}` now responds with a `400` and a `validation_failed` error when a mapped field fails validation, instead of a `200` with a success message. * `Checklist::validate()` now returns a `WP_Error` when the checklist holds an item that is not a `ChecklistItem`, instead of raising an argument-count error on PHP 8.
v1.4.2Unavailable
June 6, 20262.3 MBScanned
This release fixes an issue where deleting attachments from a card could fail with an invalid file path error on sites with custom upload directories, symlinks, or multisite configurations. #### 🐛 Fixed * Card attachments cannot be deleted when the site's upload directory uses a custom path, lives under a symlink, runs on multisite, or surfaces paths with mixed `/` and `\` separators.
v1.4.1Unavailable
April 30, 20262.3 MBScanned
This release fixes an issue that prevented boards from loading on the frontend, along with a missing Add Condition button (used to configure conditional logic on a board) in the feed settings. #### 🐛 Fixed * Boards remain stuck on the loading screen and never display their lanes or cards. * The button to add conditional logic rules is missing from the Advanced tab of the GravityBoard feed settings page.
v1.4.0Unavailable
April 24, 20262.3 MBScanned
Other
  • Let your team or community decide what matters most with GravityBoard Voting! Users upvote and downvote board cards to prioritize feature requests, surface winning ideas, or run polls. Set a vote budget per user, restrict voting to specific lanes, and display voting inside GravityView layouts. This release also improves REST API error handling and conditional logic, fixes a regression affecting admin board access, and adds an admin-bypass permission filter.
  • #### 🚀 Added
  • **Card voting**: Upvote and downvote buttons on every card let users signal what matters most. Each click adds +1 or -1 to a user's weight on that card, so supporters can stack multiple votes behind the ideas they care about. Optional per-user vote budgets (daily, weekly, monthly, yearly, or all-time) limit how many votes each user has.
  • **Lane-scoped voting**: Enable voting only in the lanes where it makes sense, such as "Ideas" or "Under Review" but not "Done." Cards in restricted lanes show a disabled widget so the vote count remains visible.
  • **Upvote-only mode**: Hide the downvote button entirely for boards where downvoting doesn't belong, such as feature requests or idea boards. Users get a dedicated remove-upvote button to walk their vote back toward zero.
  • **Voting permissions**: New "Who Can Vote on Cards" and "Who Can See Who Voted" settings open voting to a broad audience while keeping voter identities visible only to admins or editors.
  • **Vote weight and budget indicators**: Each card shows a weight badge when a user has stacked multiple votes (up or down), and the vote widget displays how many votes remain in the user's budget so they can pace their support.
  • **Voters list**: Optionally see who voted on a card, with a "(You)" badge next to the current user.
  • **GravityView integration**: Display and collect votes inside GravityView layouts:
  • "Entry Voting" field renders the interactive vote widget in any layout;
  • "Votes Count" field shows a read-only count, sortable in Table layouts;
  • "Voted By" Advanced Filter targets entries the logged-in user has voted on, for Views like "My Voted Ideas";
  • Default View sort by Votes Count, ascending or descending;
  • Vote counts and remaining budget stay in sync across multiple vote widgets on the same page.
  • **Notification merge tags**: Use `{gravityboard_votes:count|average|total|up|down}` and `{gravityboard_voters:emails}` to include vote data and voter email addresses in any Gravity Forms notification. Email every voter when a card moves lanes, surface popularity metrics to subscribers, or build admin digests.
  • #### ✨ Improved
  • Shows an error message when the REST API fails to load board data, instead of a silent blank board.
  • Enhanced conditional logic:
  • Empty field values are no longer treated as today's date when using `is on`, `is not on`, `is before`, or `is after` filters;
  • Filters on deleted or missing forms (e.g. when viewing feed settings for a removed form) no longer trigger errors;
  • Admin-only filters (those suffixed `:disabled_admin`) no longer error out when applied to multi-value fields.
  • #### 🐛 Fixed
  • Administrators losing access to boards on sites that rely on the `gform_full_access` capability.
  • #### 💻 Developer Updates
  • #### 🔧 Updated
  • [Foundation](https://www.gravitykit.com/foundation/) to version 1.16.0.
Added
  • `gk/gravityboard/permissions/admin-has-full-access` filter to control whether administrators bypass all board permission checks. [Read the documentation](https://docs.gravitykit.com/article/gravityboard-admin-bypass-permissions).
February 7, 20261.9 MBScanned
This release adds Gravity Forms Entry Tags support for board cards, fixes date fields showing one day off, and resolves non-admin users not appearing as assignees. #### 🚀 Added * Support for displaying [Entry Tags](https://www.gravitykit.com/products/gravity-forms-entry-tags/?utm_source=gravityboard&utm_medium=changelog&utm_campaign=release) as color-coded labels on board cards, which can be edited from the card detail view and used to filter the board. #### 🐛 Fixed * Date fields displaying one day off when the WordPress timezone differs from UTC. * Non-administrator users not appearing as assignees when their roles were selected in board settings.
v1.2Unavailable
December 24, 20251.8 MB
Other
  • This release improves the GravityBoard experience with better attachment handling, translation fixes, and a new developer setting for board focus.
  • #### ✨ Improved
  • GravityBoard Attachments metabox now appears consistently on all Entry Details pages when GravityBoard feeds exist for the form, providing better context and discoverability.
  • #### 🐛 Fixed
  • Embedded boards scrolling automatically when the page loads.
  • Attachments not deleting from the Entry Details page.
  • Some translations not loading correctly.
  • #### 💻 Developer Updates
Added
  • boolean `$board_settings[settings][auto_focus]` setting to toggle auto-focusing of cards, modifiable via the `gk/gravityboard/board-settings` filter.
v1.2.1Unavailable
December 24, 20251.9 MBUnknown
Other
  • This release improves the GravityBoard experience with better attachment handling, translation fixes, and a new developer setting for board focus.
  • #### ✨ Improved
  • GravityBoard Attachments metabox now appears consistently on all Entry Details pages when GravityBoard feeds exist for the form, providing better context and discoverability.
  • #### 🐛 Fixed
  • Embedded boards scrolling automatically when the page loads.
  • Attachments not deleting from the Entry Details page.
  • Some translations not loading correctly.
  • #### 💻 Developer Updates
Added
  • boolean `$board_settings[settings][auto_focus]` setting to toggle auto-focusing of cards, modifiable via the `gk/gravityboard/board-settings` filter.

Why archive

Sometimes the latest release isn't the one you need. The archive lets you pin GravityBoard to a known-good version, or roll back while a bug is investigated. Every release stays scanned and reachable.