Published
•
Updated
Launch Log: Edit Entry title customization, conditional logic hotfixes across the suite
A meaningful Save feed enhancement in GravityExport, new Edit Entry and Search Bar options in GravityView, plus coordinated hotfixes that restore conditional logic controls across GravityBoard, GravityCalendar, GravityCharts, and the Advanced Filter Extension.

This week brings a meaningful Save feed enhancement to GravityExport, a customer-facing GravityView release with new Edit Entry and Search Bar options, and a coordinated round of hotfixes that restore the missing controls for adding new conditional logic rules in GravityBoard, GravityCalendar, GravityCharts, and the Advanced Filter Extension. GravityView 3.0.0-beta.1 also lands as a developer-only structural refactor for the upcoming 3.0 line.
GravityBoard v1.4.1
This update to GravityBoard fixes two issues that affected day-to-day use. Boards no longer get stuck on the loading screen and now render their lanes and cards as expected on the frontend. The Add Condition button has also been restored to the Advanced tab of the GravityBoard feed settings page, so you can configure conditional logic on a board without losing access to the rule editor.
GravityCalendar v2.16.1
This update to GravityCalendar is a hotfix. The controls for adding new conditional logic rules in the feed settings were missing when no rules had been configured. Those controls are now restored.
GravityCharts v1.19.1
This update to GravityCharts restores the controls for adding new conditional logic rules in the feed settings, which were missing when no rules had been configured.
GravityExport v1.11.0
This update to GravityExport extends Filter feed configuration to every Save feed trigger. Previously, a Save feed linked to a Filter feed only applied the Filter feed’s full configuration (column position, sort order, filename, and so on) when triggered via Webhook. With this release, that configuration applies on every trigger, so you get consistent output regardless of how the Save feed runs.
Two reliability issues have also been resolved. Save feeds linked to a Filter feed with Column Position set to Left (transposed) were not producing a transposed file on triggers other than Webhook. Scheduled Save feed exports could also silently drop a chunk of entries on invalid UTF-8, partial disk writes, or a corrupt accumulation file. Both behaviors are now corrected.
Developer updates
- Added
gk/gravityexport/save/feed/before-handleaction, fired before a Save feed is processed by any trigger.
GravityMath v2.10.4
This update to GravityMath resolves a fatal error in the summary shortcode and block, and corrects how integers with thousands separators are handled in calculations.
The fatal error occurred when using the [gravitymath action="summary"] shortcode or the gk-gravitymath/summary block on a site that did not have GravityView active. Separately, integer values containing a thousands separator (for example, 1,123) in the GravityView Calculation field were being misread as decimals. Those values are now interpreted correctly as integers.
GravityView v2.59.0
This update to GravityView introduces a View setting that lets you customize the title shown on the Edit Entry screen, so the heading no longer has to match the View’s default.

The Search Bar widget also now renders the Gravity Flow Assignee field as a dropdown of users and roles, making assignee-based searches usable without custom code.
A fatal error has also been fixed: on PHP 8+, an unexpected URL value passed to a date-range or number-range field in the Search Bar widget could trigger a fatal. The Search Bar now handles those values gracefully.
Alongside the stable release, GravityView 3.0.0-beta.1 is available for developers and integrators who want to test the next major version. The beta is a structural refactor—the codebase has moved to a PSR-4 autoloaded GravityKit\GravityView\* namespace, core classes have been consolidated under a unified src/ directory, and lazy-loaded class aliases keep the legacy \GV\* and GravityView_* class names working. Existing Views, settings, and integrations remain compatible. The 2.x line will continue to ship in parallel.
Developer updates
- Added
gk/gravityview/edit-entry/titlefilter to modify the title shown on the Edit Entry screen. - Added
gk/gravityview/edit-entry/document-titlefilter to override the browser tab title on Edit Entry independently of the page heading. - Added
gk/gravityview/search/field/choicesfilter to supply Search Bar choices for Gravity Forms-backed fields that don’t populate$field->choicesnatively (such as the Gravity Flow Assignee field). - Deprecated the
gravityview_edit_entry_titlefilter in favor ofgk/gravityview/edit-entry/title. - Added formal
Contractsinterfaces in the 3.0.0-beta.1 release for core components, including Views, Entries, Fields, Forms, and Widgets.
GravityView – Advanced Filter Extension v4.6.1
This update to the Advanced Filter Extension is a hotfix. The conditional logic controls in the Filter & Sort tab and field settings were missing when no rules had been configured. Those controls are now restored.
In summary
GravityExport sees Filter feed configuration extended to every Save feed trigger, plus reliability fixes for transposed output and scheduled exports. GravityView gets a customizable Edit Entry title, Gravity Flow Assignee support in the Search Bar, and a parallel 3.0.0-beta.1 structural refactor for developers. GravityMath resolves a fatal in the summary shortcode and corrects integer parsing in Calculation fields. GravityBoard restores frontend rendering, and GravityBoard, GravityCalendar, GravityCharts, and the Advanced Filter Extension all receive a coordinated hotfix that restores the controls for adding new conditional logic rules.
As always, we recommend updating to the latest versions to benefit from these improvements and to ensure compatibility across the GravityKit suite.
More articles
Launch Log: Edit Entry title customization, conditional logic hotfixes across the suite
A meaningful Save feed enhancement in GravityExport, new Edit Entry and Search Bar options in GravityView, plus coordinated hotfixes that restore conditional logic controls across GravityBoard, GravityCalendar, GravityCharts, and the Advanced Filter Extension.
GravityImport vs GravityMigrate: which add-on do you actually need?
Confused between GravityImport and GravityMigrate? GravityImport handles CSVs into entries; GravityMigrate moves entire Gravity Forms setups between sites.
GravityView 3.0 beta is here: what’s changing and how to try it
GravityView 3.0 is a structural rewrite. Here’s what’s new, how to opt in to the beta, and what to test to help us get it over the line.
