The Events Calendar
Features
- Add subscribe links for Outlook 365 and Outlook Live to the event views. [TEC-4168]
- Add export links for Outlook 365 and Outlook Live to single events. [TEC-4168]
- Update single event export to use a dropdown template to support more links. [TEC-4176]
- Add Outlook ics as an option for Subscribe to Calendar that removes the X-WR-CALNAME from the file. Props to Andy Fragen @afragen [TEC-4188]
Fixes
- Prevent Redis Cache Pro fatals around date utilization and calculations on Views [TEC-4351]
- Ensure all expected subscribe links show when using the default page template. [TEC-4313]
- Put back the event website label for Classic editor. [TEC-4334]
- Ensure that subscription links include events up to the limit, no matter the view settings. [TEC-4264]
- On Event tag archives only show events with the tag, change the single event tag links to use the event tag archive, and add a link to event tag archive in the admin tag list. [TEC-4314]
- Default event category in Global Import Settings to apply on new imports in Event Aggregator. [EA-426]
- Add rel noindex and nofollow to the legacy iCal export button. [TEC-4354]
Languages
- 6 new strings added, 53 updated, 0 fuzzied, and 0 obsoleted
Fixes
- Prevent fatal when using Yoast due to missing function
tribe_is_month()[TEC-4376] - Check if function exists for
get_current_screento avoid a fatal if not.
Compatibilitys
- The Events Calendar 5.15.0 is only compatible with Event Tickets 5.4.0 and higher
- The Events Calendar 5.15.0 is only compatible with Events Calendar PRO 5.14.0 and higher
- The Events Calendar 5.15.0 is only compatible with Events Filterbar 5.3.0 and higher
- The Events Calendar 5.15.0 is only compatible with Events Virtual 1.10.0 and higher
- The Events Calendar 5.15.0 is only compatible with Events Community 4.9.0 and higher
- The Events Calendar 5.15.0 is only compatible with Eventbrite Tickets 4.6.11 and higher
Features
- Update Events menu to work with the new admin pages structure. [ET-1335]
Languages
- 1 new strings added, 395 updated, 2 fuzzied, and 3 obsoleted
Fixes
- Correct an issue with linked common release.
Features
- Add support to CSV import for the ISO Currency Code field. [TEC-4341]
- First iteration of changes for Full Site Editor compatibility. [TEC-4262]
Tweaks
- Added filters
tribe_merge_identical_organizers_enabled,tribe_merge_identical_venues_enabled,tribe_merge_identical_organizers_fields,tribe_merge_identical_venues_fields,tribe_amalgamate_venues_keep_venue,tribe_amalgamate_organizers_keep_organizerfor better control of the merge duplicate venues and organizers functionality. [TEC-4225] - Added filter
tribe_events_views_v2_ff_link_next_eventto allow better control of the fast-forward link target. [ECP-957] - Allow filtering of the "next event" query in the fast-forward link. [ECP-957]
- Added filters:
tribe_merge_identical_organizers_enabled,tribe_merge_identical_venues_enabled,tribe_merge_identical_organizers_fields,tribe_merge_identical_venues_fields,tribe_amalgamate_venues_keep_venue,tribe_amalgamate_organizers_keep_organizer,tribe_events_views_v2_ff_link_next_event. - Changed views:
blocks/archive-events.
Fixes
- Correctly calculate Event duration when the Event crosses the daylight saving date and time. [TEC-4336]
- Don't try to validate "raw" as a date. [TEC-4254]
- Ensure the Views don't try to do math with strings. [TEC-4322]
- Enable more than 5 csv entries to be imported when using 8.0.15 to 8.0.17 or 8.1.2 to 8.1.4. [TEC-4312]
- Ensure Google Calendar links include the event description if it exists. [TEC-4315]
Languages
- 3 new strings added, 232 updated, 0 fuzzied, and 0 obsoleted.
Tweaks
- Update the backend block editor UI for a single event to look similar to its frontend version in order to create a true WYSIWYG experience when using the block editor. [TEC-4250]
- Added filters:
tribe_events_views_v2_month_ics_start_today
Fixes
- Correct a regex typo that was breaking proper JSON-LD data around event cost. [TEC-4263]
- Correct Month View ics export so it begins on the current day rather than the 1st. [TEC-4223]
- Add ISO Currency Code field to admin to set code sent via JSON-LD. TEC was incorrectly sending symbol. [TEC-4212]
- Ensure that the full styles custom properties require the skeleton style custom properties. [TEC-4308]
- Ensure that the State/Province field saves for non-US venues. [TEC-4309]
- Correct duplicated text in wpadminbar Events Menu. [TEC-4310]
- Load the assets required by the
Event ViewElementor widget in preview mode. [ECP-1065]
Languages
- 4 new strings added, 144 updated, 0 fuzzied, and 0 obsoleted.
Tweaks
- Update version of Freemius to 2.4.3.
Fixes
- Ensure the Venue and Organizer metaboxes load when creating a new post of that type. [TEC-4303]
Fixes
- Correct conditional in Filter Bar upsell banner. [TEC-4284]
- Un-deprecate
tribe_initialize_view()as it is used in some new views.
Fixes
- Prevent parse error due to trailing comma on a method call, PHP 7.1 compatibility required. Props @kzeni