Version: 2.5
Fixed: Calendar Feed URL wasn't loading necessary scripts
Added: You can now show other calendar feeds on a calendar using the Calendar Feed URL setting [(read how to add calendar feeds)](https://docs.gravitykit.com/article/899-displaying-events-from-another-calendar)
* Fixed: Fatal error when loading plugin translations
* Fixed: Slow loading times on some hosts
* Fixed: Plugin failing to install on some hosts
* Added: Support for future "Event" Gravity Forms field type when choosing a date field
* Fixed: Plugin was not appearing in the "Add-Ons" section of the Gravity Forms System Status page
* Improved: Now you can use the [`{get}` Merge Tag](https://docs.gravitykit.com/article/314-the-get-merge-tag) to filter displayed entries by passing URL parameters
* Updated: The name of the plugin is now GravityCalendar, so we updated shortcodes to use the new name. Prior shortcodes will continue to work!
- `[gravitycalendar]` instead of `[gv_calendar]`
- `[gravitycalendar_link]` instead of `[gv_calendar_link]`
- `[gravitycalendar_copy_button]` instead of `[gv_calendar_copy_button]`
- `[gravitycalendar_export_button]` instead of `[gv_calendar_export_button]`
* Updated: Use the GravityCalendar icon in the plugin menu and on blocks
* Fixed: Scripts and styles were loading on pages without calendars
__Developer Updates:__
* Updated: FullCalendar library from 5.10.1 to 5.11.3
* Updated: Popper library from 2.9.3 to 2.11.6
* Updated: Uses our new GravityCalendar icon in the Gravity Forms menu
* Fixed: Javascript error when configuring Legacy Widgets in the WordPress Dashboard
* Tested to WordPress 6.0.1
Fixed: Invalid `.ics` file is generated when using a manual timezone offset (e.g., 'UTC-4' instead of 'America/New_York')
Fixed: Calendar feeds not working due to the library not being included in the downloaded file
Fixed: Potential fatal error when Calendar is embedded on a page and GravityView is not installed. Calendar does _not_ require GravityView, sorry for the issue.
Fixed: [GP Nested Forms](https://gravitywiz.com/documentation/gravity-forms-nested-forms/) compatibility issue
* Added: New Conditional Logic that lets you filter events using AND/OR operators
- Many more Conditional Logic filtering options are available!
__Developer Updates:__
* Updated: [FullCalendar](https://fullcalendar.io/) library was updated to v5.9 (see a [list of changes](https://github.com/fullcalendar/fullcalendar/releases/tag/v5.9.0))
* Updated: [Popper](https://popper.js.org/) library was updated to v2.9.3 (see a [list of changes](https://github.com/popperjs/popper-core/releases/tag/v2.9.3))
* Fixed: Line breaks ("\n") appearing in event title/description
* Fixed: Fatal error when dragging and dropping events
* Added: Settings option to control the display of HTML content in event title/description
- Please note that this option is disabled by default and you may have to update your Calendar feed settings
* Fixed: Display of event color swatches in Calendar feed settings
* Fixed: Events that had a start time but no end time were being shown as ending at 23:59
* Fixed: Fatal error when event has an incorrect start/end time (e.g., "00:00 pm")