The Events Calendar
Features
- Add new subscribe options to the "Export Events" link at the bottom of calendar views and single Event view [TEC-4131]
Fixes
- Bypass caching of the event when dealing with the admin event list table. [TEC-4156]
- Event List Widget will not print the H3 tag related to the title when that is empty. [TEC-4160]
Tweaks
- Allow bypassing of the Aggregator logging function by using the
tec_aggregator_records_should_log_errorfilter. [TEC-4159] - Removed the
tribe_events_force_filtered_ical_linkfilter and the associated js function that recreates the subscribe link on v1 and Single Event views. [TEC-4131]
Languages
- 4 new strings added, 52 updated, 0 fuzzied, and 2 obsoleted
Features
- Add an
Events Listblock that is based on theEvents Listwidget to the block editor which users can drag around to any position they want it to appear. [ECP-989] - Add event status options of scheduled, canceled, and postponed with the ability to add and display a reason for the latter two. [TEC-3465]
- Add live preview to the TEC customizer screens. [TEC-4055]
Fixes
- When accessing comments there could be situations where an undefined array key was accessed, and in PHP 8 it is a promoted Warning error for undefined array access. [TEC-4093]
- Resolved
Warning: reset(): Argument #1 ($array) must be passed by reference...error that was displayed on the Events, Organizers and Venue REST endpoints in PHP v8. [TEC-4097] - Ensure that the proper spacing is applied for the venue address in list view. [TEC-4089]
Tweaks
- Change some of the block tests to adapt to the new Editor compatibility in common. [TEC-4016]
- Update the google calendar export button to open in a new tab on the event single page for both the classic and block editors. [TEC-4084]
- Add supplied organizer url to JSON-LD for the event->organizer. Props @cmenon12 for the notification and code! [TEC-4095]
- Add a link to the Customizer in the admin menu and in Events->Settings->Display for folks running a FSE theme. [TEC-4126]
Languages
- 10 new strings added, 55 updated, 0 fuzzied, and 0 obsoleted
Features
- Added Black Friday promo to the General Settings panel. [TCMN-127]
Tweaks
- Update Black Friday banner. [TCMN-126]
Tweaks
- Improve the look and feel of the single events page when using the block editor. These changes can be bypassed by defining the following constant to your wp-config.php file:
define( 'TRIBE_EVENTS_SINGLE_VIEW_V2_DISABLED', true );[TEC-3979]
Languages
- 0 new strings added, 1 updated, 0 fuzzied, and 0 obsoleted
Fixes
- Ensure the day view on mobile displays the not found message when no events are present. [TEC-3944]
- Ensure a map preview is displayed on the venue block in the admin area when using TEC's default Google API Key. [TEC-3042]
- Add some missing text domains for string translation. [TEC-3908]
- Correct block use checks around the Classic Editor plugin. [TEC-4099]
Tweaks
- Set the appropriate Content-Type for REST responses that return just HTML during view partial requests. [TEC-4087]
Languages
- 0 new strings added, 164 updated, 0 fuzzied, and 0 obsoleted
Features
- Updated swagger docs generated from swagger 2.0 to openapi 3.0.0
Fixes
- Initialize $local_time_zone to ensure we don't have notices displayed in the frontend. [TEC-3791]
- Ensure the correct timezone label is being displayed on the Classic and Block editors when site-wide timezone is set. [TEC-3791]
- Ensure that venue state or province are displayed next to the city in list view. [TEC-3332]
- Ensure the category archive event breadcrumb links to the main events page. [TEC-3330]
- Ensure that the page title does not encode (em)dashes before passing it on. [TEC-4049]
- Ensure that the page title does not encode apostrophes before passing it on. [TEC-4058]
- Ensure that filter_single_event_details_event_website_label() only filters the label for the website field. [ECP-921]
Tweaks
- Remove unused template file to avoid confusion.
Languages
- 0 new strings added, 13 updated, 0 fuzzied, and 0 obsoleted
Fixes
- Ensure that $eventDisplay is defined before we use it in the default template. [TEC-4060]
Features
- Alter Customizer to leverage the new exposed CSS custom properties. [TCMN-104]
- Reduce the CSS load of The Events Calendar Customizer style overrides. [TEC-3011]
- Allow easier style overrides by users and third-party themes/plugins. [TEC-3011]
- Add new Font Sections to Customizer -> The Events Calendar -> Global Events. [TEC-3872]
- Add new font family control to allow The Events Calendar styles to inherit theme fonts. [TEC-3895]
- Add new font size controls for accessibility and to allow users to more closely match the font sizes of their theme. [TEC-3891]
Tweaks
- Support optionally passing start dates to the Event Edit page so targeted event creation can be triggered by The Events Calendar Pro's Event Manager.
Languages
- 16 new strings added, 429 updated, 0 fuzzied, and 0 obsoleted
Features
- Redesign In-App help and troubleshooting pages. [TEC-3741]
Fixes
- Try to ensure that when we do an event search the query post type remains
tribe_events. [TEC-4012] - Ensure the year is displayed in the block editor event single page for events that are occurring in a different year from the current one. [TEC-3740]
- Fix the issue of the Event Date Time block Timezone dropdown taking up a lot of space. [TEC-4029]
- Ensure WPML translated event posts show up on translated venue and organizer pages. (props @NicoX13) [TEC-4036]
- Fix issue of month names not being translatable. This was caused by a missing moment js localization dependency. [ECP-739]
- Ensure we test the value of tribe_events_get_current_month_day() before using it. [ECP-912]
- Add a new function to add "Event Blocks" category to the editor for WP >= 5.8. [TEC-4037]
Tweaks
- Change label of API Settings tab to "Integrations" and alter helper text. [TEC-4015]
Languages
- 2 new strings added, 251 updated, 1 fuzzied, and 18 obsoleted
Fixes
- Ensure that the Block Editor saves cost data when submitted. [TEC-3987]
- Ensure that when viewing a single event we load the correct template when tribe_context is "confused". [TEC-3975]
Tweaks
- Remove some CSS on the single events page that was causing a random border to appear on Avada theme [TEC-3952]
- Add CSS class to the event tags label on the event details section on the single event page. [TEC-3951]
- Correct the messaging and link for the v1 deprecation notice. [TEC-3958]
- Include filter to allow modifications to the Grid query for By Day Views like Month and Week,
tribe_events_views_v2_by_day_view_day_repository
Languages
- 5 new strings added, 26 updated, 2 fuzzied, and 5 obsoleted
Compatibilitys
- The Events Calendar 5.8.0 is only compatible with Events Calendar PRO 5.8.0 and higher
Features
- Add new Events bar section to the Customizer for control of the Events Bar styles. [TEC-3672]
Fixes
- Correct instance where the date & time symbols ("@") are not changing color along with the text. [TEC-3883]
Tweaks
- Ensure that the Month view date and time default colors match up with the rest [TEC-3709]
- Ensure the Customizer Accent Color defaults to "royal blue" (#334aff) [TEC-3884]
- Stop doing all the work here and leverage the new tribe-common Theme_Compatibility. [TCMN-106]
- Add new hooks to the single event templates to allow more third-party control over content without custom templates. [TEC-3948]
- Added filters:
tribe_customizer_should_print_shortcode_customizer_styles,tribe_events_views_v2_bootstrap_html,tribe_default_events_template_classes,tribe_events_single_event_title_classes,tribe_events_single_event_title_html_before,tribe_events_single_event_title_html_after,tribe_events_single_event_title_html - Removed filters:
tribe_events_views_v2_compatibility_classes,tribe_events_views_v2_theme_compatibility_registered - Added actions:
tribe_default_events_template_after_header,tribe_default_events_template_before_footer - Changed views:
default-template,single-event,v2/default-template
Languages
- 13 new strings added, 64 updated, 6 fuzzied, and 2 obsoleted
