2.13.0 on September 25, 2025
This release enhances conditional logic, improves shortcode and event location handling, and resolves issues with HTML content and fatal errors in certain calendar feed configurations.
✨ Improved
- Shortcodes contained in the Event Location feed setting are now processed.
- Enhanced conditional logic:
- 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;
- Fixed errors when using Consent field sub-inputs in conditional logic;
- 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
- HTML content in the "Event Location" setting was not being allowed when the "Allow HTML content" setting is enabled.
- Fatal error when creating a calendar feed for a form with a Post Category field if GravityView was not active.
🔧 Updated
- Foundation to version 1.5.0.
Developer Updates
- Modified the
gravityview/calendar/events/do_shortcodes
filter to also determine whether to process shortcodes in the Event Location feed setting.