Gravity View – Calendar icon

10 versions

Gravity View – Calendar history.

Every release of Gravity View – Calendar 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.

8 of 10 releases scanned clean
v2.18.0Latest
July 16, 20263.6 MBScanned
This release enhances conditional logic filtering, makes the single entry "Go Back" button return to the calendar the event was clicked on, and clears PHP notices that could appear when rendering calendars. #### ✨ Improved * Calendar events that link to a single entry now remember the page the calendar is on: the "Go Back" button on the Single Entry page returns to the calendar instead of the View's Multiple Entries page, including after editing the entry. * Enhanced conditional logic: - Choice-based filters now offer a searchable dropdown whose results page in as you scroll, so fields with large option lists stay fast and usable instead of trying to render every choice at once. This covers the standard choice fields (Drop Down, Checkbox, Radio, Multi Select) as well as Dynamic Lookup and Populate Anything fields, which draw their options from large external data sets; - Use a field merge tag (e.g. `{Threshold:2}`) as a filter value to compare two fields of an entry instead of a static value; - Compare against a field on a joined form ([Multiple Forms](https://www.gravitykit.com/extensions/multiple-forms/)) with a `form:` modifier, e.g. `{Reorder threshold:1:form:123}`; - The "has ALL of" operator on checkbox and other multi-value fields matched every entry instead of only those containing all the selected values; - Switching a condition between single-value and multi-value operators could save a mismatched value shape. #### 🐛 Fixed * A `_load_textdomain_just_in_time` notice (WordPress 6.7+) appeared because some plugin components loaded translations too early. * Two `Undefined array key "controls"` PHP notices appeared when rendering a calendar whose feed had no header/footer controls setting saved. * Internal Ajax parameters (nonce, date range, calendar ID) appeared in single entry links generated by calendars that load events dynamically. #### 🔧 Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.25.0.
June 4, 20263.5 MBScanned
This release improves conditional logic with a searchable picker for multi-selection filters, a new "has NONE of" operator, and a redesigned date picker. #### ✨ Improved * Enhanced conditional logic: - Value filters that accept multiple selections now use a searchable picker for quicker selection, plus a new "has NONE of" operator for excluding multiple values at once; - Conditions on date fields now use a redesigned calendar date picker for easier date entry. #### 🔧 Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.21.0.
May 8, 20263.4 MBScanned
This release fixes missing conditional logic controls under "No Conflict" mode and calendar event tooltips appearing behind the day-of-week header. #### 🐛 Fixed * Controls for adding new conditional logic rules were missing when "No Conflict" mode was active. * Calendar event tooltips could render behind the day-of-week header. #### 🔧 Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.17.0.
v2.16.1Unavailable
April 30, 20263.4 MBScanned
This hotfix restores the controls for adding new conditional logic rules. #### 🐛 Fixed * Conditional logic controls missing in the feed settings when no rules had been configured.
v2.16.0Unavailable
April 24, 20263.4 MBScanned
This release resolves multiple issues with conditional logic, including empty date field values being misinterpreted, filters referencing deleted forms, and admin-only filters applied to multi-value fields. #### ✨ Improved * 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. #### 🔧 Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.16.0.
March 28, 20263.5 MBScanned
* Fixes fatal error on activation introduced in 2.15.0.
v2.14.1Unavailable
March 7, 20263.1 MBScanned
This release fixes calendar event links for Views using the Multiple Forms extension. #### 🐛 Fixed * Calendar events now link to the correct Single Entry page when the View uses the [Multiple Forms](https://www.gravitykit.com/extensions/multiple-forms/) extension, showing data from all joined forms. #### 🔧 Updated * [Foundation](https://www.gravitykit.com/foundation/) to version 1.11.0.
v2.14.0Unavailable
February 13, 20263.0 MBScanned
Other
  • This update adds support for external ICS feed events in calendar subscriptions, enhances conditional logic, and resolves an issue with event links in list-style views.
  • #### 🚀 Added
  • Ability to include events from external ICS feeds in calendar subscription exports in addition to Gravity Forms entries.
  • #### ✨ Improved
  • Enhanced conditional logic:
  • Better support for nested Repeater fields;
  • Nested field labels now include their parent field name for easier identification;
  • Custom dropdown/checkbox/radio values added dynamically now display correctly;
  • #### 🐛 Fixed
  • Event links to Single Entry pages were not working in list-style calendar views (e.g., Day List).
  • #### Developer Updates
  • #### 🔧 Updated
  • [Foundation](https://www.gravitykit.com/foundation/) to version 1.10.0.
Improved
  • compatibility with WordPress installations using SQLite.
Added
  • `gk/gravitycalendar/ics-export/external-sources` filter to modify or remove external ICS sources before they are fetched for the calendar subscription export.
  • `gk/gravitycalendar/ics-export/external-events` filter to modify or remove external ICS events after fetching but before they are merged into the calendar subscription export.
  • `gk/gravitycalendar/ics-export/events` filter to modify events before they are written to the calendar subscription export.
v2.13.0Unavailable
December 24, 20253.0 MBUnknown
Other
  • 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:
  • 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](https://www.gravitykit.com/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.
Added
  • support for using merge tags in text inputs;
  • 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;
v2.12.0Unavailable
December 24, 20253.0 MB
Other
  • This release improves conditional logic and fixes incorrect time display when moving events on the calendar.
  • #### ✨ Improved
  • Enhanced conditional logic:
  • Created By field now support `is empty` and `is not empty` operators;
  • Other fixes and improvements.
  • #### 🐛 Fixed
  • Dragging and dropping events on the calendar now correctly preserves the 24-hour time format when set in WordPress settings.
  • #### 🔧 Updated
  • [Foundation](https://www.gravitykit.com/foundation/) to version 1.3.0:
  • A unified way to display admin notices across all GravityKit products;
  • Performance improvements and bug fixes.
Added
  • ability to search fields by "does not contain";
  • predefined options (e.g., Today, Tomorrow, etc.) for Date fields;
  • GravityKit global settings for logging configuration (level, type, cleanup schedule, retention);
Fixed
  • conditional logic not working with radio button fields and Survey field Likert scales;

Why archive

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