[6.10.1.1] 2025-02-12
- Fix – Updated common library to correct issues with notifications around licensing.
- Fix – Add a callback to remove the
tribe_pue_key_notices
once on upgrade to version 6.5.1.1 [TEC-5384] - Fix – Adjustments were made to prevent a fatal error when tec_pue_checker_init was triggered too early, attempting to call tribe_is_truthy() before it was available. The license check and active plugin monitoring now run on admin_init to ensure proper loading. [TEC-5384]
- Fix – Update the license checker to ignore empty licenses. [TEC-5385]
- Language – 0 new strings added, 0 updated, 0 fuzzied, and 0 obsoleted.
[6.10.1] 2025-02-10
- Fix – Added a check for
$subscribe_links
insingle_event_links
function. [TEC-5357] - Fix – Added
format_item()
function so venues read from ORM are decorated objects. (props to @m8nmueller) [TEC-5353] - Fix – Make Eventbrite import available when the Eventbrite Tickets plugin is installed [EBT-149]
- Fix – Replaced deprecated functions with their modern equivalents to maintain compatibility. [EA-476]
- Fix – Support Additional Fields in Events REST API [TEC-5015]
- Fix – Changed the way translations are loaded to work with the latest WordPress language changes.
- Accessibility – Increased pagination button sizes on the events page. [TEC-5176]
- Tweak – Added aliases for Venue ORM for
show_map
andshow_map_link
. (props to @m8nmueller) [TEC-5352] - Tweak – Remove class_exists() and use register_on_action() for Notifications [TEC-5336]
- Tweak – Added filters:
tribe_repository_venues_format_item
- Language – 0 new strings added, 8 updated, 1 fuzzied, and 0 obsoleted.
[6.10.0] 2025-01-30
- Fix – Update asset, dependencies, customizations to align with WordPress 6.7 and React 18. [TEC-5322]
- Language – 0 new strings added, 44 updated, 0 fuzzied, and 1 obsoleted.
[6.9.1] 2025-01-22
- Security – Ensure Elementor HTML tags are properly escaped to avoid potential Stored Cross Site Scripting. [SVUL-13]
- Fix – Added check to
disable_blocks_on_display
for if$content
isnull
. [TEC-5343] - Fix – Ensure Aggregator translations are not loaded before init. [TEC-5341]
- Fix – Fixes edge cases where the nonce_user_logged_out hook was returning a value when the user was logged out, causing the nonce validation to fail. [TEC-5340]
- Fix – Fix the filter name
tec_views_v2_subscribe_links_{$slug}_label
which was accidentally changed in a previous release. [TEC-5342] - Fix – Re-add logic to add page template options from theme to Display Settings. [TEC-5337]
- Fix – Update Tribe__Events__Aggregator__Errors to ensure we don’t load translations before
init
. [TEC-5341] - Fix – Update uses of unload_textdomain to ensure they allow JIT loading of translations afterwards. [TEC-5341]
- Tweak – Moved Action Scheduler loading into Common instead of TEC. [TEC-5345]
- Tweak – Updated Telemetry heading under Settings > Debugging. [TEC-5335]
- Tweak – Re-added filter:
tec_views_v2_subscribe_links_{$slug}_label
- Tweak – Tweak – Removed duplicate filter:
tec_views_v2_single_subscribe_links_{$slug}_label
- Tweak – Changed views:
integrations/elementor/widgets/event-calendar-link
,integrations/elementor/widgets/event-datetime/range-separator
,v2/components/loader
,v2/components/messages
- Accessibility – Updated the event search page to handle search results better for screen readers, with alerts noting the results of the search.[TEC-5175]
- Language – 3 new strings added, 84 updated, 0 fuzzied, and 2 obsoleted.
[6.9.0] 2024-12-17
- Feature – Added new Onboarding Wizard and First Time Setup admin page for new installs. [TEC-5285]
- Fix – When importing events from Google Calendar when using Events Calendar Pro with a custom Google Maps API key, Provinces/States for non-US countries are now saved to the correct field. [ECP-1877]
- Fix – When using “Move to trash events older than”, trashed imported events are now ignored. [TEC-5319]
- Fix – Changed
format
method toformat_i18n
to allow for translations of dates in the TEC Elementor Widget. [TEC-5323] - Fix – Correct template override path to match docblocks for
event-export
directory. [TEC-5326] - Fix – Correct application of upsell classes in settings page.
- Tweak – Fix the integration with TEC Tweaks to avoid a fatal error when using the extension. [TEC-5316]
- Tweak – Updated the docblock for the
tribe_get_previous_events_link
,tribe_get_next_event_link
, andtribe_get_gridview_link
functions. - Tweak – Improved documentation for the
tribe_the_next_event_link
,tribe_the_prev_event_link
, andtribe_get_events_link
functions. - Tweak – Update docblocks in the
Tribe__Events__Importer__File_Importer_Events
class. - Tweak – Added filters:
tec_events_onboarding_wizard_permissions
,tec_events_onboarding_wizard_handle
,tec_events_onboarding_wizard_country_list
,tec_events_onboarding_wizard_timezone_list
,tec_events_onboarding_wizard_currencies_list
,tribe_events_onboarding_wizard_initial_data
,tec_events_admin_notice_event_tickets_should_display
,tec_events_admin_notice_utc_timezone_should_display
,tec_events_settings_should_filter_page_logo_source
- Tweak – Changed views:
integrations/elementor/widgets/event-export
,integrations/elementor/widgets/event-export/list-item
- Language – 87 new strings added, 156 updated, 2 fuzzied, and 0 obsoleted.
[6.8.3] 2024-12-05
- Feature – In-App Notifications system. [TEC-5165]
- Tweak – Added actions:
tec_ian_icon
- Language – 0 new strings added, 118 updated, 0 fuzzied, and 1 obsoleted.
[6.8.2.1] 2024-11-21
- Tweak – Introduced filter
tec_events_rest_api_password_protected_fields
which can be used to control which event fields should be hidden in the REST API for password protected events. [SVUL-8] - Security – Hide content fields from the archive REST endpoint for password protected events. [SVUL-8]
- Fix – Prevent notices on
_load_textdomain_just_in_time
due to Aggregator and Export links code.
[6.8.2] 2024-11-19
- Feature – Introduced Help Hub, a centralized support and resource interface for enhanced user guidance and plugin assistance.
- Fix – Prevent a couple of instances where translations were loading too early, avoids notices with
_load_textdomain_just_in_time
on WordPress 6.7. [TEC-5325] - Deprecated – Deprecated the unused update/activation page [TEC-5311]
- Language – 0 new strings added, 0 updated, 0 fuzzied, and 0 obsoleted.
[6.8.1] 2024-11-04
- Fix – Order of past events in the list view when no future events exist. [TEC-5309]
- Fix – Prevent new Settings pages from over-sanitizing textarea fields, thus removing HTML from before/after in the Events UI. [TEC-5283]
- Fix – Include backwards compatibility for deprecated proprieties in the Settings class used in The Events Calendar and Event Tickets [TEC-5312]
[6.8.0] 2024-10-30
- Version – The Events Calendar 6.8.0 is only compatible with Events Calendar Pro 7.3.0 and higher.
- Version – The Events Calendar 6.8.0 is only compatible with Events Tickets Plus 6.1.0 or higher.
- Version – The Events Calendar 6.8.0 is only compatible with Event Tickets 5.16.0 or higher.
- Feature – Added integration with new premium Seating product for Event Tickets.
- Language – 0 new strings added, 6 updated, 0 fuzzied, and 0 obsoleted
[6.7.1] 2024-10-21
- Feature – Allow importing custom data when importing Organizers from a CSV file. [TEC-4846]
- Feature – Allow importing custom data when importing Venues from a CSV file. [TEC-5138]
- Security – Ensure restoring events from trash does not allow for unauthorized access. [SVUL-7] (props @patchstack)
- Fix – Ensure Latest Past Events appear properly in Category views [TEC-4991]
- Fix – Cast theme object to string to avoid a deprecation notice. [TEC-5062]
- Tweak – Removed the 6.0 welcome message. [TEC-5166]
- Tweak – Added filters:
tribe_events_csv_import_organizer_additional_fields
,tribe_events_csv_import_venue_additional_fields
- Tweak – Changed views:
v2/latest-past
- Tweak – Updated docblocks in the
Tribe__Events__Aggregator__Records
,Tribe__Events__Importer__File_Importer
, andTribe__Events__Repositories__Organizer
classes. - Tweak – Improved documentation for the
tribe_is_event
,tribe_get_event_link
,tribe_events_get_event_website_title
,tribe_get_event_website_link
,tribe_get_listview_display
,tribe_get_listview_args
, andtribe_get_listview_prev_link
functions. - Language – 3 new strings added, 218 updated, 0 fuzzied, and 32 obsoleted
[6.7.0] 2024-09-26
- Version – The Events Calendar 6.7.0 is only compatible with Events Calendar Pro 7.1.0 and higher
- Version – The Events Calendar 6.7.0 is only compatible with Events Filterbar 5.5.7 and higher
- Version – The Events Calendar 6.7.0 is only compatible with Events Community 5.0.4 and higher
- Feature – New and improved settings layout and styles. [TEC-5124]
- Fix – Correct translation domains in a few templates. [6.7.2]
- Tweak – Added filters:
tec_settings_gmaps_js_api_start
,tec_events_settings_display_calendar_display_section
,tec_general_settings_viewing_section
,tec_events_aggregator_show_all_settings
,tec_events_settings_tab_imports_fields
- Tweak – Removed filters:
tec_events_should_display_events_template_setting
,tec_events_display_settings_tab_fields
,tribe_general_settings_tab_fields
- Tweak – Added actions:
tec_events_settings_tab_display_additional_content
,tec_events_settings_tab_display_calendar
,tec_events_settings_tab_display_date_time
,tec_events_settings_tab_display_maps
,tec_events_settings_tab_general_debugging
,tec_events_settings_tab_general_editing
,tec_events_settings_tab_general_maintenance
,tec_events_settings_tab_general_viewing
,tec_settings_tab_addons
,tec_events_settings_tab_display
,tec_events_settings_tab_general
,tec_events_settings_tab_imports
- Tweak – Changed views:
v2/latest-past/event/venue
- Language – 6 new strings added, 356 updated, 3 fuzzied, and 29 obsoleted
[6.6.4.2] 2024-09-17
- Fix – Resolve fatal errors happening when Events search was being used alongside query ordering. [TEC-5155]
[6.6.4.1] 2024-09-16
- Security – Improve general escaping for ORM queries to prevent legacy Events methods to be used for SQL injections.
[6.6.4] 2024-09-11
- Security – Improve handling of Date/Time Separator settings to prevent potential XSS vulnerabilities.
- Fix – Add an option to allow for duplicate Venue creation as part of creating/editing Events.
- Fix – Adding small adjustment to WPML integration to allow for location searches on a translated site. (props to @dgwatkins) [BTRIA-2353]
- Fix – Changed logic within the custom tables query to avoid a database error. (props @datadiver0x0) [ECP-1562]
- Fix – Update the logic that displays the “REST API blocked” banner to reduce false positives. [TEC-5105]
- Tweak – Include methods
tec_events_get_date_time_separator
andtec_events_get_time_range_separator
and it’s respective filters. - Tweak – Add docblock for make_select_box()
- Tweak – Add docblock for
set_defaults()
in theTribe__Events__Importer__Column_Mapper
class. - Tweak – Add docblocks to the methods in the
Tribe__Events__Importer__Column_Mapper
class. - Tweak – Add information and missing tags to
tribe_get_listview_args()
docblock. - Tweak – Add information and missing tags to
tribe_get_listview_dir_link()
docblock. - Tweak – Add information and missing tags to
tribe_get_listview_link()
docblock. - Tweak – Add information and missing tags to
tribe_get_listview_past_link()
docblock. - Tweak – Add information and missing tags to
tribe_get_prev_event_link()
. - Tweak – Made a string translatable in
settings.php
file. (props to @DAnn2012) [TEC-5142] - Tweak – Update the docblock of the
tribe_embed_google_map()
method, change a variable name to match current naming conventions, and added a docblock to thetribe_embed_google_map
filter. - Tweak – Update the docblock of the
tribe_embed_google_map_link()
method, change a variable name to match current naming conventions, and added a docblock to thetribe_embed_google_map_link
filter. - Tweak – Changed views:
silence
,v2/month/calendar-body/day/calendar-events/calendar-event/date
- Language – 0 new strings added, 46 updated, 0 fuzzied, and 0 obsoleted
[6.6.3] 2024-08-29
- Fix – Add an option to allow for duplicate Venue creation as part of creating/editing Events. [TEC-4941]
- Fix – Character encoding issues on subscribe URLs for Outlook. [TEC-5085, TEC-5094, TEC-5136]
- Fix – Update the logic that displays the “REST API blocked” banner to reduce false positives. [TEC-5105]
- Tweak – Add docblock for make_select_box()
- Tweak – Changed views:
v2/month/calendar-body/day/calendar-events/calendar-event/date
- Language – 0 new strings added, 0 updated, 0 fuzzied, and 0 obsoleted
[6.6.2] 2024-09-20
- Feature – Adding the Remove Event End Time feature from the Tweaks addon to the Month view. [TEC-5080]
- Feature – Adapt to using the refactored tribe_asset. Remove some unused asset calls. [TCMN-172]
- Fix – Remove automatic capitalization for ‘View Calendar’ text on Calendar List Widget. [TEC-5146]
- Tweak – Add note to
tribe_create_venue()
,tribe_create_organizer()
,tribe_create_event()
,tribe_update_event()
,tribe_update_venue()
,tribe_update_organizer()
,tribe_delete_organizer()
, andtribe_delete_venue()
docblocks to indicate future deprecation. - Tweak – Add docblocks to
src/Tribe/Featured_Events/Permalinks_Helper.php
andsrc/Tribe/Featured_Events/Query_Helper.php
. - Tweak – Added filters:
tec_events_rest_api_response_blocked
,tec_events_rest_api_response_blocked_due_to_timeout
,tec_events_site_is_development_mode
,tec_events_hide_end_time_modifier_defaults
- Tweak – Added actions:
tec_events_views_v2_hide_end_time_init
- Tweak – Changed views:
v2/month/calendar-body/day/calendar-events/calendar-event/date
- Language – 6 new strings added, 81 updated, 0 fuzzied, and 4 obsoleted
[6.6.1] 2024-08-06
- Fix – Ensure we don’t try to enqueue nonexistent override stylesheets. [ECP-1811]
- Tweak – Changed views:
single-event
,v2/widgets/widget-events-list/view-more
- Language – 0 new strings added, 7 updated, 0 fuzzied, and 0 obsoleted
[6.6.0.2] 2024-07-24
- Fix – Stellar Sale’s banner links, details, and HTML tags handling. [TEC-5121]
[6.6.0.1] 2024-07-23
- Fix – Prevent fatal on WooCommerce Order transition when Event Tickets plugin is not present. [EVA-166]
[6.6.0] 2024-07-22
- Feature – Included compatibility with Events Calendar Pro 7.0.0 for integrations with Zapier and Power Automate.
- Fix – Properly handle custom theme assets when files are not present, prevents errors on Query Monitor and some notices. [ECP-1811]
- Tweak – Added filters:
tec_events_integration_elementor_bypass_template_override
,tec_events_display_settings_toc
,tec_events_general_settings_toc
- Tweak – Changed views:
single-event-blocks
,v2/month/mobile-events/mobile-day/day-marker
- Language – 1 new strings added, 172 updated, 1 fuzzied, and 1 obsoleted
[6.5.2] 2024-07-18
- Fix – Add
@param
and corrected@return
to docblock forfilter_display_events_bar()
– credit goes to @IanDelMar - Fix – Correct docblocks in the file
Tribe\Events\Views\V2\Views\Traits\Breakpoint_Behavior.php
– credit goes to @IanDelMar - Fix – Add missing closing tags on some admin pages to ensure valid HTML markup. [TEC-4807]
- Fix – Fix an issue where the import screen broke when the import limit type was set to “date range”. [EA-485]
- Tweak – Update many docblock typos – credit goes to @szepeviktor.
- Tweak – Correct some variables with typos, such as
$ics_filname
to$ics_filename
and$deleteable_statuses_interval
to$deletable_statuses_interval
and$delimter
to `$delimiter. Credit goes to @szepeviktor. - Tweak – Add filters
tec_events_general_settings_toc
,tec_events_display_settings_toc
. - Tweak – Update docblock for hooks:
month_multiday_classes
,month_day_classes
,get_before_events_html
,get_after_events_html
,tribe_events_views_v2_month_multiday_classes
andtec_events_month_day_classes_comparison_date
to provide more clarity. - Tweak – Update docblock for methods/functions:
tec_views_v2_subscribe_link_visibility
,tec_views_v2_subscribe_link_{$slug}_visibility
,tribe_get_view_permalink()
,tribe_get_basic_gmap_embed_url()
,tribe_event_featured_image()
,tribe_get_map_link()
andtribe_get_map_link_html()
methods and add docblocks for thetribe_events_google_map_link
,tribe_get_map_link
andtribe_get_map_link_html
filters. - Tweak – Added filters:
tec_events_integration_elementor_bypass_template_override
,tec_events_display_settings_toc
,tec_events_general_settings_toc
- Tweak – Changed views:
single-event-blocks
,v2/month/mobile-events/mobile-day/day-marker
- Language – 0 new strings added, 222 updated, 0 fuzzied, and 0 obsoleted
[6.5.1.6] 2024-07-11
- Fix – Ensure compatibility with WordPress 6.6 for removed polyfill
regenerator-runtime
. [TEC-5120]
[6.5.1.5] 2024-06-27
- Security – Added additional security check when an ignored event is restored. [SVUL-3]
- Language – 0 new strings added, 0 updated, 0 fuzzied, and 0 obsoleted
[6.5.1.4] 2024-06-18
- Fix – In installations where the plugins or wp-content directories were symbolic linked, assets would fail to be located.[TEC-5106]
- Language – 0 new strings added, 0 updated, 0 fuzzied, and 0 obsoleted
[6.5.1.3] 2024-06-14
- Fix – Issue where scripts would not be enqueued as modules. [ET-2136]
- Language – 0 new strings added, 109 updated, 0 fuzzied, and 0 obsoleted
[6.5.1.2] 2024-06-14
- Fix – Windows Server compatibility issues with updated Assets handling. [TEC-5104]
- Language – 0 new strings added, 0 updated, 0 fuzzied, and 0 obsoleted
[6.5.1.1] 2024-06-13
- Fix – Issue on which some assets (css,js) would not be located in WP installs which could have some WP constant modified (WP_CONTENT_DIR, WP_PLUGIN_DIR)[TEC-5104]
- Language – 0 new strings added, 0 updated, 1 fuzzied, and 0 obsoleted
[6.5.1] 2024-06-11
- Feature – Adapt to using the refactored tribe_asset. Remove some unused asset calls. [TCMN-172]
- Fix – Remove automatic capitalization for ‘View Calendar’ text on Calendar List Widget. [TEC-5146]
- Tweak – Include a filter to the Elementor integration
tec_events_integration_elementor_bypass_template_override
to allow users to bypass the single event template. [TEC-5102] - Tweak – Add note to
tribe_create_venue()
,tribe_create_organizer()
,tribe_create_event()
,tribe_update_event()
,tribe_update_venue()
,tribe_update_organizer()
,tribe_delete_organizer()
andtribe_delete_venue()
docblocks to indicate future deprecation. - Tweak – Add docblocks to
src/Tribe/Featured_Events/Permalinks_Helper.php
andsrc/Tribe/Featured_Events/Query_Helper.php
. - Tweak – Changed views:
single-event
- Language: 2 new strings added, 69 updated, 0 fuzzied, and 0 obsoleted
[6.5.0.1] 2024-06-04
- Fix – Ensure REST API notice only checks on Events admin pages and once every 48 hours regardless of transients rules. [TEC-5147]
- Security – Ensure the Events REST API respects the individual post access restrictions. [TEC-5148]
[6.5.0] 2024-05-14
- Version – The Events Calendar 6.5.0 is only compatible with Event Tickets 5.10.0 and higher
- Feature – Moved the Remove End Time settings from our Tweaks extension into the TEC > Settings > Display section. Fixes some compatibility issues with recent updates to the views. Also adds a compatibility layer in case of using an older Tweaks extension. [TEC-4371]
- Fix – When creating a new event the Currency symbol, code and position fields are populated from the general settings options. [TEC-5072]
- Fix – Wrong page titles in List page when using a Classic Theme. [TEC-5074]
- Tweak – Add a warning notice in admin area when the REST API endpoints are not accessible. [TEC-4667]
- Tweak – Add aria-hidden=”true” to the event image link so that screen readers ignore it. [TEC-5023]
- Tweak – Add note to
tribe_event_delete()
docblock to indicate future deprecation. - Tweak – Added actions:
tec_events_elementor_widgets_registered
[TEC-5091] - Tweak – Added filters:
tec_events_filter_events_template_setting_option
,tec_events_filter_tribe_get_single_option
,tec_events_{$slug}_visibility_is_visible
,tec_events_{$slug}_visibility_is_visible:{$area}
,tec_events_{$slug}_visibility_is_visible:{$area}:{$post_id}
,tec_events_display_remove_event_end_time_options
- Tweak – Removed filters:
tribe_events_register_venue_post_type_labels
- Tweak – Added actions:
tec_events_elementor_widgets_registered
- Tweak – Changed views:
single-event/recurring-description
,v2/list/event/featured-image
- Security – Replace uses of the retired moment.js with Day.js [TEC-5011]
- Language – 8 new strings added, 190 updated, 0 fuzzied, and 0 obsoleted
[6.4.0.1] 2024-05-06
- Fix – Prevent the Status widget from potentially running undefined methods. [ECP-1797]
- Tweak – Add action to signal activation of TEC Elementor compatibility. [ECP-1789]
- Tweak – Added actions:
tec_events_elementor_loaded
- Security – Ensure JSON response of Reflector View class is sanitized, to avoid potential security issues. [SVUL-2]
- Security – Correct a user permissions check.
- Language – 0 new strings added, 27 updated, 0 fuzzied, and 0 obsoleted
[6.4.0] 2024-04-30
- Feature – Elementor Compatibility. Compatible with Elementor Free 3.21+ and Elementor Pro 3.20+.
- Feature – Added component Elementor widgets for the single event page.
- Feature – Widgets include: Title, Date, Cost, Image, Status, Organizer, Venue, Website, Category, Tags, Subscribe, and Calendar link.
- Feature – Most widgets can be used outside of a single-event post by specifying an event ID or event query parameters.
- Feature – All widgets utilize our PHP templating system, allowing customization of the widget templates.
- Feature – Added a customizable single event template for Elementor Free users utilizing the new widgets.
- Feature – Added a separate customizable single event Theme Builder template for Elementor Pro users utilizing the new widgets.
- Feature – Widgets include mock data for display in template editor.
- Tweak – Added a Calendar Template section in the event display settings page. [ECP-1618]
- Tweak – converted some uses of
date()
togmdate()
for display in the date settings section. [ECP-1618] - Tweak – Added filters:
tec_events_allow_archive_block_template
,tec_events_allow_single_block_template
,tec_events_elementor_widget_asset_widgets
,tec_events_elementor_built_with_elementor
,tec_events_elementor_registered_{$this->type}
,tec_events_elementor_event_widget_title
,tec_events_elementor_event_{$slug}_widget_title
,tec_events_elementor_event_widget_element_classes
,tec_events_elementor_event_{$slug}_widget_element_classes
,tec_events_elementor_event_widget_class
,tec_events_elementor_event_{$slug}_widget_class
,tec_events_elementor_event_widget_icon_class
,tec_events_elementor_event_{$slug}_widget_icon_class
,tec_events_elementor_widget_event_id
,tec_events_elementor_widget_{$slug}_event_id
,tec_events_elementor_widget_template_data
,tec_events_elementor_widget_{$slug}_template_data
,tec_events_elementor_event_calendar_link_widget_link_text
,tribe_get_event_categories
,tec_events_elementor_event_categories_widget_event_categories_html
,tec_events_elementor_event_category_widget_header_class
,tec_events_elementor_event_category_widget_link_wrapper_class
,tec_events_elementor_event_export_widget_dropdown_class
,tec_events_elementor_event_export_widget_dropdown_button_class
,tec_events_elementor_event_export_widget_dropdown_list_class
,tec_events_elementor_event_export_widget_dropdown_list_item_class
,tec_events_elementor_event_export_widget_dropdown_link_class
,tec_events_elementor_event_export_widget_dropdown_content_class
,tec_events_elementor_event_export_widget_dropdown_icon_class
,tec_events_elementor_event_export_widget_export_icon_class
,tec_events_elementor_event_export_widget_dropdown_gcal_class
,tec_events_elementor_event_export_widget_dropdown_ical_class
,tec_events_elementor_event_export_widget_dropdown_365_class
,tec_events_elementor_event_export_widget_dropdown_live_class
,tec_events_elementor_event_organizer_widget_email_header_text
,tec_events_elementor_event_organizer_widget_phone_header_text
,tec_events_elementor_event_organizer_widget_website_header_text
,tec_events_elementor_event_organizer_header_class
,tec_events_elementor_event_organizer_name_class
,tec_events_elementor_event_organizer_name_wrapper_class
,tec_events_elementor_event_organizer_phone_class
,tec_events_elementor_event_organizer_phone_wrapper_class
,tec_events_elementor_event_organizer_phone_header_class
,tec_events_elementor_event_organizer_email_class
,tec_events_elementor_event_organizer_email_wrapper_class
,tec_events_elementor_event_organizer_email_header_class
,tec_events_elementor_event_organizer_website_class
,tec_events_elementor_event_organizer_website_wrapper_class
,tec_events_elementor_event_organizer_website_header_class
,tec_events_elementor_event_passed_label_text
,tec_events_elementor_event_tags_separator
,tec_events_elementor_event_tags_widget_header_text
,tec_events_elementor_event_tags_header_class
,tec_events_elementor_event_tags_links_class
,tec_events_elementor_event_tags_link_class
,tec_events_elementor_event_venue_widget_header_text
,tec_events_elementor_event_venue_widget_website_header_text
,tec_events_elementor_event_venue_widget_phone_header_text
,tec_events_elementor_event_venue_widget_address_header_text
,tec_events_elementor_event_venue_header_class
,tec_events_elementor_event_venue_name_class
,tec_events_elementor_event_venue_address_class
,tec_events_elementor_event_venue_phone_class
,tec_events_elementor_event_venue_website_class
,tec_events_elementor_event_venue_map_class
,tec_events_elementor_event_website_widget_header_class
,tec_events_elementor_event_website_widget_link_class
,tec_events_elementor_widget_classes
,tec_events_should_display_events_template_setting
- Tweak – Removed filters:
tribe_get_venue_website_link_label
- Tweak – Added actions:
tec_events_elementor_register_widget_assets
,tec_events_elementor_enqueue_frontend_assets
,tec_events_elementor_register_editor_styles
,tec_events_elementor_widget_enqueue_style
,tec_events_elementor_widget_{$slug}_enqueue_style
- Tweak – Changed views:
integrations/elementor/templates/blank
,integrations/elementor/templates/starter
,integrations/elementor/widgets/base
,integrations/elementor/widgets/empty
,integrations/elementor/widgets/event-calendar-link
,integrations/elementor/widgets/event-categories
,integrations/elementor/widgets/event-categories/header
,integrations/elementor/widgets/event-cost
,integrations/elementor/widgets/event-cost/header
,integrations/elementor/widgets/event-datetime
,integrations/elementor/widgets/event-datetime/all-day
,integrations/elementor/widgets/event-datetime/end-date
,integrations/elementor/widgets/event-datetime/end-time
,integrations/elementor/widgets/event-datetime/header
,integrations/elementor/widgets/event-datetime/range-separator
,integrations/elementor/widgets/event-datetime/start-date
,integrations/elementor/widgets/event-datetime/start-time
,integrations/elementor/widgets/event-datetime/time-separator
,integrations/elementor/widgets/event-datetime/timezone
,integrations/elementor/widgets/event-export
,integrations/elementor/widgets/event-export/button
,integrations/elementor/widgets/event-export/link
,integrations/elementor/widgets/event-export/list-item
,integrations/elementor/widgets/event-image
,integrations/elementor/widgets/event-navigation
,integrations/elementor/widgets/event-navigation/next
,integrations/elementor/widgets/event-navigation/previous
,integrations/elementor/widgets/event-organizer
,integrations/elementor/widgets/event-organizer/details
,integrations/elementor/widgets/event-organizer/details/email
,integrations/elementor/widgets/event-organizer/details/email/content
,integrations/elementor/widgets/event-organizer/details/email/header
,integrations/elementor/widgets/event-organizer/details/phone
,integrations/elementor/widgets/event-organizer/details/phone/content
,integrations/elementor/widgets/event-organizer/details/phone/header
,integrations/elementor/widgets/event-organizer/details/website
,integrations/elementor/widgets/event-organizer/details/website/content
,integrations/elementor/widgets/event-organizer/details/website/header
,integrations/elementor/widgets/event-organizer/header
,integrations/elementor/widgets/event-organizer/names
,integrations/elementor/widgets/event-status
,integrations/elementor/widgets/event-status/passed
,integrations/elementor/widgets/event-status/status
,integrations/elementor/widgets/event-tags
,integrations/elementor/widgets/event-tags/content
,integrations/elementor/widgets/event-tags/header
,integrations/elementor/widgets/event-title
,integrations/elementor/widgets/event-venue
,integrations/elementor/widgets/event-venue/address
,integrations/elementor/widgets/event-venue/address/address
,integrations/elementor/widgets/event-venue/address/header
,integrations/elementor/widgets/event-venue/address/map_link
,integrations/elementor/widgets/event-venue/header
,integrations/elementor/widgets/event-venue/map
,integrations/elementor/widgets/event-venue/name
,integrations/elementor/widgets/event-venue/phone
,integrations/elementor/widgets/event-venue/phone/header
,integrations/elementor/widgets/event-venue/phone/phone
,integrations/elementor/widgets/event-venue/single-venue
,integrations/elementor/widgets/event-venue/website
,integrations/elementor/widgets/event-venue/website/header
,integrations/elementor/widgets/event-venue/website/website
,integrations/elementor/widgets/event-website
,integrations/elementor/widgets/event-website/header
,integrations/elementor/widgets/event-website/link
,integrations/event-tickets/emails/template-parts/body/event/venue/website
- Language – 201 new strings added, 101 updated, 3 fuzzied, and 0 obsoleted
[6.3.7] 2024-04-18
- Fix – Corrected the missing Venue Website URL within the Event Tickets Email feature. [ET-2019]
- Tweak – Changed views:
integrations/event-tickets/emails/template-parts/body/event/venue/website
- Language – 0 new strings added, 0 updated, 0 fuzzied, and 0 obsoleted
[6.3.6] 2024-04-09
- Fix – Adds timezone offset to the dates in the Outlook subscribe links on event pages. [TEC-4831]
- Fix – Improve updated views CSS overwrites for buttons and view selector. [TEC-5047]
- Fix – Resolves an issue where the global posts were not the correct range or sort order. This now stores the ones from the view repository to be used in the WP title filters. [TEC-4845]
- Fix – Fixes a PHP warning
Undefined array key "venue" in /var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Linked_Posts.php on line 1007
. - Tweak – Changed views:
blocks/classic-event-details
,blocks/event-website
,v2/components/events-bar/views
,v2/components/json-ld-data
,v2/components/subscribe-links/list
,v2/day/top-bar/datepicker
,v2/list/top-bar/datepicker
,v2/month/top-bar/datepicker
- Language – 0 new strings added, 15 updated, 0 fuzzied, and 0 obsoleted
[6.3.5] 2024-03-20
- Tweak – Updated version of tribe-common with fixes for ECP.
[6.3.4] 2024-03-12
- Tweak – When using Event Tickets Wallet Plus the Apple Pass will now display date fields differently based off of Single, Multi, or Series Events. [ETWP-95]
- Tweak – Added filters:
tec_tickets_wallet_plus_apple_wallet_date_format
,tec_tickets_wallet_plus_apple_wallet_time_format
- Language – 2 new strings added, 6 updated, 0 fuzzied, and 0 obsoleted
[6.3.3.1] 2024-02-22
- Fix – On a multisite using WordPress 6.4.3 there was an issue with the subsite options not being properly created during initialization. [TEC-5043]
[6.3.3] 2024-02-19
- Version – The Events Calendar 6.3.1 is only compatible with Event Tickets 5.8.1 and higher.
- Tweak – Refactored some of the underlying structure for Block Template architecture. [ECP-1620]
- Tweak – Added filters:
tec_events_get_full_site_block_template_services
- Tweak – Changed views:
blocks/event-links
,single-event
,v2/components/data
- Language – 4 new strings added, 4 updated, 0 fuzzied, and 0 obsoleted
[6.3.2] 2024-02-06
- Tweak – Share statistical information to Event Tickets plugin when active. [ET-1925]
- Fix – Improve the usage of the shortcodes around Event Details.
- Language – 0 new strings added, 0 updated, 0 fuzzied, and 0 obsoleted
[6.3.1] 2024-01-24
- Fix – Fix PHP 8.2 deprecation errors
PHP Deprecated: Creation of dynamic property Tribe__Events__Aggregator__Record__gCal::$image_uploader is deprecated
. [ECP-1603] - Fix – Make sure that the full country name is used when importing events from Meetup. [EA-469]
- Fix – Our Week view “Next” pagination button would fail to show in some scenarios. This was due to improper tracking of which is the next future occurrence date. [ECP-1535]
- Fix – Resolved an issue where adding multiple venues in block editor would not persist the second venue after the page was reloaded. [ECP-1637]
- Tweak – Added actions:
tec_events_custom_tables_v1_migration_after_dry_run
- Tweak – Adding some more testing and some clean up around handling and reporting query errors. [TECENG-46]
- Language – 0 new strings added, 115 updated, 0 fuzzied, and 0 obsoleted
[6.3.0] 2024-01-22
- Version – The Events Calendar 6.3.0 is only compatible with Event Tickets 5.8.0 and higher.
- Feature – Include Series Passes supporting code to enable the creation of Series Passes.
- Tweak – Added the
tec_events_custom_tables_v1_migration_after_dry_run
filter. [ET-1715] - Language – 0 new strings added, 92 updated, 0 fuzzied, and 0 obsoleted
[6.2.9] 2023-12-14
- Fix – Resolves an issue where the
tribe-events-calendar-month__day--past
andtribe-events-calendar-month__day--current
classes were not consistently applied after navigating through different months in the Month View. [TEC-4898] - Tweak – Define image sizes on the List view featured image to avoid Content Layout Shifting. [TEC-4919]
- Fix – When on category page when there is a locale switched to a language with a translation for the
page
URL param, the paginated page would redirect to a 404. [TEC-4979] - Tweak – Updated the
tribe_get_venues
function to work with recurring events that have provisional IDs. [ECP-1597] - Tweak – Added filters:
tec_events_custom_tables_v1_normalize_occurrence_id
- Tweak – Changed views:
v2/list/event/featured-image
- Language – 0 new strings added, 2 updated, 0 fuzzied, and 0 obsoleted
[6.2.8.2] 2023-12-04
- Fix – Ensure correct access rights to JSON-LD data depending on the user role. [TEC-4995]
- Language – 0 new strings added, 130 updated, 0 fuzzied, and 5 obsoleted
[6.2.8.1] 2023-11-20
- Security – Ensure all password protected posts have their settings respected. [TCMN-167]
[6.2.8] 2023-11-16
- Version – The Events Calendar 6.2.8 is only compatible with Event Tickets 5.7.0 and higher
- Tweak – Include Event data into for Event Tickets Wallet Plus for both PDF and Apple Wallet passes.
- Language – 0 new strings added, 135 updated, 0 fuzzied, and 11 obsoleted
[6.2.7] 2023-11-14
- Fix – On the Past Events View, the nonce was incorrectly being generated twice, and one of them would be cached in our HTML transient cache. This was causing a 401 nonce errors to occur when the cached nonce expired. The nonce generation was moved outside the HTML generation that is being cached. [TEC-4936]
- Fix – WordPress 6.3 introduce some changes in filters that regressed a prior fix for authentication and our new nonce structure used in view pagination. One symptom of the issue was losing the authenticated user and failing to display user specific capabilities on event views. [ECP-1601]
- Fix – Resolves issue where a deleted venue still attached to an event would cause an
PHP Warning: Undefined variable $data in /code/wp-content/plugins/the-events-calendar/src/Tribe/REST/V1/Post_Repository.php on line 327
error. [TEC-4954] - Fix – Resolves an issue with certain versions of WordPress already having the legacy widget block registered causing us to trigger the console error
Block "core/legacy-widget" is already registered.
would occur. Now we check if registered first. [TEC-4764] - Fix – Resolved several
Deprecated: Creation of dynamic property
warnings on:\Tribe__Events__Linked_Posts__Chooser_Meta_Box::$singular_name_lowercase
and\TEC\Events\Custom_Tables\V1\Models\Builder::$query
[BTRIA-2088] - Tweak – Adjust the content in the admin welcome page to include a link to the TEC Facebook community group. [TEC-4953]
- Tweak – Added filters:
tec_events_get_full_site_block_template_services
,tec_events_views_v2_get_rest_nonce_html
- Tweak – Changed views:
blocks/archive-events
,blocks/single-event
- Language – 11 new strings added, 119 updated, 0 fuzzied, and 5 obsoleted.
[6.2.6.1] 2023-11-09
- Version – The Events Calendar 6.2.6.1 is only compatible with Event Tickets 5.6.8.1 and higher
- Fix – Update a common library to prevent possible fatals. [TEC-4978]
- Language – 0 new strings added, 2 updated, 0 fuzzied, and 0 obsoleted
[6.2.6] 2023-11-08
- Fix – SEO: Ensure that the noindex meta tag properly observes whether events are present on the page or not. [TEC-4976]
- Fix – SEO: Add noindex, nofollow for grid-based views like Month and Week View when they are not set as the home page. [TEC-4976]
- Tweak – Add an X-Robots-Tag to the response headers for ical download links to help prevent search engine crawling. [TEC-4976]
- Tweak – Added filter:
tec_events_ical_header_noindex
to allow preventing the X-Robots-Tag addition. [TEC-4976] - Tweak – Added filter
tec_events_seo_robots_meta_include
andtec_events_seo_robots_meta_include_{$view}
to short-circuit the robots meta tag addition. [TEC-4976] - Tweak – Added filter
tec_events_seo_robots_meta_content
to alter the content attribute of the robots meta tag addition. [TEC-4976] - Tweak – Added filter
tec_events_seo_robots_meta_allowable_post_types
to allow for the filtering of single post types that can have robots meta tags added. - Tweak – Deprecated filters
tec_events_add_no_index_meta_tag
,tribe_events_add_no_index_meta
, andtec_events_{$view}_add_no_index_meta
in favor of the above new filters.
[6.2.5] 2023-11-01
- Tweak – Updated hook for showing Event name in the event tickets order report pages. [ET-1810]