1.6.0 on December 4, 2025
This release adds major conditional logic improvements—including new comparison operators, merge tag support, and Date field options—and fixes feed-level settings not being applied during exports.
✨ Improved
- Enhanced conditional logic:
- Added ability to search fields by "does not contain";
- Added predefined options (e.g., Today, Tomorrow, etc.) for Date fields;
- Added support for using merge tags in text inputs;
- Added automatic "Currently Logged-in User" options for Populate Anything fields using WordPress users as a source;
- Added
is emptyandis not emptyoperators for the Created By field; - Fixed conditional logic not working with radio button fields and Survey field Likert scales;
- Fixed errors when using Consent field sub-inputs in conditional logic;
- Fixed comparisons failing when choice-based field values contain special characters (e.g.,
>,<,&, quotes); - Filters using
{user:}and{created_by:}merge tags are now treated as no-match when the user is logged out; - Other fixes and improvements.
🐛 Fixed
- PDF Settings CSS file is now only loaded on the GravityExport settings page instead of all admin pages.
- The Column Position setting in the Filter Add-On is now honored properly.
- Save feed Conditional Logic now works when manually triggering an export.
💻 Developer Updates
- Added
gk/gravityexport/feature/show-htmlfilter to override the "Include HTML" export setting. This replaces the incorrect use ofgk/gravityexport/feature/remove-empty-columnsfor this purpose.
🔄 Updated
- Foundation to version 1.7.0.